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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
PCI: pciehp: Prevent deadlock on disconnect
Mika Westerberg
4
-19
/
+61
2019-11-13
PCI: pciehp: Do not disable interrupt twice on suspend
Mika Westerberg
1
-2
/
+23
2019-11-12
PCI: pciehp: Refactor infinite loop in pcie_poll_cmd()
Andy Shevchenko
1
-4
/
+2
2019-10-04
PCI: pciehp: Avoid returning prematurely from sysfs requests
Lukas Wunner
3
-2
/
+8
2019-09-24
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-92
/
+68
2019-09-24
Merge branch 'pci/trivial'
Bjorn Helgaas
6
-12
/
+1
2019-09-24
Merge branch 'pci/pciehp'
Bjorn Helgaas
4
-80
/
+66
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-12
/
+65
2019-09-05
PCI: pciehp: Refer to "Indicators" instead of "LEDs" in comments
Bjorn Helgaas
2
-3
/
+3
2019-09-05
PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()
Denis Efremov
3
-43
/
+7
2019-09-05
PCI: pciehp: Remove pciehp_set_attention_status()
Denis Efremov
3
-28
/
+7
2019-09-05
PCI: pciehp: Combine adjacent indicator updates
Denis Efremov
2
-13
/
+17
2019-09-05
PCI: pciehp: Add pciehp_set_indicators() to set both indicators
Denis Efremov
2
-0
/
+39
2019-09-05
pci-hotplug/pnv_php: Add attention indicator support
Oliver O'Halloran
1
-1
/
+13
2019-09-05
pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs
Oliver O'Halloran
1
-0
/
+6
2019-09-05
pci-hotplug/pnv_php: Add a reset_slot() callback
Oliver O'Halloran
1
-0
/
+39
2019-08-30
PCI: Remove unnecessary returns
Krzysztof Wilczynski
6
-12
/
+1
2019-08-16
PCI/hotplug: remove the sgi_hotplug driver
Christoph Hellwig
3
-710
/
+0
2019-08-08
PCI: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-05
PCI: rpaphp: Avoid a sometimes-uninitialized warning
Nathan Chancellor
1
-11
/
+7
2019-05-14
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-43
/
+34
2019-05-14
Merge branch 'pci/printk-portdrv'
Bjorn Helgaas
5
-42
/
+28
2019-05-10
PCI: pciehp: Remove pointless MY_NAME definition
Bjorn Helgaas
2
-3
/
+1
2019-05-10
PCI: pciehp: Remove pointless PCIE_MODULE_NAME definition
Bjorn Helgaas
1
-3
/
+1
2019-05-10
PCI: pciehp: Remove unused dbg/err/info/warn() wrappers
Frederick Lawler
3
-12
/
+3
2019-05-10
PCI: pciehp: Log messages with pci_dev, not pcie_device
Frederick Lawler
5
-10
/
+19
2019-05-10
PCI: pciehp: Replace pciehp_debug module param with dyndbg
Frederick Lawler
2
-13
/
+6
2019-05-10
PCI: pciehp: Remove pciehp_debug uses
Bjorn Helgaas
1
-8
/
+5
2019-04-11
PCI: rpaphp: Get/put device node reference during slot alloc/dealloc
Tyrel Datwyler
1
-1
/
+2
2019-04-11
PCI: rpadlpar: Fix leaked device_node references in add/remove paths
Tyrel Datwyler
1
-0
/
+4
2019-04-11
PCI: pciehp: Ignore Link State Changes after powering off a slot
Sergey Miroshnichenko
1
-0
/
+4
2019-03-07
Merge branch 'pci/pm'
Bjorn Helgaas
1
-2
/
+15
2019-03-07
Merge branch 'pci/misc'
Bjorn Helgaas
1
-0
/
+2
2019-02-15
PCI: pciehp: Disable Data Link Layer State Changed event on suspend
Mika Westerberg
1
-2
/
+15
2019-02-02
PCI: pciehp: Add HXT quirk for Command Completed errata
Shunyong Yang
1
-0
/
+2
2019-01-30
PCI: ibmphp: Turn semaphores into completions or mutexes
Arnd Bergmann
3
-36
/
+14
2019-01-15
PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardware
Mika Westerberg
1
-1
/
+1
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
3
-4
/
+4
2018-10-27
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
29
-981
/
+691
2018-10-13
powerpc/eeh: Cleanup eeh_pe_state_mark()
Sam Bobroff
1
-1
/
+1
2018-10-03
PCI: pnv_php: Use kmemdup()
YueHaibing
1
-2
/
+1
2018-10-03
PCI: cpqphp: Remove set but not used variable 'physical_slot'
YueHaibing
1
-2
/
+0
2018-10-03
PCI: pciehp: Implement runtime PM callbacks
Mika Westerberg
1
-0
/
+18
2018-10-03
PCI: pciehp: Do not handle events if interrupts are masked
Mika Westerberg
1
-2
/
+4
2018-10-03
PCI: pciehp: Disable hotplug interrupt during suspend
Mika Westerberg
3
-0
/
+30
2018-10-03
PCI: Make link active reporting detection generic
Keith Busch
2
-26
/
+2
2018-09-30
Update email address
Matthew Wilcox
3
-4
/
+4
2018-09-26
ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
Mika Westerberg
1
-5
/
+6
2018-09-20
PCI: portdrv: Initialize service drivers directly
Keith Busch
1
-2
/
+1
[prev]
[next]