1. c9651e7 ASPM: Fix pcie devices with non-pcie children by Matthew Garrett · 13 years ago
  2. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  3. 4949be1 PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled by Matthew Garrett · 13 years ago
  4. ad71c96 PCI: pcie: Add support for setting default ASPM policy by Matthew Garrett · 13 years ago
  5. 3c07635 PCI: Rework ASPM disable code by Matthew Garrett · 13 years ago
  6. 8072ba1 PCIe ASPM: forcedly -> forcibly by Michael Witten · 14 years ago
  7. 9f728f5 PCI/e1000e: Add and use pci_disable_link_state_locked() by Yinghai Lu · 14 years ago
  8. 3504e47 PCI: Enable ASPM state clearing regardless of policy by Alex Williamson · 14 years ago
  9. bbfa306 PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIs by Naga Chumbalkar · 14 years ago
  10. 1a680b7 PCI: PCIe links may not get configured for ASPM under POWERSAVE mode by Naga Chumbalkar · 14 years ago
  11. 8b8bae9 PCI/ACPI: Report ASPM support to BIOS if not disabled from command line by Rafael J. Wysocki · 14 years ago
  12. 2f671e2 PCI: Disable ASPM if BIOS asks us to by Matthew Garrett · 14 years ago
  13. 41cd766 PCI: Don't enable aspm before drivers have had a chance to veto it by Matthew Garrett · 15 years ago
  14. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  15. b26a34a PCI: fix BUG_ON triggered by logical PCIe root port removal by Kenji Kaneshige · 15 years ago
  16. 8b06477 PCIe ASPM: use pci_is_pcie() by Kenji Kaneshige · 15 years ago
  17. db9538a PCIe ASPM: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  18. 7557b5d PCI ASPM: support L1 only by Kenji Kaneshige · 15 years ago
  19. ac18018 PCI ASPM: support per direction l0s management by Kenji Kaneshige · 15 years ago
  20. b7206cb PCI ASPM: support partial aspm enablement by Kenji Kaneshige · 15 years ago
  21. 07d9276 PCI ASPM: introduce capable flag by Kenji Kaneshige · 15 years ago
  22. f1c0ca2 PCI ASPM: introduce disable flag by Kenji Kaneshige · 15 years ago
  23. fc87e91 PCI ASPM: fix possible null pointer dereference by Kenji Kaneshige · 15 years ago
  24. 8a339e7 PCI ASPM: remove redundant list check by Kenji Kaneshige · 15 years ago
  25. b127bd5 PCI ASPM: do not clear enabled field by support field by Kenji Kaneshige · 15 years ago
  26. 5c92ffb PCI ASPM: remove get_root_port_link by Kenji Kaneshige · 16 years ago
  27. 3647584 PCI ASPM: cleanup pcie_aspm_sanity_check by Kenji Kaneshige · 16 years ago
  28. efdf8288 PCI ASPM: remove has_switch field by Kenji Kaneshige · 16 years ago
  29. 5e0eaa7 PCI ASPM: cleanup calc_Lx_latency by Kenji Kaneshige · 16 years ago
  30. 7ab7099 PCI ASPM: cleanup pcie_aspm_get_cap_device by Kenji Kaneshige · 16 years ago
  31. 430842e PCI ASPM: cleanup clkpm checks by Kenji Kaneshige · 16 years ago
  32. f7ea3d7 PCI ASPM: cleanup __pcie_aspm_check_state_one by Kenji Kaneshige · 16 years ago
  33. 8d349ac PCI ASPM: cleanup initialization by Kenji Kaneshige · 16 years ago
  34. 5aa6358 PCI ASPM: cleanup change input argument of aspm functions by Kenji Kaneshige · 16 years ago
  35. 5cde89d PCI ASPM: cleanup misc in struct pcie_link_state by Kenji Kaneshige · 16 years ago
  36. 4d246e4 PCI ASPM: cleanup clkpm state in struct pcie_link_state by Kenji Kaneshige · 16 years ago
  37. b6c2e54 PCI ASPM: cleanup latency field in struct pcie_link_state by Kenji Kaneshige · 16 years ago
  38. 80bfdbe PCI ASPM: cleanup aspm state field in struct pcie_link_state by Kenji Kaneshige · 16 years ago
  39. dc64cd1 PCI ASPM: fix typo in struct pcie_link_state by Kenji Kaneshige · 16 years ago
  40. 8e822df PCI: disable ASPM on VIA root-port-under-bridge configurations by Shaohua Li · 16 years ago
  41. 3419c75 PCI: properly clean up ASPM link state on device remove by Alex Chiang · 16 years ago
  42. 987a4c7 PCI: Use msleep instead of cpu_relax during ASPM link retraining by Andrew Patterson · 16 years ago
  43. 46bbdfa PCI: keep ASPM link state consistent throughout PCIe hierarchy by Shaohua Li · 16 years ago
  44. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  45. 2a42d9d PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch by Thomas Renninger · 16 years ago
  46. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  47. e1f4f59 PCI: Fix pcie_aspm=force by Sitsofe Wheeler · 16 years ago
  48. d6d3857 PCI: add an option to allow ASPM enabled forcibly by Shaohua Li · 17 years ago
  49. 149e163 PCI: disable ASPM on pre-1.1 PCIe devices by Shaohua Li · 17 years ago
  50. 5fde244 PCI: disable ASPM per ACPI FADT setting by Shaohua Li · 17 years ago
  51. ddc9753 PCI: don't enable ASPM on devices with mixed PCIe/PCI functions by Shaohua Li · 17 years ago
  52. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 17 years ago
  53. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 17 years ago
  54. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 17 years ago