Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8c938ddc6df3bbe72809db1be6c9f3af83f5d7a9
/
drivers
/
pci
/
hotplug
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
685f7e4
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
bd6bf7c
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
e762bb8
powerpc/eeh: Cleanup eeh_pe_state_mark()
by Sam Bobroff
· 6 years ago
74171e9
PCI: pnv_php: Use kmemdup()
by YueHaibing
· 6 years ago
37f1c58
PCI: cpqphp: Remove set but not used variable 'physical_slot'
by YueHaibing
· 6 years ago
9c62f0b
PCI: pciehp: Implement runtime PM callbacks
by Mika Westerberg
· 6 years ago
720d6a6
PCI: pciehp: Do not handle events if interrupts are masked
by Mika Westerberg
· 6 years ago
eb34da6
PCI: pciehp: Disable hotplug interrupt during suspend
by Mika Westerberg
· 6 years ago
f015716
PCI: Make link active reporting detection generic
by Keith Busch
· 6 years ago
3d0186b
Update email address
by Matthew Wilcox
· 7 years ago
f188b99f
ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
by Mika Westerberg
· 6 years ago
c29de84
PCI: portdrv: Initialize service drivers directly
by Keith Busch
· 6 years ago
a0d5893
PCI: hotplug: Document TODOs
by Lukas Wunner
· 6 years ago
125450f
PCI: hotplug: Embed hotplug_slot
by Lukas Wunner
· 6 years ago
a7da216
PCI: hotplug: Drop hotplug_slot_info
by Lukas Wunner
· 6 years ago
81c4b5b
PCI: hotplug: Constify hotplug_slot_ops
by Lukas Wunner
· 6 years ago
d758714
PCI: pciehp: Reshuffle controller struct for clarity
by Lukas Wunner
· 6 years ago
4ff3126
PCI: pciehp: Rename controller struct members for clarity
by Lukas Wunner
· 6 years ago
5790a9c
PCI: pciehp: Unify controller and slot structs
by Lukas Wunner
· 6 years ago
80696f9
PCI: pciehp: Tolerate Presence Detect hardwired to zero
by Lukas Wunner
· 6 years ago
eee6e273
PCI: pciehp: Drop hotplug_slot_ops wrappers
by Lukas Wunner
· 6 years ago
7d4ba52
PCI: pciehp: Drop unnecessary includes
by Lukas Wunner
· 6 years ago
11e8770
PCI: pciehp: Differentiate between surprise and safe removal
by Lukas Wunner
· 6 years ago
a50ac6b
PCI: Simplify disconnected marking
by Lukas Wunner
· 6 years ago
34fb6bf
PCI: pciehp: Fix hot-add vs powerfault detection order
by Keith Busch
· 6 years ago
3a48dc6
Merge branch 'pci/virtualization'
by Bjorn Helgaas
· 6 years ago
a40f72d
Merge branch 'pci/misc'
by Bjorn Helgaas
· 6 years ago
c0638a4
Merge branch 'pci/hotplug'
by Bjorn Helgaas
· 6 years ago
4e6a133
PCI: pciehp: Deduplicate presence check on probe & resume
by Lukas Wunner
· 6 years ago
8bb46b0
PCI: pciehp: Avoid implicit fallthroughs in switch statements
by Lukas Wunner
· 6 years ago
44bda4b
PCI: Fix is_added/is_busmaster race condition
by Hari Vyas
· 7 years ago
4417aa4
PCI: pciehp: Resume parent to D0 on config space access
by Lukas Wunner
· 6 years ago
8350307
PCI: pciehp: Resume to D0 on enable/disable
by Lukas Wunner
· 6 years ago
6b08c38
PCI: pciehp: Support interrupts sent from D3hot
by Lukas Wunner
· 6 years ago
469e764
PCI: pciehp: Obey compulsory command delay after resume
by Lukas Wunner
· 6 years ago
7903782
PCI: pciehp: Clear spurious events earlier on resume
by Lukas Wunner
· 6 years ago
5b3f7b7
PCI: pciehp: Avoid slot access during reset
by Lukas Wunner
· 6 years ago
cdf6b73
PCI: pciehp: Always enable occupied slot on probe
by Lukas Wunner
· 6 years ago
d331710
PCI: pciehp: Become resilient to missed events
by Lukas Wunner
· 6 years ago
6c35a1a
PCI: pciehp: Tolerate initially unstable link
by Lukas Wunner
· 6 years ago
25c83b8
PCI: pciehp: Declare pciehp_enable/disable_slot() static
by Lukas Wunner
· 6 years ago
1656716
PCI: pciehp: Drop enable/disable lock
by Lukas Wunner
· 6 years ago
32a8cef
PCI: pciehp: Enable/disable exclusively from IRQ thread
by Lukas Wunner
· 6 years ago
9590192
PCI: pciehp: Track enable/disable status
by Lukas Wunner
· 6 years ago
774d446
PCI: pciehp: Publish to user space last on probe
by Lukas Wunner
· 6 years ago
51bbf9b
PCI: hotplug: Demidlayer registration with the core
by Lukas Wunner
· 6 years ago
55a6b7a
PCI: pciehp: Drop slot workqueue
by Lukas Wunner
· 6 years ago
0e94916
PCI: pciehp: Handle events synchronously
by Lukas Wunner
· 6 years ago
b0ccd9d
PCI: pciehp: Stop blinking on slot enable failure
by Lukas Wunner
· 6 years ago
ec07a44
PCI: pciehp: Convert to threaded polling
by Lukas Wunner
· 6 years ago
7b4ce26
PCI: pciehp: Convert to threaded IRQ
by Lukas Wunner
· 6 years ago
4aed1cd
PCI: pciehp: Document struct slot and struct controller
by Lukas Wunner
· 6 years ago
1d2e267
PCI: pciehp: Declare pciehp_unconfigure_device() void
by Lukas Wunner
· 6 years ago
6641311
PCI: pciehp: Drop unnecessary NULL pointer check
by Lukas Wunner
· 6 years ago
1204e35
PCI: pciehp: Fix unprotected list iteration in IRQ handler
by Lukas Wunner
· 6 years ago
281e878
PCI: pciehp: Fix use-after-free on unplug
by Lukas Wunner
· 6 years ago
4ce6435
PCI: hotplug: Don't leak pci_slot on registration failure
by Lukas Wunner
· 6 years ago
b4efce5
PCI: hotplug: Delete skeleton driver
by Lukas Wunner
· 7 years ago
381634c
PCI: Hide pci_reset_bridge_secondary_bus() from drivers
by Sinan Kaya
· 6 years ago
1842623
PCI: Handle error return from pci_reset_bridge_secondary_bus()
by Sinan Kaya
· 6 years ago
d6488ac
PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthrough
by Gustavo A. R. Silva
· 7 years ago
b03799b
PCI: shpchp: Separate existence of SHPC and permission to use it
by Bjorn Helgaas
· 7 years ago
6f6f424
PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems
by Bjorn Helgaas
· 7 years ago
f64c146
Merge branch 'pci/hotplug'
by Bjorn Helgaas
· 7 years ago
9337a49
ACPI / hotplug / PCI: Drop unnecessary parentheses
by Mika Westerberg
· 7 years ago
8f004f4
ACPI / hotplug / PCI: Mark stale PCI devices disconnected
by Mika Westerberg
· 7 years ago
84c8b58
ACPI / hotplug / PCI: Don't scan bridges managed by native hotplug
by Mika Westerberg
· 7 years ago
90cc0c3
PCI: shpchp: Add shpchp_is_native()
by Mika Westerberg
· 7 years ago
bed4e9c
PCI: shpchp: Fix AMD POGO identification
by Bjorn Helgaas
· 7 years ago
f2b775f
PCI: shpchp: Use dev_printk() for OSHP-related messages
by Bjorn Helgaas
· 7 years ago
96a621e0
PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapper
by Mika Westerberg
· 7 years ago
6f77fa4
PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flags
by Mika Westerberg
· 7 years ago
aa6be07
PCI: shpchp: Rely on previous _OSC results
by Mika Westerberg
· 7 years ago
82280f7
PCI: shpchp: Convert SHPC to be builtin only
by Mika Westerberg
· 7 years ago
13c6584
PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume
by Mika Westerberg
· 7 years ago
5d9c6b8
PCI: pnv_php: Add missing of_node_put()
by Julia Lawall
· 7 years ago
9f5a70f1
PCI: Add generic pcie_wait_for_link() interface
by Oza Pawandeep
· 7 years ago
d22b362
PCI: pciehp: Add quirk for Command Completed errata
by Bjorn Helgaas
· 7 years ago
4051f5eb
PCI: ibmphp: Fix use-before-set in get_max_bus_speed()
by Dan Carpenter
· 7 years ago
49a695b
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
64ae499
Merge branch 'pci/portdrv'
by Bjorn Helgaas
· 7 years ago
13d3047
ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
by Mika Westerberg
· 7 years ago
97c6f25
PCI/hotplug: ppc: correct a php_slot usage after free
by Simon Guo
· 7 years ago
ef79426
PCI/portdrv: Merge pcieport_if.h into portdrv.h
by Bjorn Helgaas
· 7 years ago
205adda
PCI: cpqphp: Fix possible NULL pointer dereference
by Shawn Lin
· 7 years ago
c37e627
PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/
by Frederick Lawler
· 7 years ago
54ce685
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
105cf3c
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
b0fd677
PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning status
by Hans de Goede
· 7 years ago
ab8c609
Merge branch 'pci/spdx' into next
by Bjorn Helgaas
· 7 years ago
412ee7c
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 7 years ago
85d24b3
Merge branch 'pci/hotplug' into next
by Bjorn Helgaas
· 7 years ago
36b0727
PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement
by Bjorn Helgaas
· 7 years ago
736759e
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
by Bjorn Helgaas
· 7 years ago
e1e86ee
PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate
by Bjorn Helgaas
· 7 years ago
7328c8f
PCI: Add SPDX GPL-2.0 when no license was specified
by Bjorn Helgaas
· 7 years ago
493fb50
PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
by Lukas Wunner
· 7 years ago
2fcf3ae
hotplug/drc-info: Add code to search ibm,drc-info property
by Michael Bringmann
· 7 years ago
7506dc7
PCI: Add wrappers for dev_printk()
by Frederick Lawler
· 7 years ago
Next »