index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: pnv_php: Use kmemdup()
YueHaibing
2018-10-02
1
-2
/
+1
*
PCI: cpqphp: Remove set but not used variable 'physical_slot'
YueHaibing
2018-10-02
1
-2
/
+0
*
PCI: pciehp: Implement runtime PM callbacks
Mika Westerberg
2018-10-02
1
-0
/
+18
*
PCI: pciehp: Do not handle events if interrupts are masked
Mika Westerberg
2018-10-02
1
-2
/
+4
*
PCI: pciehp: Disable hotplug interrupt during suspend
Mika Westerberg
2018-10-02
3
-0
/
+30
*
PCI: Make link active reporting detection generic
Keith Busch
2018-10-02
2
-26
/
+2
*
PCI: portdrv: Initialize service drivers directly
Keith Busch
2018-09-20
1
-2
/
+1
*
PCI: hotplug: Document TODOs
Lukas Wunner
2018-09-19
1
-0
/
+74
*
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
2018-09-19
24
-283
/
+202
*
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
2018-09-19
20
-289
/
+63
*
PCI: hotplug: Constify hotplug_slot_ops
Lukas Wunner
2018-09-19
12
-24
/
+25
*
PCI: pciehp: Reshuffle controller struct for clarity
Lukas Wunner
2018-09-19
1
-26
/
+31
*
PCI: pciehp: Rename controller struct members for clarity
Lukas Wunner
2018-09-19
4
-39
/
+39
*
PCI: pciehp: Unify controller and slot structs
Lukas Wunner
2018-09-19
5
-282
/
+210
*
PCI: pciehp: Tolerate Presence Detect hardwired to zero
Lukas Wunner
2018-09-19
4
-18
/
+26
*
PCI: pciehp: Drop hotplug_slot_ops wrappers
Lukas Wunner
2018-09-17
4
-47
/
+18
*
PCI: pciehp: Drop unnecessary includes
Lukas Wunner
2018-09-17
5
-10
/
+0
*
PCI: pciehp: Differentiate between surprise and safe removal
Lukas Wunner
2018-09-17
3
-13
/
+34
*
PCI: Simplify disconnected marking
Lukas Wunner
2018-09-17
1
-6
/
+3
*
PCI: pciehp: Fix hot-add vs powerfault detection order
Keith Busch
2018-09-11
1
-9
/
+9
*
Merge branch 'pci/virtualization'
Bjorn Helgaas
2018-08-15
1
-2
/
+3
|
\
|
*
PCI: Hide pci_reset_bridge_secondary_bus() from drivers
Sinan Kaya
2018-07-20
1
-1
/
+1
|
*
PCI: Handle error return from pci_reset_bridge_secondary_bus()
Sinan Kaya
2018-07-20
1
-2
/
+3
*
|
Merge branch 'pci/misc'
Bjorn Helgaas
2018-08-15
1
-0
/
+2
|
\
\
|
*
|
PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthrough
Gustavo A. R. Silva
2018-07-12
2
-0
/
+4
|
|
/
*
|
Merge branch 'pci/hotplug'
Bjorn Helgaas
2018-08-15
19
-905
/
+658
|
\
\
|
*
|
PCI: pciehp: Deduplicate presence check on probe & resume
Lukas Wunner
2018-07-31
2
-31
/
+46
|
*
|
PCI: pciehp: Avoid implicit fallthroughs in switch statements
Lukas Wunner
2018-07-31
1
-0
/
+5
|
*
|
PCI: pciehp: Resume parent to D0 on config space access
Lukas Wunner
2018-07-31
2
-0
/
+21
|
*
|
PCI: pciehp: Resume to D0 on enable/disable
Lukas Wunner
2018-07-31
1
-0
/
+6
|
*
|
PCI: pciehp: Support interrupts sent from D3hot
Lukas Wunner
2018-07-31
2
-2
/
+48
|
*
|
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
3
-16
/
+20
|
*
|
PCI: pciehp: Avoid slot access during reset
Lukas Wunner
2018-07-31
3
-7
/
+14
|
*
|
PCI: pciehp: Always enable occupied slot on probe
Lukas Wunner
2018-07-24
2
-15
/
+6
|
*
|
PCI: pciehp: Become resilient to missed events
Lukas Wunner
2018-07-24
3
-53
/
+40
|
*
|
PCI: pciehp: Tolerate initially unstable link
Lukas Wunner
2018-07-24
1
-0
/
+5
|
*
|
PCI: pciehp: Declare pciehp_enable/disable_slot() static
Lukas Wunner
2018-07-24
2
-4
/
+5
|
*
|
PCI: pciehp: Drop enable/disable lock
Lukas Wunner
2018-07-24
3
-15
/
+0
|
*
|
PCI: pciehp: Enable/disable exclusively from IRQ thread
Lukas Wunner
2018-07-24
4
-60
/
+93
|
*
|
PCI: pciehp: Track enable/disable status
Lukas Wunner
2018-07-24
3
-13
/
+35
|
*
|
PCI: pciehp: Publish to user space last on probe
Lukas Wunner
2018-07-24
1
-5
/
+15
|
*
|
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
2018-07-24
13
-158
/
+149
|
*
|
PCI: pciehp: Drop slot workqueue
Lukas Wunner
2018-07-24
4
-17
/
+2
|
*
|
PCI: pciehp: Handle events synchronously
Lukas Wunner
2018-07-24
3
-158
/
+67
|
*
|
PCI: pciehp: Stop blinking on slot enable failure
Lukas Wunner
2018-07-24
2
-38
/
+42
|
*
|
PCI: pciehp: Convert to threaded polling
Lukas Wunner
2018-07-24
2
-37
/
+34
|
*
|
PCI: pciehp: Convert to threaded IRQ
Lukas Wunner
2018-07-24
2
-32
/
+41
|
*
|
PCI: pciehp: Document struct slot and struct controller
Lukas Wunner
2018-07-24
1
-4
/
+44
|
*
|
PCI: pciehp: Declare pciehp_unconfigure_device() void
Lukas Wunner
2018-07-24
3
-11
/
+6
[next]