1. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  2. 610c2b7 PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies by Bjorn Helgaas · 7 years ago
  3. a6c1c6f PCI/ASPM: Remove redundant check of pcie_set_clkpm by Shawn Lin · 8 years ago
  4. 57d86a0 PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show() by Andy Lutomirski · 9 years ago
  5. 0c0cbb6 PCI/ASPM: Simplify Clock Power Management setting by Bjorn Helgaas · 9 years ago
  6. c8fc933 PCI/ASPM: Use dev->has_secondary_link to find downstream links by Yijing Wang · 9 years ago
  7. f9b8cd7 PCI/ASPM: Remove redundant PCIe port type checking by Yijing Wang · 9 years ago
  8. e127a04 PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter by Bjorn Helgaas · 9 years ago
  9. 387d375 PCI: Don't clear ASPM bits when the FADT declares it's unsupported by Matthew Garrett · 9 years ago
  10. 94a9031 PCI/ASPM: Use standard parsing functions for sysfs setters by Chris J Arges · 10 years ago
  11. 8f92fb0 PCI: Remove unused pcie_aspm_enabled() by Stephen Hemminger · 10 years ago
  12. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  13. 2dfca87 PCI: Fix kerneldoc for pci_disable_link_state() by Yijing Wang · 11 years ago
  14. 2add0ec PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do it by Bjorn Helgaas · 11 years ago
  15. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  16. a26d5ec PCI/ASPM: Don't touch ASPM if forcibly disabled by Joe Lawrence · 11 years ago
  17. 84fb913 PCI/ASPM: Deallocate upstream link state even if device is not PCIe by Myron Stowe · 11 years ago
  18. 9e16721 PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported by Colin Ian King · 12 years ago
  19. 27e1c8e Merge branch 'pci/bjorn-pcie-cap' into next by Bjorn Helgaas · 12 years ago
  20. 7508320 PCI: Add standard PCIe Capability Link ASPM field names by Bjorn Helgaas · 12 years ago
  21. 438be3c PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  22. f12eb72 PCI/ASPM: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  23. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 12 years ago
  24. c9651e7 ASPM: Fix pcie devices with non-pcie children by Matthew Garrett · 12 years ago
  25. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  26. 4949be1 PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled by Matthew Garrett · 12 years ago
  27. ad71c96 PCI: pcie: Add support for setting default ASPM policy by Matthew Garrett · 12 years ago
  28. 3c07635 PCI: Rework ASPM disable code by Matthew Garrett · 13 years ago
  29. 8072ba1 PCIe ASPM: forcedly -> forcibly by Michael Witten · 13 years ago
  30. 9f728f5 PCI/e1000e: Add and use pci_disable_link_state_locked() by Yinghai Lu · 13 years ago
  31. 3504e47 PCI: Enable ASPM state clearing regardless of policy by Alex Williamson · 13 years ago
  32. bbfa306 PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIs by Naga Chumbalkar · 13 years ago
  33. 1a680b7 PCI: PCIe links may not get configured for ASPM under POWERSAVE mode by Naga Chumbalkar · 13 years ago
  34. 8b8bae9 PCI/ACPI: Report ASPM support to BIOS if not disabled from command line by Rafael J. Wysocki · 13 years ago
  35. 2f671e2 PCI: Disable ASPM if BIOS asks us to by Matthew Garrett · 14 years ago
  36. 41cd766 PCI: Don't enable aspm before drivers have had a chance to veto it by Matthew Garrett · 14 years ago
  37. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  38. b26a34a PCI: fix BUG_ON triggered by logical PCIe root port removal by Kenji Kaneshige · 15 years ago
  39. 8b06477 PCIe ASPM: use pci_is_pcie() by Kenji Kaneshige · 15 years ago
  40. db9538a PCIe ASPM: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  41. 7557b5d PCI ASPM: support L1 only by Kenji Kaneshige · 15 years ago
  42. ac18018 PCI ASPM: support per direction l0s management by Kenji Kaneshige · 15 years ago
  43. b7206cb PCI ASPM: support partial aspm enablement by Kenji Kaneshige · 15 years ago
  44. 07d9276 PCI ASPM: introduce capable flag by Kenji Kaneshige · 15 years ago
  45. f1c0ca2 PCI ASPM: introduce disable flag by Kenji Kaneshige · 15 years ago
  46. fc87e91 PCI ASPM: fix possible null pointer dereference by Kenji Kaneshige · 15 years ago
  47. 8a339e7 PCI ASPM: remove redundant list check by Kenji Kaneshige · 15 years ago
  48. b127bd5 PCI ASPM: do not clear enabled field by support field by Kenji Kaneshige · 15 years ago
  49. 5c92ffb PCI ASPM: remove get_root_port_link by Kenji Kaneshige · 15 years ago
  50. 3647584 PCI ASPM: cleanup pcie_aspm_sanity_check by Kenji Kaneshige · 15 years ago
  51. efdf8288 PCI ASPM: remove has_switch field by Kenji Kaneshige · 15 years ago
  52. 5e0eaa7 PCI ASPM: cleanup calc_Lx_latency by Kenji Kaneshige · 15 years ago
  53. 7ab7099 PCI ASPM: cleanup pcie_aspm_get_cap_device by Kenji Kaneshige · 15 years ago
  54. 430842e PCI ASPM: cleanup clkpm checks by Kenji Kaneshige · 15 years ago
  55. f7ea3d7 PCI ASPM: cleanup __pcie_aspm_check_state_one by Kenji Kaneshige · 15 years ago
  56. 8d349ac PCI ASPM: cleanup initialization by Kenji Kaneshige · 15 years ago
  57. 5aa6358 PCI ASPM: cleanup change input argument of aspm functions by Kenji Kaneshige · 15 years ago
  58. 5cde89d PCI ASPM: cleanup misc in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  59. 4d246e4 PCI ASPM: cleanup clkpm state in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  60. b6c2e54 PCI ASPM: cleanup latency field in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  61. 80bfdbe PCI ASPM: cleanup aspm state field in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  62. dc64cd1 PCI ASPM: fix typo in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  63. 8e822df PCI: disable ASPM on VIA root-port-under-bridge configurations by Shaohua Li · 15 years ago
  64. 3419c75 PCI: properly clean up ASPM link state on device remove by Alex Chiang · 15 years ago
  65. 987a4c7 PCI: Use msleep instead of cpu_relax during ASPM link retraining by Andrew Patterson · 15 years ago
  66. 46bbdfa PCI: keep ASPM link state consistent throughout PCIe hierarchy by Shaohua Li · 15 years ago
  67. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  68. 2a42d9d PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch by Thomas Renninger · 16 years ago
  69. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  70. e1f4f59 PCI: Fix pcie_aspm=force by Sitsofe Wheeler · 16 years ago
  71. d6d3857 PCI: add an option to allow ASPM enabled forcibly by Shaohua Li · 16 years ago
  72. 149e163 PCI: disable ASPM on pre-1.1 PCIe devices by Shaohua Li · 16 years ago
  73. 5fde244 PCI: disable ASPM per ACPI FADT setting by Shaohua Li · 16 years ago
  74. ddc9753 PCI: don't enable ASPM on devices with mixed PCIe/PCI functions by Shaohua Li · 16 years ago
  75. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 16 years ago
  76. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 16 years ago
  77. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 16 years ago