index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-12
PCIe: portdrv: call pci_disable_device during remove
Alex Chiang
1
-0
/
+1
2009-03-12
PCIe: AER: during disable, check subordinate before walking
Alex Chiang
1
-0
/
+3
2009-02-24
PCI: Enable PCIe AER only after checking firmware support
Andrew Patterson
2
-11
/
+39
2009-02-04
PCI: PCIe portdrv: Simplify suspend and resume
Rafael J. Wysocki
1
-15
/
+1
2009-02-04
PCI: properly clean up ASPM link state on device remove
Alex Chiang
1
-2
/
+2
2009-01-07
PCI: Use msleep instead of cpu_relax during ASPM link retraining
Andrew Patterson
1
-4
/
+9
2009-01-07
PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions
Rafael J. Wysocki
1
-0
/
+34
2009-01-07
PCI: PCIe portdrv: Rearrange code so that related things are together
Rafael J. Wysocki
2
-50
/
+50
2009-01-07
PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services
Rafael J. Wysocki
2
-67
/
+0
2009-01-07
PCI: PCIe portdrv: Add kerneldoc comments to some core functions
Rafael J. Wysocki
1
-7
/
+70
2009-01-07
PCI: keep ASPM link state consistent throughout PCIe hierarchy
Shaohua Li
1
-19
/
+106
2009-01-07
PCI PM: Split PCI Express port suspend-resume
Rafael J. Wysocki
1
-6
/
+17
2009-01-07
PCI: pcie port driver: remove extra printks
Bjorn Helgaas
1
-4
/
+0
2009-01-07
PCI hotplug: aerdrv: fix a typo in error message
Hidetoshi Seto
1
-1
/
+1
2009-01-07
PCI: Suspend and resume PCI Express ports with interrupts disabled
Rafael J. Wysocki
1
-6
/
+6
2009-01-07
ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added
Andrew Patterson
1
-1
/
+0
2009-01-07
ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added
Andrew Patterson
1
-18
/
+9
2009-01-07
PCI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-12-16
PCI: fix aer resume sanity check
Hidetoshi Seto
1
-1
/
+1
2008-12-09
PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch
Thomas Renninger
1
-3
/
+26
2008-10-20
PCI: fix AER capability check
Yu Zhao
2
-3
/
+2
2008-10-20
PCI: use pci_find_ext_capability everywhere
Jesse Barnes
3
-58
/
+18
2008-10-20
PCI: probing debug message uniformization
Vincent Legoll
1
-3
/
+3
2008-10-20
PCI: follow lspci device/vendor style
Bjorn Helgaas
1
-1
/
+1
2008-09-16
PCI: Fix pcie_aspm=force
Sitsofe Wheeler
1
-1
/
+1
2008-08-18
PCI: add acpi_find_root_bridge_handle
Jiri Slaby
1
-6
/
+1
2008-07-28
PCI: add an option to allow ASPM enabled forcibly
Shaohua Li
1
-6
/
+14
2008-07-28
PCI: disable ASPM on pre-1.1 PCIe devices
Shaohua Li
1
-0
/
+13
2008-07-28
PCI: disable ASPM per ACPI FADT setting
Shaohua Li
1
-0
/
+5
2008-06-25
PCIE: port driver: use dev_printk when possible
Bjorn Helgaas
2
-14
/
+13
2008-06-25
PCIE: aer: use dev_printk when possible
Bjorn Helgaas
3
-21
/
+19
2008-06-10
PCIe: fix 'symbol not declared' sparse warnings
Alex Chiang
2
-0
/
+2
2008-05-21
PCI: don't enable ASPM on devices with mixed PCIe/PCI functions
Shaohua Li
1
-0
/
+20
2008-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-1
/
+1
2008-04-28
drivers: fix integer as NULL pointer warnings
Harvey Harrison
1
-1
/
+1
2008-04-23
PCI Express ASPM support should default to 'No'
Jesper Juhl
1
-1
/
+1
2008-04-20
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
4
-6
/
+6
2008-04-20
PCI: aerdrv_acpi.c: remove unneeded NULL check
Adrian Bunk
1
-1
/
+1
2008-04-20
PCI: add PCI Express ASPM support
Shaohua Li
3
-0
/
+834
2008-04-20
PCI: #if 0 pci_cleanup_aer_correct_error_status()
Adrian Bunk
1
-1
/
+2
2008-04-20
PCI: pcie AER: don't check _OSC when acpi is disabled
Yinghai Lu
1
-0
/
+3
2008-02-02
Revert "PCI: PCIE ASPM support"
Greg Kroah-Hartman
3
-825
/
+0
2008-02-01
PCI: PCIE ASPM support
Shaohua Li
3
-0
/
+825
2008-02-01
PCI: Run ACPI _OSC method on root bridges only
Andrew Patterson
1
-16
/
+6
2008-02-01
PCI ACPI: AER driver should only register PCIe devices with _OSC
Andrew Patterson
1
-1
/
+1
2008-02-01
pcie port driver: correctly detect native PME feature
Shaohua Li
1
-3
/
+2
2007-11-28
pci-aer: fix kernel-doc mistakes
Randy Dunlap
1
-14
/
+15
2007-11-28
PCI: pcie portdriver: initialize returned value
Linas Vepstas
1
-1
/
+1
2007-10-12
pci: implement "pci=noaer"
Randy Dunlap
1
-0
/
+9
2007-10-12
pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE
Kenji Kaneshige
1
-9
/
+0
[next]