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
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
2006-03-23
[PATCH] shpchp: Fix slot state handling
Kenji Kaneshige
1
-3
/
+5
2006-03-23
[PATCH] shpchp: event handling rework
Kenji Kaneshige
1
-35
/
+14
2006-03-23
[PATCH] shpchp: Remove unused pci_bus member from controller structure
Kenji Kaneshige
1
-12
/
+1
2006-03-23
[PATCH] shpchp - move slot name into struct slot
Kenji Kaneshige
1
-11
/
+3
2006-03-23
[PATCH] shpchp - removed unncessary 'magic' member from slot
Kenji Kaneshige
1
-1
/
+0
2006-03-23
[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()
Kenji Kaneshige
1
-10
/
+5
2006-03-23
[PATCH] shpchp - cleanup controller list
Kenji Kaneshige
1
-18
/
+7
2006-03-23
[PATCH] shpchp - cleanup slot list
Kenji Kaneshige
1
-10
/
+9
2006-03-23
[PATCH] shpchp - cleanup shpchp_core.c
Kenji Kaneshige
1
-48
/
+36
2006-03-23
[PATCH] shpchp - cleanup init_slots()
Kenji Kaneshige
1
-57
/
+63
2006-01-09
[PATCH] shpchp: Implement get_address callback
Kenji Kaneshige
1
-0
/
+14
[next]