1. 745be2e7 PCIe: portdrv: call pci_disable_device during remove by Alex Chiang · 15 years ago
  2. 9efb5fe PCI: PCIe portdrv: eliminate double kfree in remove path by Alex Chiang · 15 years ago
  3. 3a3c244 PCI: PCIe portdrv: Implement pm object by Rafael J. Wysocki · 15 years ago
  4. ae40582 PCI: pcie_portdriver: fix pcie_port_device_remove by Eric W. Biederman · 15 years ago
  5. 9f5404d PCI/ACPI: rename pci_osc_control_set() by Kenji Kaneshige · 16 years ago
  6. b43d451 PCI/PCIe portdrv: Fix allocation of interrupts by Rafael J. Wysocki · 16 years ago
  7. 2210636 PCI: PCIe portdrv: Remove struct pcie_port_service_id by Rafael J. Wysocki · 16 years ago
  8. 0516c8b PCI: PCIe portdrv: Simplily probe callback of service drivers by Rafael J. Wysocki · 16 years ago
  9. 87d2e2e PCI: PCIe portdrv: Remove unnecessary function by Rafael J. Wysocki · 16 years ago
  10. f118c0c3 PCI: PCIe portdrv: Do not enable port device before setting up interrupts by Rafael J. Wysocki · 16 years ago
  11. 90e9cd5 PCI: PCIe portdrv: Aviod using service devices with wrong interrupts by Rafael J. Wysocki · 16 years ago
  12. 1bf83e55 PCI: PCIe portdrv: Use driver data to simplify code by Rafael J. Wysocki · 16 years ago
  13. d899871 PCIe: portdrv: call pci_disable_device during remove by Alex Chiang · 15 years ago
  14. cb4cb4a PCIe: AER: during disable, check subordinate before walking by Alex Chiang · 15 years ago
  15. 1f9f13c PCI: Enable PCIe AER only after checking firmware support by Andrew Patterson · 15 years ago
  16. 27be54a PCI: PCIe portdrv: Simplify suspend and resume by Rafael J. Wysocki · 16 years ago
  17. 3419c75 PCI: properly clean up ASPM link state on device remove by Alex Chiang · 16 years ago
  18. 987a4c7 PCI: Use msleep instead of cpu_relax during ASPM link retraining by Andrew Patterson · 16 years ago
  19. d934737 PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions by Rafael J. Wysocki · 16 years ago
  20. fa6c993 PCI: PCIe portdrv: Rearrange code so that related things are together by Rafael J. Wysocki · 16 years ago
  21. e7ae884 PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services by Rafael J. Wysocki · 16 years ago
  22. facf6d1 PCI: PCIe portdrv: Add kerneldoc comments to some core functions by Rafael J. Wysocki · 16 years ago
  23. 46bbdfa PCI: keep ASPM link state consistent throughout PCIe hierarchy by Shaohua Li · 16 years ago
  24. a79d682 PCI PM: Split PCI Express port suspend-resume by Rafael J. Wysocki · 16 years ago
  25. 0e331bf PCI: pcie port driver: remove extra printks by Bjorn Helgaas · 16 years ago
  26. a367f74 PCI hotplug: aerdrv: fix a typo in error message by Hidetoshi Seto · 16 years ago
  27. 90d25f2 PCI: Suspend and resume PCI Express ports with interrupts disabled by Rafael J. Wysocki · 16 years ago
  28. eb9188b ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  29. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  30. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  31. b0b801d PCI: fix aer resume sanity check by Hidetoshi Seto · 16 years ago
  32. 2a42d9d PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch by Thomas Renninger · 16 years ago
  33. 270c66b PCI: fix AER capability check by Yu Zhao · 16 years ago
  34. 0927678 PCI: use pci_find_ext_capability everywhere by Jesse Barnes · 16 years ago
  35. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  36. 34a2e15 PCI: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  37. e1f4f59 PCI: Fix pcie_aspm=force by Sitsofe Wheeler · 16 years ago
  38. 056c58e PCI: add acpi_find_root_bridge_handle by Jiri Slaby · 16 years ago
  39. d6d3857 PCI: add an option to allow ASPM enabled forcibly by Shaohua Li · 16 years ago
  40. 149e163 PCI: disable ASPM on pre-1.1 PCIe devices by Shaohua Li · 16 years ago
  41. 5fde244 PCI: disable ASPM per ACPI FADT setting by Shaohua Li · 16 years ago
  42. 34438ba PCIE: port driver: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  43. 531f254 PCIE: aer: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  44. 5d9526d PCIe: fix 'symbol not declared' sparse warnings by Alex Chiang · 16 years ago
  45. ddc9753 PCI: don't enable ASPM on devices with mixed PCIe/PCI functions by Shaohua Li · 16 years ago
  46. a217656 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  47. a01e035 drivers: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  48. 4cfe02f PCI Express ASPM support should default to 'No' by Jesper Juhl · 16 years ago
  49. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  50. d75b305 PCI: aerdrv_acpi.c: remove unneeded NULL check by Adrian Bunk · 16 years ago
  51. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 16 years ago
  52. 21c6847 PCI: #if 0 pci_cleanup_aer_correct_error_status() by Adrian Bunk · 17 years ago
  53. 4c44bac PCI: pcie AER: don't check _OSC when acpi is disabled by Yinghai Lu · 17 years ago
  54. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 17 years ago
  55. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 17 years ago
  56. 3c75e23 PCI: Run ACPI _OSC method on root bridges only by Andrew Patterson · 17 years ago
  57. d8634dd PCI ACPI: AER driver should only register PCIe devices with _OSC by Andrew Patterson · 17 years ago
  58. 39ec456 pcie port driver: correctly detect native PME feature by Shaohua Li · 17 years ago
  59. d885c6b pci-aer: fix kernel-doc mistakes by Randy Dunlap · 17 years ago
  60. bf16441 PCI: pcie portdriver: initialize returned value by Linas Vepstas · 17 years ago
  61. 7f78576 pci: implement "pci=noaer" by Randy Dunlap · 17 years ago
  62. 89913bf pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE by Kenji Kaneshige · 17 years ago
  63. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  64. f5609d7 PCI: pcie: remove SPIN_LOCK_UNLOCKED by Milind Arun Choudhary · 17 years ago
  65. f0dce41 PCI aer: add pci_cleanup_aer_correct_aer_status by Stephen Hemminger · 17 years ago
  66. 8d29bfb PCI: fix AER driver error information by Zhang, Yanmin · 17 years ago
  67. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  68. bf5b4ba PCI: Fix warning message in PCIE port driver by Prarit Bhargava · 17 years ago
  69. c1996c2 PCI: aer: fix section mismatch warning by Sam Ravnborg · 17 years ago
  70. 3603a6a pcie: fix section mismatch warning by Sam Ravnborg · 17 years ago
  71. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 17 years ago
  72. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 17 years ago
  73. 83e42bc PCI: pcieport-driver: remove invalid warning message by Kenji Kaneshige · 18 years ago
  74. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  75. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  76. 0bed208 PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM error by Zhang, Yanmin · 18 years ago
  77. 3ec6a8d PCI: pcie-check-and-return-bus_register-errors fix by Andrew Morton · 18 years ago
  78. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  79. b19441a PCI: fix __must_check warnings by Greg Kroah-Hartman · 18 years ago
  80. 4bf3392 PCI-Express AER implemetation: pcie_portdrv error handler by Zhang, Yanmin · 18 years ago
  81. 6c2b374 PCI-Express AER implemetation: AER core and aerdriver by Zhang, Yanmin · 18 years ago
  82. 4840815 PCI-Express AER implemetation: export pcie_port_bus_type by Zhang, Yanmin · 18 years ago
  83. 20d5166 PCIE: check and return bus_register errors by Randy Dunlap · 18 years ago
  84. e4fd1f4 PCIE: cleanup on probe error by Randy Dunlap · 18 years ago
  85. 6085483 pcie: fix warnings when CONFIG_PM=n by Henrik Kretzschmar · 18 years ago
  86. f5afe80 [PATCH] PCI: kzalloc() conversion in drivers/pci by Eric Sesterhenn · 18 years ago
  87. 75cde0e [PATCH] PCI: remove msi save/restore code in specific driver by Shaohua Li · 19 years ago
  88. 8c9ad50 [PATCH] PCIE: make bus_id for PCI Express devices unique by Sergey Vlasov · 19 years ago
  89. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  90. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  91. 95a6296 [PATCH] PCI: start paying attention to a lot of pci function return values by Greg Kroah-Hartman · 19 years ago
  92. 2a56957 [PATCH] pm: more u32 vs. pm_message_t fixes by Pavel Machek · 19 years ago
  93. 5823d10 [PATCH] PCI: acpi tg3 ethernet not coming back properly after S3 suspendon DellM70 by long · 19 years ago
  94. d0e2b4a [PATCH] use device_for_each_child() to properly access child devices. by long · 19 years ago
  95. 8b245e4 [PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switch by Dely Sy · 19 years ago
  96. 7f4927c [PATCH] fix u32 vs. pm_message_t in PCI, PCIE by Pavel Machek · 19 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago