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
/
pme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-21
PCI/PME: Fix kernel-doc of pcie_pme_resume() and pcie_pme_remove()
Jay Fang
1
-2
/
+2
2019-05-10
PCI/PME: Replace dev_printk(KERN_DEBUG) with dev_info()
Frederick Lawler
1
-4
/
+6
2019-03-02
PCI/PME: Fix possible use-after-free on remove
Sven Van Asbroeck
1
-0
/
+1
2019-02-28
PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
Rafael J. Wysocki
1
-7
/
+15
2019-02-14
Revert "PCI/PME: Implement runtime PM callbacks"
Mika Westerberg
1
-27
/
+0
2018-10-03
PCI/PME: Implement runtime PM callbacks
Mika Westerberg
1
-0
/
+27
2018-09-20
PCI: portdrv: Initialize service drivers directly
Keith Busch
1
-2
/
+1
2018-03-09
PCI/portdrv: Merge pcieport_if.h into portdrv.h
Bjorn Helgaas
1
-1
/
+0
2018-02-23
PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/
Frederick Lawler
1
-1
/
+1
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-4
/
+1
2018-01-29
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bjorn Helgaas
1
-4
/
+1
2018-01-18
PCI: Add wrappers for dev_printk()
Frederick Lawler
1
-3
/
+3
2017-11-08
PCI/PME: Handle invalid data when reading Root Status
Qiang
1
-1
/
+4
2017-07-13
PCI / PM: Fix native PME handling during system suspend/resume
Rafael J. Wysocki
1
-22
/
+13
2017-06-28
PM / core: Drop run_wake flag from struct dev_pm_info
Rafael J. Wysocki
1
-1
/
+1
2017-06-28
PCI / PM: Drop pme_interrupt flag from struct pci_dev
Rafael J. Wysocki
1
-8
/
+6
2017-02-15
PCI/PME: Restore pcie_pme_driver.remove
Yinghai Lu
1
-0
/
+12
2016-12-12
PCI/PME: Log PME IRQ when claiming Root Port
Bjorn Helgaas
1
-6
/
+6
2016-12-12
PCI/PME: Drop unused support for PMEs from Root Complex Event Collectors
Bjorn Helgaas
1
-16
/
+1
2016-08-25
PCI/PME: Make explicitly non-modular
Paul Gortmaker
1
-15
/
+1
2016-02-06
PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning
Bjorn Helgaas
1
-3
/
+6
2016-02-06
PCI/PME: Remove redundant port lookup
Bjorn Helgaas
1
-2
/
+0
2014-10-24
PCI / PM: handle failure to enable wakeup on PCIe PME
Lucas Stach
1
-2
/
+4
2014-09-01
PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idle
Rafael J. Wysocki
1
-10
/
+51
2014-06-11
PCI: Merge multi-line quoted strings
Ryan Desfosses
1
-2
/
+1
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-2
/
+2
2013-06-10
PCI: Fix comment typo for pcie_pme_remove()
Yijing Wang
1
-1
/
+1
2013-04-16
PCI: Remove unnecessary dependencies between PME and ACPI
Bjorn Helgaas
1
-2
/
+0
2012-08-23
PCI/PME: Use PCI Express Capability accessors
Jiang Liu
1
-17
/
+6
2012-08-23
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
1
-3
/
+3
2011-10-14
PCI / PM: Extend PME polling to all PCI devices
Rafael J. Wysocki
1
-0
/
+9
2011-01-14
PCI/PM: Report wakeup events before resuming devices
Rafael J. Wysocki
1
-2
/
+2
2010-12-23
PCI/PCIe: Clear Root PME Status bits early during system resume
Rafael J. Wysocki
1
-23
/
+4
2010-08-25
PCI: PCIe: Move PCIe PME code to the pcie directory
Rafael J. Wysocki
1
-0
/
+462