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
/
hotplug
/
pciehp_ctrl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
PCI: pciehp: Prevent deadlock on disconnect
Mika Westerberg
1
-2
/
+2
2019-10-04
PCI: pciehp: Avoid returning prematurely from sysfs requests
Lukas Wunner
1
-2
/
+4
2019-09-05
PCI: pciehp: Refer to "Indicators" instead of "LEDs" in comments
Bjorn Helgaas
1
-1
/
+1
2019-09-05
PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()
Denis Efremov
1
-4
/
+7
2019-09-05
PCI: pciehp: Combine adjacent indicator updates
Denis Efremov
1
-11
/
+15
2019-05-14
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2019-05-10
PCI: pciehp: Log messages with pci_dev, not pcie_device
Frederick Lawler
1
-0
/
+2
2019-04-11
PCI: pciehp: Ignore Link State Changes after powering off a slot
Sergey Miroshnichenko
1
-0
/
+4
2018-09-19
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
1
-2
/
+2
2018-09-19
PCI: pciehp: Rename controller struct members for clarity
Lukas Wunner
1
-29
/
+29
2018-09-19
PCI: pciehp: Unify controller and slot structs
Lukas Wunner
1
-129
/
+115
2018-09-19
PCI: pciehp: Tolerate Presence Detect hardwired to zero
Lukas Wunner
1
-8
/
+2
2018-09-18
PCI: pciehp: Drop hotplug_slot_ops wrappers
Lukas Wunner
1
-2
/
+4
2018-09-18
PCI: pciehp: Drop unnecessary includes
Lukas Wunner
1
-3
/
+0
2018-09-18
PCI: pciehp: Differentiate between surprise and safe removal
Lukas Wunner
1
-9
/
+13
2018-07-31
PCI: pciehp: Avoid implicit fallthroughs in switch statements
Lukas Wunner
1
-0
/
+5
2018-07-31
PCI: pciehp: Resume to D0 on enable/disable
Lukas Wunner
1
-0
/
+6
2018-07-24
PCI: pciehp: Become resilient to missed events
Lukas Wunner
1
-43
/
+37
2018-07-24
PCI: pciehp: Declare pciehp_enable/disable_slot() static
Lukas Wunner
1
-2
/
+5
2018-07-24
PCI: pciehp: Drop enable/disable lock
Lukas Wunner
1
-11
/
+0
2018-07-24
PCI: pciehp: Enable/disable exclusively from IRQ thread
Lukas Wunner
1
-51
/
+48
2018-07-24
PCI: pciehp: Track enable/disable status
Lukas Wunner
1
-12
/
+16
2018-07-24
PCI: pciehp: Drop slot workqueue
Lukas Wunner
1
-1
/
+1
2018-07-24
PCI: pciehp: Handle events synchronously
Lukas Wunner
1
-123
/
+55
2018-07-24
PCI: pciehp: Stop blinking on slot enable failure
Lukas Wunner
1
-32
/
+41
2018-07-24
PCI: pciehp: Declare pciehp_unconfigure_device() void
Lukas Wunner
1
-7
/
+4
2018-07-24
PCI: pciehp: Drop unnecessary NULL pointer check
Lukas Wunner
1
-3
/
+0
2018-01-29
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
1
-15
/
+1
2017-11-07
PCI: pciehp: Fix race condition handling surprise link down
Mika Westerberg
1
-3
/
+4
2017-02-03
Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"
Bjorn Helgaas
1
-6
/
+0
2016-12-12
Merge branch 'pci/pm' into next
Bjorn Helgaas
1
-0
/
+6
2016-12-08
PCI: pciehp: Leave power indicator on when enabling already-enabled slot
Ashok Raj
1
-1
/
+1
2016-11-18
PCI: pciehp: Add runtime PM support for PCIe hotplug ports
Lukas Wunner
1
-0
/
+6
2016-09-14
PCI: pciehp: Remove useless pciehp_get_latch_status() calls
Bjorn Helgaas
1
-8
/
+1
2016-09-14
PCI: pciehp: Clean up dmesg "Slot(%s)" messages
Bjorn Helgaas
1
-29
/
+27
2016-09-14
PCI: pciehp: Don't re-read Slot Status when handling surprise event
Mayurkumar Patel
1
-16
/
+2
2016-08-22
PCI: pciehp: Clear attention LED on device add
Keith Busch
1
-0
/
+1
2015-11-25
PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutex
Guenter Roeck
1
-0
/
+2
2015-10-21
PCI: pciehp: Queue power work requests in dedicated function
Guenter Roeck
1
-52
/
+23
2015-06-19
PCI: pciehp: Inline the "handle event" functions into the ISR
Bjorn Helgaas
1
-104
/
+1
2015-06-19
PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()
Bjorn Helgaas
1
-6
/
+6
2015-06-19
PCI: pciehp: Make queue_interrupt_event() void
Bjorn Helgaas
1
-7
/
+6
2015-06-18
PCI: pciehp: Clean up debug logging
Bjorn Helgaas
1
-31
/
+7
2015-01-21
PCI: pciehp: Handle surprise add even if surprise removal isn't supported
Bjorn Helgaas
1
-2
/
+0
2014-06-11
PCI: Merge multi-line quoted strings
Ryan Desfosses
1
-8
/
+6
2014-06-11
PCI: Whitespace cleanup
Ryan Desfosses
1
-1
/
+1
2014-02-20
PCI: pciehp: Cleanup whitespace
Bjorn Helgaas
1
-5
/
+4
2014-02-20
PCI: pciehp: Remove a non-existent card, regardless of "surprise" capability
Rajat Jain
1
-1
/
+8
2014-02-14
PCI: pciehp: Don't turn slot off when hot-added device already exists
Yijing Wang
1
-1
/
+2
2014-02-12
PCI: pciehp: Add hotplug_lock to serialize hotplug events
Rajat Jain
1
-2
/
+15
[next]