1. 3b519e4 PCI: fix size checks for mmap() on /proc/bus/pci files by Martin Wilck · 14 years ago
  2. bf4d290 PCI: Export some PCI PM functionality by Matthew Garrett · 14 years ago
  3. 0e52247 PCI: fix pci_resource_alignment prototype by Cam Macdonell · 14 years ago
  4. f1a7bfa PCI: PCIe AER: Introduce pci_aer_available() by Rafael J. Wysocki · 14 years ago
  5. 1cfd2bd Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  6. b879743f PCI: Fix warnings when CONFIG_DMI unset by Narendra K · 14 years ago
  7. 911e1c9 PCI: export SMBIOS provided firmware instance and label to sysfs by Narendra K · 14 years ago
  8. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  9. 8356dda PCI: make bitfield unsigned by Bill Pemberton · 14 years ago
  10. 6cbf821 PCI PM: Run-time callbacks for PCI bus type by Rafael J. Wysocki · 14 years ago
  11. b67ea76 PCI / ACPI / PM: Platform support for PCI PME wake-up by Rafael J. Wysocki · 14 years ago
  12. 58ff463 PCI PM: Add function for checking PME status of devices by Rafael J. Wysocki · 14 years ago
  13. 93177a7 PCI: Clean up build for CONFIG_PCI_QUIRKS unset by Rafael J. Wysocki · 15 years ago
  14. 5b889bf PCI: Fix build if quirks are not enabled by Rafael J. Wysocki · 15 years ago
  15. b9c3b26 PCI: support device-specific reset methods by Dexuan Cui · 15 years ago
  16. ae21ee6 PCI: acs p2p upsteram forwarding enabling by Allen Kay · 15 years ago
  17. 0ba379e PCI: Simplify hotplug mch quirk. by Eric W. Biederman · 15 years ago
  18. 711d577 PCI: expose function reset capability in sysfs by Michael S. Tsirkin · 15 years ago
  19. 6faf17f PCI SR-IOV: correct broken resource alignment calculations by Chris Wright · 15 years ago
  20. e277d2f PCI: handle Virtual Function ATS enabling by Yu Zhao · 15 years ago
  21. 302b421 PCI: support the ATS capability by Yu Zhao · 15 years ago
  22. e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  23. 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 15 years ago
  24. 705b1aa PCI: Introduce /sys/bus/pci/rescan by Alex Chiang · 15 years ago
  25. 74bb1bc PCI: handle SR-IOV Virtual Function Migration by Yu Zhao · 15 years ago
  26. dd7cc44 PCI: add SR-IOV API for Physical Function driver by Yu Zhao · 15 years ago
  27. 480b93b PCI: centralize device setup code by Yu Zhao · 15 years ago
  28. a28724b PCI: reserve bus range for SR-IOV device by Yu Zhao · 15 years ago
  29. 8c5cdb6 PCI: restore saved SR-IOV state by Yu Zhao · 15 years ago
  30. d1b054d PCI: initialize and release SR-IOV capability by Yu Zhao · 15 years ago
  31. 32a9a682 PCI: allow assignment of memory resources with a specified alignment by Yuji Shimada · 15 years ago
  32. b33bfde PCI: fix struct pci_platform_pm_ops kernel-doc by Randy Dunlap · 16 years ago
  33. aa8c6c9 PCI PM: Restore standard config registers of all devices early by Rafael J. Wysocki · 16 years ago
  34. 73410429 PCI PM: Avoid touching devices behind bridges in unknown state by Rafael J. Wysocki · 16 years ago
  35. fa58d30 PCI PM: Add suspend counterpart of pci_reenable_device by Rafael J. Wysocki · 16 years ago
  36. 287d19c PCI: revise VPD access interface by Stephen Hemminger · 16 years ago
  37. eb9c39d PCI: set device wakeup capable flag if platform support is present by Jesse Barnes · 16 years ago
  38. 876e501 PCI: factor pci_bus_add_child() from pci_bus_add_devices() by Yu Zhao · 16 years ago
  39. 613e7ed PCI: add a new function to map BAR offsets by Yu Zhao · 16 years ago
  40. 0b400c7 PCI: export __pci_read_base() by Yu Zhao · 16 years ago
  41. 6a49d812 PCI: enhance pci_ari_enabled() by Yu Zhao · 16 years ago
  42. 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 16 years ago
  43. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  44. 9eff02e PCI: check mmap range of /proc/bus/pci files too by Jesse Barnes · 16 years ago
  45. d389fec ACPI/PCI: Set support bit for MSI in support field of _OSC by Taku Izumi · 16 years ago
  46. f19aeb1 PCI: Add ability to mmap legacy_io on some platforms by Benjamin Herrenschmidt · 16 years ago
  47. 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
  48. 557848c PCI: replace cfg space size (256/4096) by macros. by Zhao, Yu · 16 years ago
  49. 93ff68a PCI: make CPU list affinity visible by Mike Travis · 16 years ago
  50. 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
  51. a80a6da PCI ACPI: Drop the second argument of platform_pci_choose_state by Rafael J. Wysocki · 16 years ago
  52. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  53. 961d912 PCI: Introduce platform_pci_power_manageable function by Rafael J. Wysocki · 16 years ago
  54. 99cb233d PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. by Benjamin Li · 16 years ago
  55. 53eb2fb Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 into linux-next by Jesse Barnes · 16 years ago
  56. 8d2bdf4 PCI ACPI: Drop the second argument of platform_pci_choose_state by Rafael J. Wysocki · 16 years ago
  57. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  58. 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 16 years ago
  59. fd7d1ce PCI: make pci_bus a struct device by Greg Kroah-Hartman · 17 years ago
  60. 367b09f PCI: fix codingstyle issues in drivers/pci/pci.h by Greg Kroah-Hartman · 17 years ago
  61. 94688cf PCI: export pci_restore_msi_state() by Linas Vepstas · 17 years ago
  62. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  63. 6a84258 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  64. 7f78576 pci: implement "pci=noaer" by Randy Dunlap · 17 years ago
  65. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  66. ce5ccde PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h by Kumar Gala · 17 years ago
  67. a4fb212 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  68. f0a664b PCI: export __pci_reenable_device() by Tejun Heo · 17 years ago
  69. ab826ca ACPI: Use ACPI methods to select PCI device suspend state by Shaohua Li · 17 years ago
  70. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  71. 392ee1e [PATCH] msi: Safer state caching. by Eric W. Biederman · 17 years ago
  72. f5f2b13 [PATCH] msi: sanely support hardware level msi disabling by Eric W. Biederman · 17 years ago
  73. 8fed4b6 MSI: Combine pci_(save|restore)_msi/msix_state by Michael Ellerman · 18 years ago
  74. 88187df MSI: Replace pci_msi_quirk with calls to pci_no_msi() by Michael Ellerman · 18 years ago
  75. 38cc130 PCI : add extremely specialized __pci_reenable_device for default resume by Hidetoshi Seto · 18 years ago
  76. 924b08f PCI : remove too specialized __pci_enable_device for default resume by Hidetoshi Seto · 18 years ago
  77. bae94d0 PCI: switch pci_{enable,disable}_device() to be nestable by Inaky Perez-Gonzalez · 18 years ago
  78. 3f79e10 MSI: Cleanup existing MSI quirks by Brice Goglin · 18 years ago
  79. ffadcc2 [PATCH] PCI: PCIE power management quirk by Kristen Carlson Accardi · 18 years ago
  80. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  81. d71374d [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev by Zhang Yanmin · 18 years ago
  82. 41017f0 [PATCH] PCI: MSI(X) save/restore for suspend/resume by Shaohua Li · 18 years ago
  83. 309e57d [PATCH] PCI: Provide a boot parameter to disable MSI by Matthew Wilcox · 18 years ago
  84. 54c762f [PATCH] PCI: drivers/pci: some cleanups by Adrian Bunk · 19 years ago
  85. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  86. e04b0ea [PATCH] PCI: Block config access during BIST by Brian King · 19 years ago
  87. cdb9b9f [PATCH] PCI: Small rearrangement of PCI probing code by Paul Mackerras · 19 years ago
  88. 4b47b0e [PATCH] PCI: fix quirk-6700-fix.patch by Andrew Morton · 19 years ago
  89. 4602b88 [PATCH] PCI: 6700/6702PXH quirk by Kristen Accardi · 19 years ago
  90. b913100 [ACPI] pci_set_power_state() now calls by David Shaohua Li · 19 years ago
  91. 0f64474 [ACPI] PCI can now get suspend state from firmware by David Shaohua Li · 19 years ago
  92. c22610da [PATCH] PCI Hotplug: remove pci_visit_dev by Scott Murray · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago