index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
/
pciehp_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
2020-08-05
1
-0
/
+1
*
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
Rafael J. Wysocki
2020-04-24
1
-1
/
+1
*
PCI: pciehp: Prevent deadlock on disconnect
Mika Westerberg
2019-11-12
1
-3
/
+8
*
PCI: pciehp: Do not disable interrupt twice on suspend
Mika Westerberg
2019-11-12
1
-2
/
+23
*
PCI: pciehp: Remove pciehp_set_attention_status()
Denis Efremov
2019-09-05
1
-2
/
+7
*
PCI: pciehp: Remove pointless PCIE_MODULE_NAME definition
Bjorn Helgaas
2019-05-09
1
-3
/
+1
*
PCI: pciehp: Remove unused dbg/err/info/warn() wrappers
Frederick Lawler
2019-05-09
1
-2
/
+2
*
PCI: pciehp: Log messages with pci_dev, not pcie_device
Frederick Lawler
2019-05-09
1
-2
/
+5
*
PCI: pciehp: Replace pciehp_debug module param with dyndbg
Frederick Lawler
2019-05-09
1
-3
/
+0
*
PCI: pciehp: Implement runtime PM callbacks
Mika Westerberg
2018-10-02
1
-0
/
+18
*
PCI: pciehp: Disable hotplug interrupt during suspend
Mika Westerberg
2018-10-02
1
-0
/
+18
*
PCI: portdrv: Initialize service drivers directly
Keith Busch
2018-09-20
1
-2
/
+1
*
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
2018-09-18
1
-24
/
+13
*
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
2018-09-18
1
-8
/
+0
*
PCI: pciehp: Rename controller struct members for clarity
Lukas Wunner
2018-09-18
1
-2
/
+2
*
PCI: pciehp: Unify controller and slot structs
Lukas Wunner
2018-09-18
1
-29
/
+24
*
PCI: pciehp: Tolerate Presence Detect hardwired to zero
Lukas Wunner
2018-09-18
1
-3
/
+3
*
PCI: pciehp: Drop hotplug_slot_ops wrappers
Lukas Wunner
2018-09-17
1
-39
/
+4
*
PCI: pciehp: Drop unnecessary includes
Lukas Wunner
2018-09-17
1
-2
/
+0
*
PCI: pciehp: Deduplicate presence check on probe & resume
Lukas Wunner
2018-07-31
1
-31
/
+32
*
PCI: pciehp: Resume parent to D0 on config space access
Lukas Wunner
2018-07-31
1
-0
/
+14
*
PCI: pciehp: Obey compulsory command delay after resume
Lukas Wunner
2018-07-31
1
-0
/
+4
*
PCI: pciehp: Clear spurious events earlier on resume
Lukas Wunner
2018-07-31
1
-4
/
+13
*
PCI: pciehp: Avoid slot access during reset
Lukas Wunner
2018-07-31
1
-0
/
+2
*
PCI: pciehp: Always enable occupied slot on probe
Lukas Wunner
2018-07-23
1
-8
/
+4
*
PCI: pciehp: Enable/disable exclusively from IRQ thread
Lukas Wunner
2018-07-23
1
-6
/
+16
*
PCI: pciehp: Publish to user space last on probe
Lukas Wunner
2018-07-23
1
-5
/
+15
*
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
2018-07-23
1
-13
/
+6
*
PCI: pciehp: Drop slot workqueue
Lukas Wunner
2018-07-23
1
-6
/
+0
*
PCI: pciehp: Stop blinking on slot enable failure
Lukas Wunner
2018-07-23
1
-6
/
+1
*
PCI: pciehp: Fix use-after-free on unplug
Lukas Wunner
2018-07-23
1
-0
/
+7
*
PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume
Mika Westerberg
2018-05-23
1
-1
/
+1
*
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
2018-01-28
1
-15
/
+1
*
PCI: pciehp: Remove loading message
Bjorn Helgaas
2016-12-12
1
-5
/
+4
*
Merge branch 'pci/hotplug' into next
Bjorn Helgaas
2016-10-03
1
-0
/
+3
|
\
|
*
PCI: pciehp: Allow exclusive userspace control of indicators
Keith Busch
2016-09-22
1
-0
/
+3
*
|
PCI: pciehp: Make explicitly non-modular
Paul Gortmaker
2016-08-24
1
-15
/
+5
|
/
*
PCI: Fix all whitespace issues
Bogicevic Sasa
2016-01-08
1
-8
/
+8
*
PCI: pciehp: Clean up debug logging
Bjorn Helgaas
2015-06-17
1
-36
/
+3
*
PCI: pciehp: Drop pointless label from pciehp_probe()
Rafael J. Wysocki
2015-05-22
1
-3
/
+2
*
PCI: pciehp: Drop pointless ACPI-based "slot detection" check
Rafael J. Wysocki
2015-05-21
1
-7
/
+3
*
Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"
Kamal Mostafa
2014-10-27
1
-7
/
+0
*
PCI: pciehp: Prevent NULL dereference during probe
Andreas Noever
2014-09-16
1
-0
/
+7
*
PCI: Prevent NULL dereference during pciehp probe
Andreas Noever
2014-06-16
1
-0
/
+7
*
PCI: Merge multi-line quoted strings
Ryan Desfosses
2014-06-10
1
-2
/
+1
*
PCI: Whitespace cleanup
Ryan Desfosses
2014-06-10
1
-2
/
+2
*
PCI: pciehp: Cleanup whitespace
Bjorn Helgaas
2014-02-19
1
-0
/
+1
*
PCI: pciehp: Add hotplug_lock to serialize hotplug events
Rajat Jain
2014-02-11
1
-1
/
+6
*
Merge branch 'pci/dead-code' into next
Bjorn Helgaas
2014-01-13
1
-1
/
+1
|
\
|
*
PCI: Make local functions static
Stephen Hemminger
2014-01-13
1
-1
/
+1
[next]