1. 483ac9c Merge branch 'for-pci-res-alloc' by Yinghai Lu · 13 years ago master
  2. aa23edc PCI, x86: Add pci=pref_bar to realloc pref bars by Yinghai Lu · 13 years ago
  3. 06a747a PCI: Treat ROM resource as optional during assigning. by Yinghai Lu · 13 years ago
  4. ead2992 PCI: Sort unassigned resources with correct alignment by Yinghai Lu · 13 years ago
  5. 713695f PCI: Use is_pci_iov_resource_idx() by Yinghai Lu · 13 years ago
  6. f4f613d resource: Only return range with needed align by Yinghai Lu · 13 years ago
  7. d798967 PCI: Don't allocate small resource in big empty space. by Yinghai Lu · 13 years ago
  8. d5266a6 resource: Add allocate_resource_fit() by Yinghai Lu · 13 years ago
  9. 4ffe8370 resource: Make find_resource could return just fit resource by Yinghai Lu · 13 years ago
  10. 6b4e1cd PCI: Allocate resource with big size at first when alignment is the same by Yinghai Lu · 13 years ago
  11. f43a3cd intel-gtt: Read 64bit for gmar_bus_addr by Yinghai Lu · 13 years ago
  12. 5f2d295 PCI: Add pci=alloc_high support by Yinghai Lu · 13 years ago
  13. b72e0b8 PCI: Try to allocate mem64 above 4G at first by Yinghai Lu · 13 years ago
  14. 6756093 PCI: Add pcibios_bus_addr_to_res() by Yinghai Lu · 13 years ago
  15. 010b7cf PCI: pcibus address to resource converting take bus directly by Yinghai Lu · 13 years ago
  16. 7f02874 PCI: Don't shrink too much for hotplug bridge by Yinghai Lu · 13 years ago
  17. f4f26d7 PCI: More strict checking of valid range for bridge by Yinghai Lu · 13 years ago
  18. 719e863 PCI, pciehp: Remove not needed bus number range checking by Yinghai Lu · 13 years ago
  19. 2762c1e pcmcia: Remove workaround for fixing pci parent bus subordinate by Yinghai Lu · 13 years ago
  20. cc9aab7 PCI: Seperate child bus scanning to two passes overall by Yinghai Lu · 13 years ago
  21. 15cc5df PCI: Kill pci_fixup_parent_subordinate_busnr() by Yinghai Lu · 13 years ago
  22. cd13456 PCI: Strict checking of valid range for bridge by Yinghai Lu · 13 years ago
  23. ecebadc PCI: Allocate bus range instead of use max blindly by Yinghai Lu · 13 years ago
  24. e3dc0e6 PCI: Add pci_bus_replace_busn_res() by Yinghai Lu · 13 years ago
  25. 71ed357 PCI: Probe safe range that we can use for unassigned bridge. by Yinghai Lu · 13 years ago
  26. 41a1d23 PCI: Add pci_bus_extend/shrink_top() by Yinghai Lu · 13 years ago
  27. 4f2300d9 resources: Replace registered resource in tree. by Yinghai Lu · 13 years ago
  28. f436211 resources: Add probe_resource() by Yinghai Lu · 13 years ago
  29. 19d4b99 resources: Add resource_shrink_parents_top() by Yinghai Lu · 13 years ago
  30. 30978d1 resources: Separate __adjust_resource() by Yinghai Lu · 13 years ago
  31. a14ecf2 resources: Split out __allocate_resource() by Yinghai Lu · 13 years ago
  32. 8a3281a IOMMU: Add intel iommu irq-remapping and dmar hotplug support by Yinghai Lu · 13 years ago for-iommu
  33. 7511f0d IOMMU: Add dmar_parse_one_drhd() by Yinghai Lu · 13 years ago
  34. c9a2684 IOMMU: Add intel_enable_irq_remapping_one() by Yinghai Lu · 13 years ago
  35. 4f865bb IOMMU: Add init_dmar_one() by Yinghai Lu · 13 years ago
  36. cc4bca9 IOMMU: Separate free_dmar_iommu from free_iommu by Yinghai Lu · 13 years ago
  37. e2512d6 ACPI: Add acpi_run_dsm() by Yinghai Lu · 13 years ago
  38. 3cceccb IOMMU: iommu_unique_seq_id() by Yinghai Lu · 13 years ago
  39. 9d96373 IOMMU: Don't clean handler data before free_irq() by Yinghai Lu · 13 years ago
  40. b8b76fb IOMMU: Fix tboot force iommu logic by Yinghai Lu · 13 years ago
  41. 54d0a4f IOMMU: Update dmar units devices list during hotplug by Yinghai Lu · 13 years ago
  42. 687b7ca x86, ioapic: Find usable ioapic id for 64bit. by Yinghai Lu · 13 years ago
  43. c186df9 PCI, x86: Use acpi_pci_driver instead of pci_driver for ioapic hotplug by Yinghai Lu · 13 years ago
  44. 537d286 PCI: Disable mem in the ioapic removing path by Yinghai Lu · 13 years ago
  45. 604a4e6 PCI: Make sure hotplug ioapic driver get loaded early by Yinghai Lu · 13 years ago
  46. 98995c3 x86, acpi, irq: Enable pci device type ioapic hotplug by Yinghai Lu · 13 years ago
  47. d228c72 x86: move declaration for mp_register_ioapic() by Yinghai Lu · 13 years ago
  48. 042e245 x86, irq: Make ioapics loop code skip blank slot by Yinghai Lu · 13 years ago
  49. 1beaca1 x86, irq: Add mp_unregister_ioapic could handle hotremove ioapic by Yinghai Lu · 13 years ago
  50. b7fbeeb x86, irq: Make mp_register_ioapic could handle hotadd ioapic by Yinghai Lu · 13 years ago
  51. d01f579 x86, irq: more strict check for register ioapic by Yinghai Lu · 13 years ago
  52. aeaa2da genirq: bail out early in free_desc() by Yinghai Lu · 13 years ago
  53. 0283996 x86, irq: add ioapic_gsi_to_irq by Yinghai Lu · 13 years ago
  54. d408eb9 x86, irq: pre-reserve irq range that are used by ioapic by Yinghai Lu · 13 years ago
  55. 2ef8fc3 x86, irq: Add realloc_irq_and_cfg_at() by Yinghai Lu · 13 years ago
  56. 181b9a1 genirq: Split __irq_reserve_irqs from irq_alloc_descs by Yinghai Lu · 13 years ago
  57. 4010f4d x86, irq: Convert irq_2_pin list to generic list by Yinghai Lu · 13 years ago
  58. fca968f x86, irq: kill create_irq() by Yinghai Lu · 13 years ago
  59. d1b2bcf iommu, irq: alloc irq_desc for dmar_msi with local node by Yinghai Lu · 13 years ago
  60. bc31d71 ia64, irq: add dummy create_irq_nr() by Yinghai Lu · 13 years ago
  61. 305db7b x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent by Yinghai Lu · 13 years ago
  62. 8a4939f x86, irq: Let msi/x have pci name in irq name shown in /proc/interrupt by Yinghai Lu · 13 years ago
  63. fc399d2 x86, irq: Let msi-x to shown as MSI-X in /proc/interrupt by Yinghai Lu · 13 years ago
  64. 5d00c31 x86, irq: more clear about msix printout by Yinghai Lu · 13 years ago
  65. 4d875e0 x86, irq: Modify irq chip one time when irq remapping is enabled by Yinghai Lu · 13 years ago
  66. f2c8edd Merge branch 'for-pci-root-bus-hotplug' into for-x86-irq-base by Yinghai Lu · 13 years ago for-x86-irq-base
  67. 8f63fa4 PCI: Use addon_fixed_resource with ati fixed resource by Yinghai Lu · 13 years ago
  68. d0d9eca PCI: Make quirk_io_region to use addon_resource support by Yinghai Lu · 13 years ago
  69. e53669a PCI: Make piix4 quirk to use addon_resource support by Yinghai Lu · 13 years ago
  70. 4132a42 PCI: Make assign/update resource to support addon_res by Yinghai Lu · 13 years ago
  71. 02c3c76 PCI: Update pci_resource_bar() to support addon_resource by Yinghai Lu · 13 years ago
  72. ea36ae8 PCI: Add helpers for add addon_resource by Yinghai Lu · 13 years ago
  73. 34938b9 PCI: Add addon_resource support for pci_dev by Yinghai Lu · 13 years ago
  74. 3e9c7e8 PCI: Use for_each_res with xen pci by Yinghai Lu · 13 years ago
  75. af905bb PCI: Use for_each_res with mrs by Yinghai Lu · 13 years ago
  76. 39db68a PCI: Use for_each_res pci bases reading by Yinghai Lu · 13 years ago
  77. 5b4965e PCI: Use for_each_res pci release release by Yinghai Lu · 13 years ago
  78. 35c7d9a PCI: Use for_each_res pci bases pci_dev_driver() by Yinghai Lu · 13 years ago
  79. bdb488a PCI: Use for_each_res with noassign_bars by Yinghai Lu · 13 years ago
  80. df1ed82 PCI: Use for_each_res pci_assign_resource by Yinghai Lu · 13 years ago
  81. 0bffcc0 PCI: Use for_each_res with pci bar reassign funcs by Yinghai Lu · 13 years ago
  82. 51365ee PCI: Use for_each_pci_dev_resource pci_reassigndev by Yinghai Lu · 13 years ago
  83. 1c05a8f PCI: Use for_each_pci_dev_resource pci_enable_dev by Yinghai Lu · 13 years ago
  84. aa4fc32 PCI, pciehp: Use for_each_pci_dev_resource helper by Yinghai Lu · 13 years ago
  85. 2ebf82f PCI, acpiphp: Use for_each_pci_dev_resource helper by Yinghai Lu · 13 years ago
  86. 256789e PCI: Use for_each_res with IOV releated funcs by Yinghai Lu · 13 years ago
  87. dce3a05 x86, PCI: Use for_each_res with pci_allocate_dev_resources by Yinghai Lu · 13 years ago
  88. 53ecd08 x86, PCI: Use for_each_res with pci_allocate_bridge_resources by Yinghai Lu · 13 years ago
  89. 4146f93 PCI: Update pci_resource_start to use pci_dev_resource_n() by Yinghai Lu · 13 years ago
  90. dc66c2a PCI: Add is_pci_*_resource_idx() by Yinghai Lu · 13 years ago
  91. 1ccdaf8 pci: pci resource iterator by Ram Pai · 13 years ago
  92. 90d5807 PCI: Add pci_dev_resource_idx() by Yinghai Lu · 13 years ago
  93. f37c815 PCI: Add pci_dev_resource_n() by Yinghai Lu · 13 years ago
  94. 48da02a ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing. by Ashok Raj · 13 years ago
  95. 9cf5814 PCI, acpiphp: Don't ailout even no slots found yet. by Yinghai Lu · 13 years ago
  96. eeba13b ACPI, PCI: Skip extra pci_enable_bridges for non hot-add root by Yinghai Lu · 13 years ago
  97. 376f693 PCI, x86: Move pci_enable_bridges() down by Yinghai Lu · 13 years ago for-pci-root-bus-hotplug-part5
  98. 874b0af PCI: Set dev_node early for pci_dev by Yinghai Lu · 13 years ago
  99. 9b1e981 ACPI, PCI: Protect global lists in drivers/acpi/pci_root.c by Jiang Liu · 13 years ago
  100. 2d3a045 ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges by Jiang Liu · 13 years ago