1. 761434a PCI ASPM: fix oops on root port removal by Kenji Kaneshige · 15 years ago
  2. 2caa731 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  3. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  4. 30fc24b PCI: Prevent AER driver from being loaded on non-root port PCIE devices by Kenji Kaneshige · 15 years ago
  5. e3fb20f PCI: PCIe portdrv: remove "-driver" from driver name by Bjorn Helgaas · 15 years ago
  6. 3e77a3f PCI: Disable AER with pci=nomsi by Andi Kleen · 15 years ago
  7. 7557b5d PCI ASPM: support L1 only by Kenji Kaneshige · 15 years ago
  8. e9d8288 PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset() by Rafael J. Wysocki · 15 years ago
  9. 9965976 PCI: pcie portdrv: remove unused variable by Jesse Barnes · 15 years ago
  10. 0ba379e PCI: Simplify hotplug mch quirk. by Eric W. Biederman · 15 years ago
  11. b1c089b PCI: pcie, aer: report all error before recovery by Hidetoshi Seto · 15 years ago
  12. 79e4b89 PCI: pcie, aer: change error print format by Hidetoshi Seto · 15 years ago
  13. 273024d PCI: pcie, aer: flags to bits by Hidetoshi Seto · 15 years ago
  14. 3472a18 PCI: pcie, aer: remove unused macros by Hidetoshi Seto · 15 years ago
  15. e7a0d92 PCI: pcie, aer: report multiple/first error on a device by Hidetoshi Seto · 15 years ago
  16. 0d90c3a PCI: pcie, aer: refer mask state in mask register properly by Hidetoshi Seto · 15 years ago
  17. 24dbb7b PCI: pcie, aer: remove spinlock in aerdrv_errprint.c by Hidetoshi Seto · 15 years ago
  18. 0d465f2 PCI: pcie, aer: fix report of multiple errors by Hidetoshi Seto · 15 years ago
  19. 1b4ffcf PCI: pcie, aer: init struct aer_err_info for reuse by Hidetoshi Seto · 15 years ago
  20. f158575 PCI: pcie, aer: rework MASK macros in aerdrv_errprint.c by Hidetoshi Seto · 15 years ago
  21. bd8fedd PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.c by Hidetoshi Seto · 15 years ago
  22. c9a9188 PCI: pcie, aer: checkpatch style cleanup in pcie/aer/* by Hidetoshi Seto · 15 years ago
  23. ac18018 PCI ASPM: support per direction l0s management by Kenji Kaneshige · 15 years ago
  24. b7206cb PCI ASPM: support partial aspm enablement by Kenji Kaneshige · 15 years ago
  25. 07d9276 PCI ASPM: introduce capable flag by Kenji Kaneshige · 15 years ago
  26. f1c0ca2 PCI ASPM: introduce disable flag by Kenji Kaneshige · 15 years ago
  27. fc87e91 PCI ASPM: fix possible null pointer dereference by Kenji Kaneshige · 15 years ago
  28. 8a339e7 PCI ASPM: remove redundant list check by Kenji Kaneshige · 15 years ago
  29. b127bd5 PCI ASPM: do not clear enabled field by support field by Kenji Kaneshige · 15 years ago
  30. 50e5628 PCI ECRC: Remove unnecessary semicolons by Joe Perches · 15 years ago
  31. 5c92ffb PCI ASPM: remove get_root_port_link by Kenji Kaneshige · 15 years ago
  32. 3647584 PCI ASPM: cleanup pcie_aspm_sanity_check by Kenji Kaneshige · 15 years ago
  33. efdf8288 PCI ASPM: remove has_switch field by Kenji Kaneshige · 15 years ago
  34. 5e0eaa7 PCI ASPM: cleanup calc_Lx_latency by Kenji Kaneshige · 15 years ago
  35. 7ab7099 PCI ASPM: cleanup pcie_aspm_get_cap_device by Kenji Kaneshige · 15 years ago
  36. 430842e PCI ASPM: cleanup clkpm checks by Kenji Kaneshige · 15 years ago
  37. f7ea3d7 PCI ASPM: cleanup __pcie_aspm_check_state_one by Kenji Kaneshige · 15 years ago
  38. 8d349ac PCI ASPM: cleanup initialization by Kenji Kaneshige · 15 years ago
  39. 5aa6358 PCI ASPM: cleanup change input argument of aspm functions by Kenji Kaneshige · 15 years ago
  40. 5cde89d PCI ASPM: cleanup misc in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  41. 4d246e4 PCI ASPM: cleanup clkpm state in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  42. b6c2e54 PCI ASPM: cleanup latency field in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  43. 80bfdbe PCI ASPM: cleanup aspm state field in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  44. dc64cd1 PCI ASPM: fix typo in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  45. c465def PCI AER: software error injection by Huang Ying · 15 years ago
  46. 3d5505c PCI AER: multiple error support by Zhang, Yanmin · 15 years ago
  47. 28eb27c PCI AER: support invalid error source IDs by Zhang, Yanmin · 15 years ago
  48. 70298c6 PCI AER: support Multiple Error Received and no error source id by Zhang, Yanmin · 15 years ago
  49. 634deb0 PCI: PCIE AER: export aer_irq by Huang Ying · 15 years ago
  50. 43c1640 PCI: Add support for turning PCIe ECRC on or off by Andrew Patterson · 15 years ago
  51. 8e822df PCI: disable ASPM on VIA root-port-under-bridge configurations by Shaohua Li · 15 years ago
  52. ad4efa3 PCIE: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  53. 029091d PCI: Fix pci-e port driver slot_reset bad default return value by Zhang, Yanmin · 15 years ago
  54. 745be2e7 PCIe: portdrv: call pci_disable_device during remove by Alex Chiang · 15 years ago
  55. 9efb5fe PCI: PCIe portdrv: eliminate double kfree in remove path by Alex Chiang · 15 years ago
  56. 3a3c244 PCI: PCIe portdrv: Implement pm object by Rafael J. Wysocki · 15 years ago
  57. ae40582 PCI: pcie_portdriver: fix pcie_port_device_remove by Eric W. Biederman · 15 years ago
  58. 9f5404d PCI/ACPI: rename pci_osc_control_set() by Kenji Kaneshige · 16 years ago
  59. b43d451 PCI/PCIe portdrv: Fix allocation of interrupts by Rafael J. Wysocki · 16 years ago
  60. 2210636 PCI: PCIe portdrv: Remove struct pcie_port_service_id by Rafael J. Wysocki · 16 years ago
  61. 0516c8b PCI: PCIe portdrv: Simplily probe callback of service drivers by Rafael J. Wysocki · 16 years ago
  62. 87d2e2e PCI: PCIe portdrv: Remove unnecessary function by Rafael J. Wysocki · 16 years ago
  63. f118c0c3 PCI: PCIe portdrv: Do not enable port device before setting up interrupts by Rafael J. Wysocki · 16 years ago
  64. 90e9cd5 PCI: PCIe portdrv: Aviod using service devices with wrong interrupts by Rafael J. Wysocki · 16 years ago
  65. 1bf83e55 PCI: PCIe portdrv: Use driver data to simplify code by Rafael J. Wysocki · 16 years ago
  66. d899871 PCIe: portdrv: call pci_disable_device during remove by Alex Chiang · 15 years ago
  67. cb4cb4a PCIe: AER: during disable, check subordinate before walking by Alex Chiang · 15 years ago
  68. 1f9f13c PCI: Enable PCIe AER only after checking firmware support by Andrew Patterson · 15 years ago
  69. 27be54a PCI: PCIe portdrv: Simplify suspend and resume by Rafael J. Wysocki · 16 years ago
  70. 3419c75 PCI: properly clean up ASPM link state on device remove by Alex Chiang · 16 years ago
  71. 987a4c7 PCI: Use msleep instead of cpu_relax during ASPM link retraining by Andrew Patterson · 16 years ago
  72. d934737 PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions by Rafael J. Wysocki · 16 years ago
  73. fa6c993 PCI: PCIe portdrv: Rearrange code so that related things are together by Rafael J. Wysocki · 16 years ago
  74. e7ae884 PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services by Rafael J. Wysocki · 16 years ago
  75. facf6d1 PCI: PCIe portdrv: Add kerneldoc comments to some core functions by Rafael J. Wysocki · 16 years ago
  76. 46bbdfa PCI: keep ASPM link state consistent throughout PCIe hierarchy by Shaohua Li · 16 years ago
  77. a79d682 PCI PM: Split PCI Express port suspend-resume by Rafael J. Wysocki · 16 years ago
  78. 0e331bf PCI: pcie port driver: remove extra printks by Bjorn Helgaas · 16 years ago
  79. a367f74 PCI hotplug: aerdrv: fix a typo in error message by Hidetoshi Seto · 16 years ago
  80. 90d25f2 PCI: Suspend and resume PCI Express ports with interrupts disabled by Rafael J. Wysocki · 16 years ago
  81. eb9188b ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  82. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  83. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  84. b0b801d PCI: fix aer resume sanity check by Hidetoshi Seto · 16 years ago
  85. 2a42d9d PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch by Thomas Renninger · 16 years ago
  86. 270c66b PCI: fix AER capability check by Yu Zhao · 16 years ago
  87. 0927678 PCI: use pci_find_ext_capability everywhere by Jesse Barnes · 16 years ago
  88. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  89. 34a2e15 PCI: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  90. e1f4f59 PCI: Fix pcie_aspm=force by Sitsofe Wheeler · 16 years ago
  91. 056c58e PCI: add acpi_find_root_bridge_handle by Jiri Slaby · 16 years ago
  92. d6d3857 PCI: add an option to allow ASPM enabled forcibly by Shaohua Li · 16 years ago
  93. 149e163 PCI: disable ASPM on pre-1.1 PCIe devices by Shaohua Li · 16 years ago
  94. 5fde244 PCI: disable ASPM per ACPI FADT setting by Shaohua Li · 16 years ago
  95. 34438ba PCIE: port driver: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  96. 531f254 PCIE: aer: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  97. 5d9526d PCIe: fix 'symbol not declared' sparse warnings by Alex Chiang · 16 years ago
  98. ddc9753 PCI: don't enable ASPM on devices with mixed PCIe/PCI functions by Shaohua Li · 16 years ago
  99. 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
  100. a01e035 drivers: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago