| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: PCIe portdrv: Simplify suspend and resume | Rafael J. Wysocki | 2009-02-04 | 1 | -15/+1 |
* | PCI: properly clean up ASPM link state on device remove | Alex Chiang | 2009-02-04 | 1 | -2/+2 |
* | PCI: Use msleep instead of cpu_relax during ASPM link retraining | Andrew Patterson | 2009-01-07 | 1 | -4/+9 |
* | PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions | Rafael J. Wysocki | 2009-01-07 | 1 | -0/+34 |
* | PCI: PCIe portdrv: Rearrange code so that related things are together | Rafael J. Wysocki | 2009-01-07 | 2 | -50/+50 |
* | PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services | Rafael J. Wysocki | 2009-01-07 | 2 | -67/+0 |
* | PCI: PCIe portdrv: Add kerneldoc comments to some core functions | Rafael J. Wysocki | 2009-01-07 | 1 | -7/+70 |
* | PCI: keep ASPM link state consistent throughout PCIe hierarchy | Shaohua Li | 2009-01-07 | 1 | -19/+106 |
* | PCI PM: Split PCI Express port suspend-resume | Rafael J. Wysocki | 2009-01-07 | 1 | -6/+17 |
* | PCI: pcie port driver: remove extra printks | Bjorn Helgaas | 2009-01-07 | 1 | -4/+0 |
* | PCI hotplug: aerdrv: fix a typo in error message | Hidetoshi Seto | 2009-01-07 | 1 | -1/+1 |
* | PCI: Suspend and resume PCI Express ports with interrupts disabled | Rafael J. Wysocki | 2009-01-07 | 1 | -6/+6 |
* | ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added | Andrew Patterson | 2009-01-07 | 1 | -1/+0 |
* | ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added | Andrew Patterson | 2009-01-07 | 1 | -18/+9 |
* | PCI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-07 | 1 | -1/+1 |
* | PCI: fix aer resume sanity check | Hidetoshi Seto | 2008-12-16 | 1 | -1/+1 |
* | PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch | Thomas Renninger | 2008-12-09 | 1 | -3/+26 |
* | PCI: fix AER capability check | Yu Zhao | 2008-10-20 | 2 | -3/+2 |
* | PCI: use pci_find_ext_capability everywhere | Jesse Barnes | 2008-10-20 | 3 | -58/+18 |
* | PCI: probing debug message uniformization | Vincent Legoll | 2008-10-20 | 1 | -3/+3 |
* | PCI: follow lspci device/vendor style | Bjorn Helgaas | 2008-10-20 | 1 | -1/+1 |
* | PCI: Fix pcie_aspm=force | Sitsofe Wheeler | 2008-09-16 | 1 | -1/+1 |
* | PCI: add acpi_find_root_bridge_handle | Jiri Slaby | 2008-08-18 | 1 | -6/+1 |
* | PCI: add an option to allow ASPM enabled forcibly | Shaohua Li | 2008-07-28 | 1 | -6/+14 |
* | PCI: disable ASPM on pre-1.1 PCIe devices | Shaohua Li | 2008-07-28 | 1 | -0/+13 |
* | PCI: disable ASPM per ACPI FADT setting | Shaohua Li | 2008-07-28 | 1 | -0/+5 |
* | PCIE: port driver: use dev_printk when possible | Bjorn Helgaas | 2008-06-25 | 2 | -14/+13 |
* | PCIE: aer: use dev_printk when possible | Bjorn Helgaas | 2008-06-25 | 3 | -21/+19 |
* | PCIe: fix 'symbol not declared' sparse warnings | Alex Chiang | 2008-06-10 | 2 | -0/+2 |
* | PCI: don't enable ASPM on devices with mixed PCIe/PCI functions | Shaohua Li | 2008-05-21 | 1 | -0/+20 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-04-29 | 1 | -1/+1 |
|\ |
|
| * | PCI Express ASPM support should default to 'No' | Jesper Juhl | 2008-04-23 | 1 | -1/+1 |
* | | drivers: fix integer as NULL pointer warnings | Harvey Harrison | 2008-04-28 | 1 | -1/+1 |
|/ |
|
* | PCI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-20 | 4 | -6/+6 |
* | PCI: aerdrv_acpi.c: remove unneeded NULL check | Adrian Bunk | 2008-04-20 | 1 | -1/+1 |
* | PCI: add PCI Express ASPM support | Shaohua Li | 2008-04-20 | 3 | -0/+834 |
* | PCI: #if 0 pci_cleanup_aer_correct_error_status() | Adrian Bunk | 2008-04-20 | 1 | -1/+2 |
* | PCI: pcie AER: don't check _OSC when acpi is disabled | Yinghai Lu | 2008-04-20 | 1 | -0/+3 |
* | Revert "PCI: PCIE ASPM support" | Greg Kroah-Hartman | 2008-02-02 | 3 | -825/+0 |
* | PCI: PCIE ASPM support | Shaohua Li | 2008-02-01 | 3 | -0/+825 |
* | PCI: Run ACPI _OSC method on root bridges only | Andrew Patterson | 2008-02-01 | 1 | -16/+6 |
* | PCI ACPI: AER driver should only register PCIe devices with _OSC | Andrew Patterson | 2008-02-01 | 1 | -1/+1 |
* | pcie port driver: correctly detect native PME feature | Shaohua Li | 2008-02-01 | 1 | -3/+2 |
* | pci-aer: fix kernel-doc mistakes | Randy Dunlap | 2007-11-28 | 1 | -14/+15 |
* | PCI: pcie portdriver: initialize returned value | Linas Vepstas | 2007-11-28 | 1 | -1/+1 |
* | pci: implement "pci=noaer" | Randy Dunlap | 2007-10-12 | 1 | -0/+9 |
* | pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE | Kenji Kaneshige | 2007-10-12 | 1 | -9/+0 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | PCI: pcie: remove SPIN_LOCK_UNLOCKED | Milind Arun Choudhary | 2007-07-11 | 1 | -1/+1 |
* | PCI aer: add pci_cleanup_aer_correct_aer_status | Stephen Hemminger | 2007-07-11 | 1 | -0/+16 |