index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-24
[PATCH] acpiphp: fix acpi_path_name
MUNEDA Takahiro
3
-43
/
+27
2006-03-24
[PATCH] ibmphp: remove TRUE and FALSE
Kristen Accardi
6
-85
/
+83
2006-03-24
[PATCH] PCI Hotplug: add common acpi functions to core
Kristen Accardi
14
-591
/
+254
2006-03-24
[PATCH] PCI: kzalloc() conversion in drivers/pci
Eric Sesterhenn
10
-157
/
+69
2006-03-24
[PATCH] acpiphp: Scan slots under the nested P2P bridge
Kenji Kaneshige
1
-1
/
+8
2006-03-24
[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPB
John Keller
1
-8
/
+8
2006-03-24
[PATCH] shpchp: cleanup bus speed handling
Kenji Kaneshige
2
-429
/
+189
2006-03-24
[PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead code
Adrian Bunk
1
-62
/
+14
2006-03-24
[PATCH] acpiphp: fix bridge handle
MUNEDA Takahiro
1
-2
/
+2
2006-03-24
[PATCH] acpiphp - slot management fix - V4
MUNEDA Takahiro
3
-98
/
+87
2006-03-24
[PATCH] acpiphp: add dock event handling
Kristen Accardi
5
-24
/
+545
2006-03-24
[PATCH] acpiphp: add new bus to acpi
Kristen Accardi
1
-2
/
+109
2006-03-24
[PATCH] shpchp: adapt to pci driver model
Kenji Kaneshige
2
-23
/
+7
2006-03-24
[PATCH] shpchp: Fix slot state handling
Kenji Kaneshige
3
-61
/
+181
2006-03-24
[PATCH] shpchp: event handling rework
Kenji Kaneshige
4
-266
/
+119
2006-03-24
[PATCH] shpchp: Remove unused wait_for_ctrl_irq
Kenji Kaneshige
2
-22
/
+1
2006-03-24
[PATCH] shpchp: Remove unused pci_bus member from controller structure
Kenji Kaneshige
2
-13
/
+1
2006-03-24
[PATCH] shpchp - Fix incorrect return value of interrupt handler
Kenji Kaneshige
1
-8
/
+3
2006-03-24
[PATCH] shpchp - move slot name into struct slot
Kenji Kaneshige
2
-11
/
+5
2006-03-24
[PATCH] shpchp - removed unncessary 'magic' member from slot
Kenji Kaneshige
2
-7
/
+0
2006-03-24
[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()
Kenji Kaneshige
2
-13
/
+6
2006-03-24
[PATCH] pcihp_skeleton.c cleanup
Kenji Kaneshige
1
-22
/
+11
2006-03-24
[PATCH] shpchp - bugfix: add missing serialization
Kenji Kaneshige
1
-42
/
+24
2006-03-24
[PATCH] shpchp - cleanup check command status
Kenji Kaneshige
3
-123
/
+23
2006-03-24
[PATCH] shpchp - cleanup controller list
Kenji Kaneshige
3
-21
/
+10
2006-03-24
[PATCH] shpchp - cleanup slot list
Kenji Kaneshige
2
-23
/
+17
2006-03-24
[PATCH] shpchp - cleanup shpchp_core.c
Kenji Kaneshige
1
-48
/
+36
2006-03-24
[PATCH] shpchp - cleanup init_slots()
Kenji Kaneshige
2
-64
/
+63
2006-03-24
[PATCH] PCI hotplug: convert semaphores to mutex
Ingo Molnar
13
-137
/
+143
2006-02-02
[PATCH] PowerPC/PCI Hotplug build break
Linas Vepstas
1
-0
/
+1
2006-02-01
[PATCH] powerpc/PCI hotplug: shuffle error checking to better location.
linas@austin.ibm.com
1
-22
/
+22
2006-02-01
[PATCH] powerpc/PCI hotplug: minor cleanup forward decls
linas@austin.ibm.com
1
-19
/
+11
2006-02-01
[PATCH] powerpc/PCI hotplug: cleanup: add prefix
linas@austin.ibm.com
5
-24
/
+20
2006-02-01
[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()
linas@austin.ibm.com
3
-39
/
+30
2006-02-01
[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adap
linas@austin.ibm.com
4
-29
/
+23
2006-02-01
[PATCH] powerpc/PCI hotplug: remove remove_bus_device()
linas@austin.ibm.com
1
-19
/
+1
2006-02-01
[PATCH] powerpc/PCI hotplug: merge config_pci_adapter
linas@austin.ibm.com
2
-32
/
+4
2006-02-01
[PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()
linas@austin.ibm.com
3
-143
/
+2
2006-02-01
[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()
linas@austin.ibm.com
3
-38
/
+5
2006-02-01
[PATCH] PCI Hotplug: shpchp: AMD POGO errata fix
Keck, David
2
-1
/
+105
2006-02-01
[PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)
linas
1
-1
/
+1
2006-02-01
[PATCH] PCI Hotplug: fix up Kconfig help text
Pavel Machek
1
-2
/
+1
2006-02-01
[PATCH] PCI Hotplug: fix up coding style issues
Pavel Machek
2
-14
/
+11
2006-01-09
[PATCH] PCI: drivers/pci: some cleanups
Adrian Bunk
1
-1
/
+1
2006-01-09
[PATCH] acpiphp: only size new bus
Kristen Accardi
1
-2
/
+4
2006-01-09
[PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver
Greg Kroah-Hartman
3
-25
/
+127
2006-01-09
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.c
Jesper Juhl
1
-40
/
+50
2006-01-09
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.c
Jesper Juhl
1
-5
/
+8
2006-01-09
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.c
Jesper Juhl
1
-4
/
+5
2006-01-09
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.c
Jesper Juhl
1
-54
/
+67
[next]