index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
/
shpchp_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-18
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
1
-13
/
+4
2018-09-18
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
1
-21
/
+10
2018-09-18
PCI: hotplug: Constify hotplug_slot_ops
Lukas Wunner
1
-1
/
+1
2018-07-23
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
1
-17
/
+3
2018-06-26
PCI: shpchp: Separate existence of SHPC and permission to use it
Bjorn Helgaas
1
-0
/
+21
2018-06-04
PCI: shpchp: Add shpchp_is_native()
Mika Westerberg
1
-13
/
+1
2018-06-02
PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapper
Mika Westerberg
1
-1
/
+1
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-15
/
+1
2018-01-28
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
1
-15
/
+1
2018-01-17
PCI: Remove unnecessary messages for memory allocation failures
Markus Elfring
1
-3
/
+2
2017-08-10
PCI: Constify hotplug pci_device_id structures
Arvind Yadav
1
-1
/
+1
2016-01-20
Merge branch 'pci/trivial' into next
Bjorn Helgaas
1
-14
/
+14
2016-01-10
PCI: hotplug: Use list_for_each_entry() to simplify code
Geliang Tang
1
-5
/
+2
2016-01-08
PCI: Fix all whitespace issues
Bogicevic Sasa
1
-14
/
+14
2014-06-10
PCI: Merge multi-line quoted strings
Ryan Desfosses
1
-2
/
+1
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-5
/
+5
2013-07-03
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
1
-2
/
+1
2013-01-14
PCI: shpchp: Use per-slot workqueues to avoid deadlock
Bjorn Helgaas
1
-12
/
+14
2013-01-14
PCI: shpchp: Handle push button event asynchronously
Bjorn Helgaas
1
-10
/
+0
2013-01-13
PCI: shpchp: Make shpchp_wq non-ordered
Bjorn Helgaas
1
-1
/
+1
2012-07-16
PCI: hotplug: ensure a consistent return value in error case
Julia Lawall
1
-4
/
+10
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-2
/
+2
2011-11-14
PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs
Bjorn Helgaas
1
-2
/
+2
2010-10-18
shpchp: update workqueue usage
Tejun Heo
1
-2
/
+18
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-22
PCI: Make current and maximum bus speeds part of the PCI core
Matthew Wilcox
1
-35
/
+0
2009-06-16
PCI hotplug: remove redundant .owner initializations
Kenji Kaneshige
1
-1
/
+0
2008-10-23
PCI hotplug: shpchp: message refinement
Taku Izumi
1
-16
/
+18
2008-10-23
PCI hotplug: shpchp: replace printk with dev_printk
Taku Izumi
1
-18
/
+28
2008-10-22
PCI: shcphp: remove 'name' parameter
Alex Chiang
1
-20
/
+18
2008-10-22
PCI: prevent duplicate slot names
Alex Chiang
1
-14
/
+1
2008-10-22
PCI Hotplug core: add 'name' param pci_hp_register interface
Alex Chiang
1
-1
/
+2
2008-08-21
PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...
Alex Chiang
1
-19
/
+15
2008-06-10
PCI: introduce pci_slot
Alex Chiang
1
-16
/
+4
2008-06-10
shpchp: check firmware before taking control
Kenji Kaneshige
1
-7
/
+8
2008-06-10
PCI: make {pciehp,shpchp}_slot_with_bus static
Adrian Bunk
1
-1
/
+1
2008-05-27
shpchp: add message about shpchp_slot_with_bus option
Kenji Kaneshige
1
-0
/
+4
2008-04-25
shpchp: fix slot name
Kenji Kaneshige
1
-2
/
+9
2008-04-20
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-13
/
+13
2007-05-02
PCI: fix multiple definition of `queue_pushbutton_work'
Kristen Carlson Accardi
1
-1
/
+1
2007-02-07
shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE
Kenji Kaneshige
1
-4
/
+0
2006-12-20
shpchp: cleanup shpchp.h
Kenji Kaneshige
1
-11
/
+11
2006-12-20
shpchp: remove shpchprm_get_physical_slot_number
Kenji Kaneshige
1
-24
/
+1
2006-12-20
shpchp: cleanup struct controller
Kenji Kaneshige
1
-25
/
+1
2006-12-20
shpchp: remove unnecessary struct php_ctlr
Kenji Kaneshige
1
-44
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-1
/
+1
2006-09-26
SHPCHP: fix __must_check warnings
Greg Kroah-Hartman
1
-1
/
+5
2006-06-19
[PATCH] shpchp: Create shpchpd at controller probe time
Kenji Kaneshige
1
-8
/
+0
2006-03-23
[PATCH] PCI Hotplug: add common acpi functions to core
Kristen Accardi
1
-0
/
+17
2006-03-23
[PATCH] shpchp: adapt to pci driver model
Kenji Kaneshige
1
-19
/
+7
[next]