index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] PCI: rpaphp: remove init error condition
John Rose
2006-04-14
1
-3
/
+0
*
[PATCH] sem2mutex: misc static one-file mutexes
Ingo Molnar
2006-03-26
2
-15
/
+16
*
[PATCH] acpiphp: fix acpi_path_name
MUNEDA Takahiro
2006-03-23
3
-43
/
+27
*
[PATCH] ibmphp: remove TRUE and FALSE
Kristen Accardi
2006-03-23
6
-85
/
+83
*
[PATCH] PCI Hotplug: add common acpi functions to core
Kristen Accardi
2006-03-23
14
-591
/
+254
*
[PATCH] PCI: kzalloc() conversion in drivers/pci
Eric Sesterhenn
2006-03-23
10
-157
/
+69
*
[PATCH] acpiphp: Scan slots under the nested P2P bridge
Kenji Kaneshige
2006-03-23
1
-1
/
+8
*
[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPB
John Keller
2006-03-23
1
-8
/
+8
*
[PATCH] shpchp: cleanup bus speed handling
Kenji Kaneshige
2006-03-23
2
-429
/
+189
*
[PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead code
Adrian Bunk
2006-03-23
1
-62
/
+14
*
[PATCH] acpiphp: fix bridge handle
MUNEDA Takahiro
2006-03-23
1
-2
/
+2
*
[PATCH] acpiphp - slot management fix - V4
MUNEDA Takahiro
2006-03-23
3
-98
/
+87
*
[PATCH] acpiphp: add dock event handling
Kristen Accardi
2006-03-23
5
-24
/
+545
*
[PATCH] acpiphp: add new bus to acpi
Kristen Accardi
2006-03-23
1
-2
/
+109
*
[PATCH] shpchp: adapt to pci driver model
Kenji Kaneshige
2006-03-23
2
-23
/
+7
*
[PATCH] shpchp: Fix slot state handling
Kenji Kaneshige
2006-03-23
3
-61
/
+181
*
[PATCH] shpchp: event handling rework
Kenji Kaneshige
2006-03-23
4
-266
/
+119
*
[PATCH] shpchp: Remove unused wait_for_ctrl_irq
Kenji Kaneshige
2006-03-23
2
-22
/
+1
*
[PATCH] shpchp: Remove unused pci_bus member from controller structure
Kenji Kaneshige
2006-03-23
2
-13
/
+1
*
[PATCH] shpchp - Fix incorrect return value of interrupt handler
Kenji Kaneshige
2006-03-23
1
-8
/
+3
*
[PATCH] shpchp - move slot name into struct slot
Kenji Kaneshige
2006-03-23
2
-11
/
+5
*
[PATCH] shpchp - removed unncessary 'magic' member from slot
Kenji Kaneshige
2006-03-23
2
-7
/
+0
*
[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()
Kenji Kaneshige
2006-03-23
2
-13
/
+6
*
[PATCH] pcihp_skeleton.c cleanup
Kenji Kaneshige
2006-03-23
1
-22
/
+11
*
[PATCH] shpchp - bugfix: add missing serialization
Kenji Kaneshige
2006-03-23
1
-42
/
+24
*
[PATCH] shpchp - cleanup check command status
Kenji Kaneshige
2006-03-23
3
-123
/
+23
*
[PATCH] shpchp - cleanup controller list
Kenji Kaneshige
2006-03-23
3
-21
/
+10
*
[PATCH] shpchp - cleanup slot list
Kenji Kaneshige
2006-03-23
2
-23
/
+17
*
[PATCH] shpchp - cleanup shpchp_core.c
Kenji Kaneshige
2006-03-23
1
-48
/
+36
*
[PATCH] shpchp - cleanup init_slots()
Kenji Kaneshige
2006-03-23
2
-64
/
+63
*
[PATCH] PCI hotplug: convert semaphores to mutex
Ingo Molnar
2006-03-23
13
-137
/
+143
*
[PATCH] PowerPC/PCI Hotplug build break
Linas Vepstas
2006-02-01
1
-0
/
+1
*
[PATCH] powerpc/PCI hotplug: shuffle error checking to better location.
linas@austin.ibm.com
2006-01-31
1
-22
/
+22
*
[PATCH] powerpc/PCI hotplug: minor cleanup forward decls
linas@austin.ibm.com
2006-01-31
1
-19
/
+11
*
[PATCH] powerpc/PCI hotplug: cleanup: add prefix
linas@austin.ibm.com
2006-01-31
5
-24
/
+20
*
[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()
linas@austin.ibm.com
2006-01-31
3
-39
/
+30
*
[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adap
linas@austin.ibm.com
2006-01-31
4
-29
/
+23
*
[PATCH] powerpc/PCI hotplug: remove remove_bus_device()
linas@austin.ibm.com
2006-01-31
1
-19
/
+1
*
[PATCH] powerpc/PCI hotplug: merge config_pci_adapter
linas@austin.ibm.com
2006-01-31
2
-32
/
+4
*
[PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()
linas@austin.ibm.com
2006-01-31
3
-143
/
+2
*
[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()
linas@austin.ibm.com
2006-01-31
3
-38
/
+5
*
[PATCH] PCI Hotplug: shpchp: AMD POGO errata fix
Keck, David
2006-01-31
2
-1
/
+105
*
[PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)
linas
2006-01-31
1
-1
/
+1
*
[PATCH] PCI Hotplug: fix up Kconfig help text
Pavel Machek
2006-01-31
1
-2
/
+1
*
[PATCH] PCI Hotplug: fix up coding style issues
Pavel Machek
2006-01-31
2
-14
/
+11
*
[PATCH] PCI: drivers/pci: some cleanups
Adrian Bunk
2006-01-09
1
-1
/
+1
*
[PATCH] acpiphp: only size new bus
Kristen Accardi
2006-01-09
1
-2
/
+4
*
[PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver
Greg Kroah-Hartman
2006-01-09
3
-25
/
+127
*
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.c
Jesper Juhl
2006-01-09
1
-40
/
+50
*
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.c
Jesper Juhl
2006-01-09
1
-5
/
+8
[next]