1. 237865f PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" by Bjorn Helgaas · 9 years ago
  2. 5a4f3cf Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  3. 991de2e PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq() by Jiang Liu · 9 years ago
  4. dff22d2 PCI: Call pci_read_bridge_bases() from core instead of arch code by Lorenzo Pieralisi · 9 years ago
  5. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  6. 9e8ce4b Revert "x86/PCI: Refine the way to release PCI IRQ resources" by Rafael J. Wysocki · 10 years ago
  7. b97ea28 PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) by Yijing Wang · 10 years ago
  8. 8fbcf5e Merge branch 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  9. b4b55cd x86/PCI: Refine the way to release PCI IRQ resources by Jiang Liu · 10 years ago
  10. 51ac3d2 PCI: Add NEC variants to Stratus ftServer PCIe DMI check by Charlotte Richardson · 10 years ago
  11. 4ac9cbf x86/PCI: Mark DMI tables as initialization data by Mathias Krause · 10 years ago
  12. 467cbd2 Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  13. c5f9ee3 x86, platforms: Remove SGI Visual Workstation by H. Peter Anvin · 11 years ago
  14. 25453e9 x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node() by Bjorn Helgaas · 11 years ago
  15. 6616dbd x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node() by Bjorn Helgaas · 11 years ago
  16. 49886cf x86/PCI: Drop return value of pcibios_scan_root() by Bjorn Helgaas · 11 years ago
  17. 289a24a x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root() by Bjorn Helgaas · 11 years ago
  18. 8d7d818 x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata() by Bjorn Helgaas · 11 years ago
  19. f19e848 x86/PCI: Drop pcibios_scan_root() check for bus already scanned by Bjorn Helgaas · 11 years ago
  20. 65694c5 x86/PCI: Map PCI setup data with ioremap() so it can be in highmem by Matt Fleming · 11 years ago
  21. 8901650 x86/PCI: Implement pcibios_{add|remove}_bus() hooks by Jiang Liu · 11 years ago
  22. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  23. a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  24. b7869ba x86/PCI: Remove unused pci_root_bus by Bjorn Helgaas · 12 years ago
  25. 1278998 PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check) by Myron Stowe · 12 years ago
  26. 1cb73f8 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  27. dbd3fc3 PCI: Use phys_addr_t for physical ROM address by Bjorn Helgaas · 12 years ago
  28. 72e1e86 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  29. f9a37be x86: Use PCI setup data by Matthew Garrett · 12 years ago
  30. 642c92d PCI: Don't pass pci_dev to pci_ext_cfg_avail() by Taku Izumi · 12 years ago
  31. 15fa325 x86/PCI: adjust section annotations for pcibios_setup() by Myron Stowe · 12 years ago
  32. 0cbaa57 Merge branch 'topic/stratus' into next by Bjorn Helgaas · 12 years ago
  33. 284f5f9 PCI: work around Stratus ftServer broken PCIe hierarchy by Bjorn Helgaas · 12 years ago
  34. c57ca65 x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node() by Yinghai Lu · 12 years ago
  35. 2cd6975 x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus() by Bjorn Helgaas · 13 years ago
  36. 46fbade x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented() by Bjorn Helgaas · 13 years ago
  37. 72da0b0 x86: constify PCI raw ops structures by Jan Beulich · 13 years ago
  38. 9b373ed x86/PCI: Preserve existing pci=bfsort whitelist for Dell systems by Narendra_K@Dell.com · 14 years ago
  39. 6e8af08 PCI: enable pci=bfsort by default on future Dell systems by Narendra_K@Dell.com · 14 years ago
  40. 44de339 x86/PCI: Clean up pci_cache_line_size by Alex Nixon · 15 years ago
  41. 7bd1c36 x86/PCI: Add option to not assign BAR's if not already assigned by Mike Habeck · 14 years ago
  42. d19f61f x86/PCI: Convert pci_config_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  44. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  45. 7bc5e3f x86/PCI: use host bridge _CRS info by default on 2008 and newer machines by Bjorn Helgaas · 15 years ago
  46. b72d0db x86: Move pci init function to x86_init by Thomas Gleixner · 15 years ago
  47. 76b1a87 x86/PCI: Use generic cacheline sizing instead of per-vendor tests. by Dave Jones · 15 years ago
  48. ac1aa47 PCI: determine CLS more intelligently by Jesse Barnes · 15 years ago
  49. 76baeeb x86/PCI: make 32 bit NUMA node array int, not unsigned char by Jesse Barnes · 15 years ago
  50. 2547089 x86/PCI: initialize PCI bus node numbers early by Jesse Barnes · 15 years ago
  51. 236e946 Revert "PCI: use ACPI _CRS data by default" by Linus Torvalds · 15 years ago
  52. 9e9f46c PCI: use ACPI _CRS data by default by Jesse Barnes · 15 years ago
  53. 0e94ecd x86/PCI: set_pci_bus_resources_arch_default cleanups by Yinghai Lu · 15 years ago
  54. 0bb1be3 x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 by Matthew Wilcox · 15 years ago
  55. 821508d x86: move a few device initialization objects into .devinit.rodata by Jan Beulich · 16 years ago
  56. 16cf0eb x86/PCI: Do not use interrupt links for devices using MSI-X by Rafael J. Wysocki · 16 years ago
  57. 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
  58. 8248771 x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.h by Jaswinder Singh Rajput · 16 years ago
  59. 41b9eb2 x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Boot IRQ quirks for Broadcom and AMD/ATI) by Stefan Assmann · 16 years ago
  60. 3e370b2 Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirks by Ingo Molnar · 16 years ago
  61. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  62. beef312 x86/PCI: Fix PCI config space for domains > 0 by Matthew Wilcox · 16 years ago
  63. dbbcfb2 Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirks by Ingo Molnar · 16 years ago
  64. 8dd779b x86/pci: removing subsys_initcall ordering dependencies by Robert Richter · 16 years ago
  65. 9197979 x86, pci: introduce pci=ioapicreroute kernel cmdline option by Stefan Assmann · 16 years ago
  66. a9322f6 x86, pci: introduce pci=noioapicquirk kernel cmdline option by Stefan Assmann · 16 years ago
  67. 739db07 Revert "PCI: Correct last two HP entries in the bfsort whitelist" by Jesse Barnes · 16 years ago
  68. e3f2bae PCI/x86: early dump pci conf space v2 by Yinghai Lu · 16 years ago
  69. bb71ad8 PCI: boot parameter to avoid expansion ROM memory allocation by Gary Hade · 16 years ago
  70. a167607 PCI: Correct last two HP entries in the bfsort whitelist by Tony Camuso · 16 years ago
  71. 8d64c781 PCI: Correct last two HP entries in the bfsort whitelist by Tony Camuso · 16 years ago
  72. 8d53910 Revert "PCI: remove default PCI expansion ROM memory allocation" by Linus Torvalds · 16 years ago
  73. 0df18ff x86 PCI: call dmi_check_pciprobe() by Yinghai Lu · 16 years ago
  74. 13a6ddb x86/pci: add pci=skip_isa_align command lines. by Yinghai Lu · 17 years ago
  75. 98db6f1 x86: fix section mismatch in pci_scan_bus by Sam Ravnborg · 16 years ago
  76. 5f0b297 x86: add pci=check_enable_amd_mmconf and dmi check by Yinghai Lu · 16 years ago
  77. 871d5f8 x86: get mp_bus_to_node early by Yinghai Lu · 17 years ago
  78. b81d988 PCI: x86: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  79. 6355f3d PCI: remove pcibios_fixup_ghosts() by Greg Kroah-Hartman · 17 years ago
  80. 1ba6ab1 PCI: remove initial bios sort of PCI devices on x86 by Greg Kroah-Hartman · 17 years ago
  81. 6871b76 x86: annotate pci/common.s:pci_scan_bus_with_sysdata with __devinit by Sam Ravnborg · 17 years ago
  82. b6ce068 Change pci_raw_ops to pci_raw_read/write by Matthew Wilcox · 17 years ago
  83. 9f8dacc PCI: remove default PCI expansion ROM memory allocation by Gary Hade · 17 years ago
  84. c82bc5a pci: use pci=bfsort for HP DL385 G2, DL585 G2 by Michal Schmidt · 17 years ago
  85. 8f8ae1a x86: pci use pci=bfsort for HP DL385 G2 and DL585 G2 by Michal Schmidt · 17 years ago
  86. a79e419 PCI: X86: Introduce and enable PCI domain support by Jeff Garzik · 17 years ago
  87. 62f420f PCI: use _CRS for PCI resource allocation by Gary Hade · 17 years ago
  88. 5b1ea82 PCI: i386: Compaq EVO N800c needs PCI bus renumbering by Juha Laiho · 17 years ago
  89. 19ad7ae Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  90. fb9aa6f i386: move pci by Thomas Gleixner · 17 years ago[Renamed from arch/i386/pci/common.c]
  91. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  92. 73c59af finish i386 and x86-64 sysdata conversion by Muli Ben-Yehuda · 17 years ago
  93. 08f1c19 x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata by Muli Ben-Yehuda · 17 years ago
  94. bba6f6f [PATCH] MSI-X: fix resume crash by Eric W. Biederman · 18 years ago
  95. f7a9dae pci: set pci=bfsort for PowerEdge R900 by Matt Domsch · 18 years ago
  96. f52383d PCI: add systems for automatic breadth-first device sorting by Andy Gospodarek · 18 years ago
  97. 2b290da PCI: make arch/i386/pci/common.c:pci_bf_sort static by Adrian Bunk · 18 years ago
  98. 6851ecc PCI: Revert "PCI: i386/x86_84: disable PCI resource decode on device disable" by Greg Kroah-Hartman · 18 years ago
  99. 6b4b78f PCI: optionally sort device lists breadth-first by Matt Domsch · 18 years ago
  100. 0637a70 [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1 by Andi Kleen · 18 years ago