1. 4e9b1c1 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. eb9c39d PCI: set device wakeup capable flag if platform support is present by Jesse Barnes · 16 years ago
  3. 3789fa8 PCI: allow pci_alloc_child_bus() to handle a NULL bridge by Yu Zhao · 16 years ago
  4. 0b400c7 PCI: export __pci_read_base() by Yu Zhao · 16 years ago
  5. fde09c6 PCI: define PCI resource names in an 'enum' by Yu Zhao · 16 years ago
  6. 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 16 years ago
  7. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  8. 588235b cpumask: update pci_bus_show_cpuaffinity to use new cpumask API by Mike Travis · 16 years ago
  9. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  10. a491913 PCI: remove unused resource assignment in pci_read_bridge_bases() by Zhao, Yu · 16 years ago
  11. a1c1989 PCI: Workaround invalid P2P bridge bus numbers by Benjamin Herrenschmidt · 16 years ago
  12. f19aeb1 PCI: Add ability to mmap legacy_io on some platforms by Benjamin Herrenschmidt · 16 years ago
  13. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  14. 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
  15. 201de56 PCI: centralize the capabilities code in probe.c by Zhao, Yu · 16 years ago
  16. e354597 PCI: fix 64-vbit prefetchable memory resource BARs by Peter Chubb · 16 years ago
  17. 557848c PCI: replace cfg space size (256/4096) by macros. by Zhao, Yu · 16 years ago
  18. cef354d PCI: connect struct pci_dev to struct pci_slot by Alex Chiang · 16 years ago
  19. 34a2e15 PCI: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  20. 096e6f6 pci: Use new %pR to print resource ranges by Benjamin Herrenschmidt · 16 years ago
  21. 99178b0 Driver core: add bus_sort_breadthfirst() function by Greg Kroah-Hartman · 16 years ago
  22. 395a125 PCI: re-add debug prints for unmodified BARs by Yinghai Lu · 16 years ago
  23. 4ca8a77 PCI: Fix printk warnings in probe.c by Johann Felix Soden · 16 years ago
  24. ce67542 Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into x86-merge by Jesse Barnes · 16 years ago
  25. a844158 PCI: check the return value of device_create_bin_file() in pci_create_bus() by Simon Horman · 16 years ago
  26. 149e163 PCI: disable ASPM on pre-1.1 PCIe devices by Shaohua Li · 16 years ago
  27. cc5499c PCI: handle 64-bit resources better on 32-bit machines by Matthew Wilcox · 16 years ago
  28. 6ac665c PCI: rewrite PCI BAR reading code by Matthew Wilcox · 16 years ago
  29. 0679c2f Merge branch 'linus' into pci-for-jesse by Ingo Molnar · 16 years ago
  30. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  31. eebfcfb PCI: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  32. 8b285ce PCI: fix pci_setup_device()'s sprinting into a const buffer by David Howells · 16 years ago
  33. 80ccba1 PCI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  34. 9bf8a1a pci: debug extra pci resources range by Yinghai Lu · 16 years ago
  35. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  36. 49db139 PCI: Disable PME during PCI scan by Zhao Yakui · 16 years ago
  37. 70b9f7d x86/pci: remove flag in pci_cfg_space_size_ext by Yinghai Lu · 16 years ago
  38. 30a18d6 x86: multi pci root bus with different io resource range, on 64-bit by Yinghai Lu · 16 years ago
  39. 0d358f2 driver core: try parent numa_node at first before using default by Yinghai Lu · 16 years ago
  40. 57741a7 x86_64: set cfg_size for AMD Family 10h in case MMCONFIG by Yinghai Lu · 16 years ago
  41. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  42. 7f7b5de PCI: pci_scan_device() mustn't be __devinit by Adrian Bunk · 16 years ago
  43. cbd4e05 PCI: pci_alloc_child_bus() mustn't be __devinit by Adrian Bunk · 16 years ago
  44. 8845256 PCI: clean up resource alignment management by Ivan Kokshaysky · 16 years ago
  45. 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 16 years ago
  46. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 16 years ago
  47. cb3576f PCI: Include PCI domain in PCI bus names on x86/x86_64 by Gary Hade · 16 years ago
  48. 5ff580c PCI: remove global list of PCI devices by Greg Kroah-Hartman · 16 years ago
  49. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 16 years ago
  50. 7030892 PCI: make no_pci_devices() use the pci_bus_type list by Greg Kroah-Hartman · 16 years ago
  51. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  52. 0ab2b57 PCI: fix section mismatch warning in pci_scan_child_bus by Sam Ravnborg · 16 years ago
  53. 59fc67d iommu sg merging: PCI: add dma segment boundary support by FUJITA Tomonori · 16 years ago
  54. 4d57cdf iommu sg merging: PCI: add device_dma_parameters support by FUJITA Tomonori · 16 years ago
  55. 451124a PCI: fix 4x section mismatch warnings by Sam Ravnborg · 17 years ago
  56. 4105717 PCI: fix section mismatch warnings referring to pci_do_scan_bus by Sam Ravnborg · 17 years ago
  57. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 17 years ago
  58. fd7d1ce PCI: make pci_bus a struct device by Greg Kroah-Hartman · 17 years ago
  59. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 17 years ago
  60. a6f29a9 PCI: Add missing "space" in printk messages by Joe Perches · 17 years ago
  61. 943e6c0 PCI: remove additional pci_scan_child_bus() prototype by Adrian Bunk · 17 years ago
  62. b73e968 PCI: always export pci_scan_single_device by Adrian Bunk · 17 years ago
  63. eb003ec PCI: drivers/pci/: remove unused exports by Adrian Bunk · 17 years ago
  64. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  65. ad7edfe [PCI] Do not enable CRS Software Visibility by default by Linus Torvalds · 17 years ago
  66. bb44609 PCI: Restore PCI expansion ROM P2P prefetch window creation by Gary Hade · 17 years ago
  67. af1bff4 Revert "PCI: fix IDE legacy mode resources" by Linus Torvalds · 17 years ago
  68. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  69. 1194925 PCI: modify PCI bridge control ISA flag for clarity by Gary Hade · 17 years ago
  70. fd64cb4 PCI: avoid P2P prefetch window for expansion ROMs by Gary Hade · 17 years ago
  71. 036fff4 PCI: skip ISA ioresource alignment on some systems by Gary Hade · 17 years ago
  72. fd6e732 PCI: fix IDE legacy mode resources by Yoichi Yuasa · 17 years ago
  73. e365c3e PCI: remove devinit from pci_read_bridge_bases by Ralf Baechle · 17 years ago
  74. d55bef5 PCI: lets kill the 'PCI hidden behind bridge' message by Bernhard Kaindl · 17 years ago
  75. ed4aaad fix jvc cdrom drive lockup by Zhang, Yanmin · 17 years ago
  76. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  77. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  78. b8a3a52 PCI: read revision ID by default by Auke Kok · 17 years ago
  79. a23adb5 PCI: point people to Bernhard instead of the linux-kernel list by Greg Kroah-Hartman · 17 years ago
  80. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  81. bab41e9 PCI: Convert to alloc_pci_dev() by Michael Ellerman · 17 years ago
  82. 6589121 PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev by Michael Ellerman · 17 years ago
  83. 96bde06 pci: do not mark exported functions as __devinit by Sam Ravnborg · 17 years ago
  84. 01abc2a Revert "adjust legacy IDE resource setting (v2)" by Bartlomiej Zolnierkiewicz · 17 years ago
  85. ed8ccee adjust legacy IDE resource setting (v2) by Jan Beulich · 17 years ago
  86. 0fcfdab MSI: Remove pci_scan_msi_device() by Michael Ellerman · 18 years ago
  87. 07eddf3 PCI: check szhi when sz is 0 when 64 bit iomem bigger than 4G by Yinghai Lu · 18 years ago
  88. 76e6a1d [PATCH] pci/probe: fix macro that confuses kernel-doc by Randy Dunlap · 18 years ago
  89. fb0f2b4 PCI legacy resource fix by Ralf Baechle · 18 years ago
  90. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 18 years ago
  91. 368c73d PCI: quirks: fix the festering mess that claims to handle IDE quirks by Alan Cox · 18 years ago
  92. 6b4b78f PCI: optionally sort device lists breadth-first by Matt Domsch · 18 years ago
  93. b19441a PCI: fix __must_check warnings by Greg Kroah-Hartman · 18 years ago
  94. 8208179 [PATCH] pci: initialize struct pci_dev.error_state by Linas Vepstas · 18 years ago
  95. d71374d [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev by Zhang Yanmin · 18 years ago
  96. ea28502 [PATCH] PCI: fix to pci ignore pre-set 64-bit bars on 32-bit platforms by Bjorn Helgaas · 18 years ago
  97. 17d6dc8 [PATCH] PCI: Ignore pre-set 64-bit BARs on 32-bit platforms by H. Peter Anvin · 18 years ago
  98. f5afe80 [PATCH] PCI: kzalloc() conversion in drivers/pci by Eric Sesterhenn · 18 years ago
  99. 8c4b2cf [PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fix by Bernhard Kaindl · 18 years ago
  100. 6e325a6 [PATCH] PCI: make MSI quirk inheritable from the pci bus by Michael S. Tsirkin · 18 years ago