index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-26
PM: Allow PCI devices to suspend/resume asynchronously
Rafael J. Wysocki
1
-0
/
+1
2010-02-23
PCIe PME: use pci_pcie_cap()
Kenji Kaneshige
1
-4
/
+4
2010-02-23
PCIe PME: use pci_is_pcie()
Kenji Kaneshige
1
-3
/
+3
2010-02-23
PCI PM: Make it possible to force using INTx for PCIe PME signaling
Rafael J. Wysocki
4
-3
/
+67
2010-02-23
PCI PM: PCIe PME root port service driver
Rafael J. Wysocki
6
-0
/
+589
2010-01-25
PCI: fix nested spinlock hang in aer_inject
Andrew Patterson
1
-6
/
+6
2010-01-05
PCIe AER: prevent AER injection if hardware masks error reporting
Youquan,Song
1
-1
/
+19
2010-01-04
PCI: AER: fix aer inject result in kernel oops
Youquan,Song
1
-1
/
+7
2010-01-04
PCI: pcie portdrv: style cleanup
Hidetoshi Seto
2
-18
/
+15
2009-12-17
PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)
Stefan Assmann
4
-6
/
+6
2009-12-17
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
5
-9
/
+9
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-05
PCI: fix BUG_ON triggered by logical PCIe root port removal
Kenji Kaneshige
1
-2
/
+4
2009-12-05
PCI: remove ifdefed pci_cleanup_aer_correct_error_status
Andrew Patterson
1
-17
/
+0
2009-12-05
PCI: unconditionally clear AER uncorr status register during cleanup
Andrew Patterson
1
-7
/
+3
2009-12-05
PCI: portdrv: remove redundant definitions
Kenji Kaneshige
2
-24
/
+9
2009-12-05
PCI: portdrv: remove unnecessary struct pcie_port_data
Kenji Kaneshige
4
-26
/
+9
2009-12-05
PCI: portdrv: minor cleanup for pcie_port_device_register
Kenji Kaneshige
1
-11
/
+10
2009-12-05
PCI: portdrv: add missing irq cleanup
Kenji Kaneshige
1
-7
/
+12
2009-12-05
PCI: portdrv: enable device before irq initialization
Kenji Kaneshige
1
-10
/
+11
2009-12-05
PCI: portdrv: cleanup service irqs initialization
Kenji Kaneshige
1
-42
/
+29
2009-12-05
PCI: portdrv: check capabilities first
Kenji Kaneshige
1
-2
/
+4
2009-12-05
PCI: portdrv: move PME capability check
Kenji Kaneshige
1
-3
/
+3
2009-12-05
PCI: portdrv: remove redundant pcie type calculation
Kenji Kaneshige
1
-6
/
+2
2009-12-05
PCI: portdrv: cleanup pcie_device registration
Kenji Kaneshige
1
-51
/
+26
2009-12-05
PCI: portdrv: remove redundant pcie_port_device_probe
Kenji Kaneshige
3
-29
/
+8
2009-11-25
PCIe AER: use pci_is_pcie()
Kenji Kaneshige
2
-3
/
+3
2009-11-25
PCIe ASPM: use pci_is_pcie()
Kenji Kaneshige
1
-9
/
+12
2009-11-25
PCIe ASPM: use pci_pcie_cap()
Kenji Kaneshige
1
-10
/
+10
2009-11-25
PCIe port bus: use pci_pcie_cap()
Kenji Kaneshige
1
-7
/
+7
2009-11-25
PCIe AER: use pci_pcie_cap()
Kenji Kaneshige
2
-5
/
+5
2009-11-05
PCI: fix memory leak in aer_inject
Andrew Patterson
1
-1
/
+1
2009-11-05
PCI: use better error return values in aer_inject
Andrew Patterson
1
-4
/
+4
2009-11-05
PCI: add support for PCI domains to aer_inject
Andrew Patterson
1
-12
/
+34
2009-11-05
PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
Matt Domsch
1
-2
/
+22
2009-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2
-3
/
+2
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-10-07
PCI: Prevent AER driver from being loaded on non-root port PCIE devices
Kenji Kaneshige
1
-1
/
+1
2009-10-06
PCI: PCIe portdrv: remove "-driver" from driver name
Bjorn Helgaas
1
-2
/
+1
2009-09-17
PCI: Disable AER with pci=nomsi
Andi Kleen
1
-0
/
+2
2009-09-17
PCI ASPM: support L1 only
Kenji Kaneshige
1
-3
/
+0
2009-09-15
PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset()
Rafael J. Wysocki
1
-0
/
+1
2009-09-11
PCI: pcie portdrv: remove unused variable
Jesse Barnes
1
-1
/
+0
2009-09-10
PCI: Simplify hotplug mch quirk.
Eric W. Biederman
1
-5
/
+0
2009-09-10
PCI: pcie, aer: report all error before recovery
Hidetoshi Seto
2
-13
/
+18
2009-09-10
PCI: pcie, aer: change error print format
Hidetoshi Seto
3
-32
/
+39
2009-09-10
PCI: pcie, aer: flags to bits
Hidetoshi Seto
3
-17
/
+20
2009-09-10
PCI: pcie, aer: remove unused macros
Hidetoshi Seto
1
-3
/
+0
2009-09-10
PCI: pcie, aer: report multiple/first error on a device
Hidetoshi Seto
3
-5
/
+10
2009-09-10
PCI: pcie, aer: refer mask state in mask register properly
Hidetoshi Seto
3
-21
/
+17
[next]