1. c519a5a PCI: complain about devices that seem to be broken by Bjorn Helgaas · 15 years ago
  2. 7b8ff6d PCI: make disabled window printk style match the enabled ones by Bjorn Helgaas · 15 years ago
  3. 99ddd55 PCI: break out primary/secondary/subordinate for readability by Bjorn Helgaas · 15 years ago
  4. a1e4d72 PM: Allow PCI devices to suspend/resume asynchronously by Rafael J. Wysocki · 15 years ago
  5. 2fe2abf PCI: augment bus resource table with a list by Bjorn Helgaas · 15 years ago
  6. 2adf751 PCI: read bridge windows before filling in subtractive decode resources by Bjorn Helgaas · 15 years ago
  7. fa27b2d PCI: split up pci_read_bridge_bases() by Bjorn Helgaas · 15 years ago
  8. cd81e1e PCI: reject mmio ranges starting at 0 on pci_bridge read by Yinghai Lu · 15 years ago
  9. 4fb88c1 PCI: Make pci_scan_slot more robust by Matthew Wilcox · 15 years ago
  10. 9dfd97f PCI: Add support for reporting PCIe 3.0 speeds by Matthew Wilcox · 15 years ago
  11. 45b4cdd5 PCI: Add support for AGP in cur/max bus speed by Matthew Wilcox · 15 years ago
  12. 9be60ca PCI: Add support for detection of PCIe and PCI-X bus speeds by Matthew Wilcox · 15 years ago
  13. 3749c51 PCI: Make current and maximum bus speeds part of the PCI core by Matthew Wilcox · 15 years ago
  14. f07852d PCI: Rewrite pci_scan_slot by Matthew Wilcox · 15 years ago
  15. bb209c8 powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge() by Benjamin Herrenschmidt · 15 years ago
  16. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  17. 06a1cba PCI: use pci_pcie_cap() in pci core by Kenji Kaneshige · 15 years ago
  18. 0efea00 PCI: cache PCIe capability offset by Kenji Kaneshige · 15 years ago
  19. 865df57 PCI: improve discovery/configuration messages by Bjorn Helgaas · 15 years ago
  20. 0207c35 PCI: replace pr_debug with dev_dbg by Bjorn Helgaas · 15 years ago
  21. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  22. bc577d2 PCI: populate subsystem vendor and device IDs for PCI bridges by Gabe Black · 15 years ago
  23. 0584396 PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode by Matt Domsch · 15 years ago
  24. 1ed6743 PCI: fix nit in ROM BAR size probing by Michael S. Tsirkin · 15 years ago
  25. df0e97c PCI: add xen dom0 checking before ACS initialization by Allen Kay · 15 years ago
  26. ae21ee6 PCI: acs p2p upsteram forwarding enabling by Allen Kay · 15 years ago
  27. a369c79 PCI: print resources consistently with %pRt by Bjorn Helgaas · 15 years ago
  28. 4b77b0a PCI: Clear saved_state after the state has been restored by Rafael J. Wysocki · 15 years ago
  29. 2876048 PCI: pcie: Ensure hotplug ports have a minimum number of resources by Eric W. Biederman · 15 years ago
  30. d0b8cbe PCI: print out pref if mmio is prefetchable by Yinghai Lu · 15 years ago
  31. a7db504 PCI: remove pcibios_scan_all_fns() by Alex Chiang · 15 years ago
  32. 9fc3925 PCI: use pci_is_root_bus() in pci_read_bridge_bases() by Kenji Kaneshige · 15 years ago
  33. 1f82de1 PCI/x86: don't assume prefetchable ranges are 64bit by Yinghai Lu · 15 years ago
  34. f79b1b1 PCI: use fixed-up device class when configuring device by Yu Zhao · 15 years ago
  35. 0bb1be3 x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 by Matthew Wilcox · 16 years ago
  36. 5446a6b PCI: annotate pci_rescan_bus as __ref, not __devinit by Alex Chiang · 16 years ago
  37. 853346e PCI: fix conflict between SR-IOV and config space sizing by Yu Zhao · 16 years ago
  38. 705b1aa PCI: Introduce /sys/bus/pci/rescan by Alex Chiang · 16 years ago
  39. 3ed4fd9 PCI: Introduce pci_rescan_bus() by Alex Chiang · 16 years ago
  40. 74710de PCI: always scan child buses by Alex Chiang · 16 years ago
  41. 1b69dfc PCI: pci_scan_slot() returns newly found devices by Trent Piepho · 16 years ago
  42. 90bdb31 PCI: don't scan existing devices by Trent Piepho · 16 years ago
  43. 480b93b PCI: centralize device setup code by Yu Zhao · 16 years ago
  44. a28724b PCI: reserve bus range for SR-IOV device by Yu Zhao · 16 years ago
  45. d1b054d PCI: initialize and release SR-IOV capability by Yu Zhao · 16 years ago
  46. dfadd9ed PCI/x86: detect host bridge config space size w/o using quirks by Yinghai Lu · 16 years ago
  47. 6a3b3e2 PCI: Use kzalloc() in pci_create_bus() by Geert Uytterhoeven · 16 years ago
  48. f92d4e2 PCI: fix wrong assumption in pci_read_bridge_bases by Kenji Kaneshige · 16 years ago
  49. 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
  50. eb9c39d PCI: set device wakeup capable flag if platform support is present by Jesse Barnes · 16 years ago
  51. 3789fa8 PCI: allow pci_alloc_child_bus() to handle a NULL bridge by Yu Zhao · 16 years ago
  52. 0b400c7 PCI: export __pci_read_base() by Yu Zhao · 16 years ago
  53. fde09c6 PCI: define PCI resource names in an 'enum' by Yu Zhao · 16 years ago
  54. 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 16 years ago
  55. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  56. 588235b cpumask: update pci_bus_show_cpuaffinity to use new cpumask API by Mike Travis · 16 years ago
  57. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  58. a491913 PCI: remove unused resource assignment in pci_read_bridge_bases() by Zhao, Yu · 16 years ago
  59. a1c1989 PCI: Workaround invalid P2P bridge bus numbers by Benjamin Herrenschmidt · 16 years ago
  60. f19aeb1 PCI: Add ability to mmap legacy_io on some platforms by Benjamin Herrenschmidt · 16 years ago
  61. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  62. 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
  63. 201de56 PCI: centralize the capabilities code in probe.c by Zhao, Yu · 16 years ago
  64. e354597 PCI: fix 64-vbit prefetchable memory resource BARs by Peter Chubb · 16 years ago
  65. 557848c PCI: replace cfg space size (256/4096) by macros. by Zhao, Yu · 16 years ago
  66. cef354d PCI: connect struct pci_dev to struct pci_slot by Alex Chiang · 16 years ago
  67. 34a2e15 PCI: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  68. 096e6f6 pci: Use new %pR to print resource ranges by Benjamin Herrenschmidt · 16 years ago
  69. 99178b0 Driver core: add bus_sort_breadthfirst() function by Greg Kroah-Hartman · 16 years ago
  70. 395a125 PCI: re-add debug prints for unmodified BARs by Yinghai Lu · 16 years ago
  71. 4ca8a77 PCI: Fix printk warnings in probe.c by Johann Felix Soden · 16 years ago
  72. 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
  73. a844158 PCI: check the return value of device_create_bin_file() in pci_create_bus() by Simon Horman · 16 years ago
  74. 149e163 PCI: disable ASPM on pre-1.1 PCIe devices by Shaohua Li · 16 years ago
  75. cc5499c PCI: handle 64-bit resources better on 32-bit machines by Matthew Wilcox · 16 years ago
  76. 6ac665c PCI: rewrite PCI BAR reading code by Matthew Wilcox · 16 years ago
  77. 0679c2f Merge branch 'linus' into pci-for-jesse by Ingo Molnar · 16 years ago
  78. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  79. eebfcfb PCI: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  80. 8b285ce PCI: fix pci_setup_device()'s sprinting into a const buffer by David Howells · 16 years ago
  81. 80ccba1 PCI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  82. 9bf8a1a pci: debug extra pci resources range by Yinghai Lu · 16 years ago
  83. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  84. 49db139 PCI: Disable PME during PCI scan by Zhao Yakui · 16 years ago
  85. 70b9f7d x86/pci: remove flag in pci_cfg_space_size_ext by Yinghai Lu · 16 years ago
  86. 30a18d6 x86: multi pci root bus with different io resource range, on 64-bit by Yinghai Lu · 17 years ago
  87. 0d358f2 driver core: try parent numa_node at first before using default by Yinghai Lu · 17 years ago
  88. 57741a7 x86_64: set cfg_size for AMD Family 10h in case MMCONFIG by Yinghai Lu · 17 years ago
  89. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  90. 7f7b5de PCI: pci_scan_device() mustn't be __devinit by Adrian Bunk · 17 years ago
  91. cbd4e05 PCI: pci_alloc_child_bus() mustn't be __devinit by Adrian Bunk · 17 years ago
  92. 8845256 PCI: clean up resource alignment management by Ivan Kokshaysky · 17 years ago
  93. 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 17 years ago
  94. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 17 years ago
  95. cb3576f PCI: Include PCI domain in PCI bus names on x86/x86_64 by Gary Hade · 17 years ago
  96. 5ff580c PCI: remove global list of PCI devices by Greg Kroah-Hartman · 17 years ago
  97. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 17 years ago
  98. 7030892 PCI: make no_pci_devices() use the pci_bus_type list by Greg Kroah-Hartman · 17 years ago
  99. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 17 years ago
  100. 0ab2b57 PCI: fix section mismatch warning in pci_scan_child_bus by Sam Ravnborg · 17 years ago