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.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
/
rpaphp_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-2
/
+1
2008-10-20
PCI hotplug: rpaphp: make debug var unique
Kristen Carlson Accardi
1
-1
/
+1
2008-04-21
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-7
/
+7
2008-02-02
pci hotplug: fix rpaphp directory naming
Linas Vepstas
1
-14
/
+0
2007-11-29
pci hotplug: kernel-doc fixes
Randy Dunlap
1
-0
/
+1
2007-05-03
PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()
Linas Vepstas
1
-1
/
+9
2007-05-03
PCI: rpaphp: refactor tail call to rpaphp_register_slot()
Linas Vepstas
1
-1
/
+1
2007-05-03
PCI: rpaphp: remove print_slot_pci_funcs()
Linas Vepstas
1
-16
/
+7
2007-05-03
PCI: rpaphp: Remove setup_pci_slot()
Linas Vepstas
1
-63
/
+33
2007-05-03
PCI: rpaphp: Remove another wrappered function
Linas Vepstas
1
-43
/
+16
2007-05-03
PCI: rpaphp: Remve another call that is a wrapper
Linas Vepstas
1
-1
/
+6
2007-05-03
PCI: rpaphp: remove a function that does nothing but wrap debug printks
Linas Vepstas
1
-24
/
+13
2007-05-03
PCI: rpaphp: match up alloc and free in same routine
Linas Vepstas
1
-1
/
+0
2006-02-01
[PATCH] powerpc/PCI hotplug: cleanup: add prefix
linas@austin.ibm.com
1
-2
/
+2
2006-02-01
[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()
linas@austin.ibm.com
1
-29
/
+1
2006-02-01
[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adap
linas@austin.ibm.com
1
-12
/
+0
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
1
-31
/
+4
2006-02-01
[PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()
linas@austin.ibm.com
1
-141
/
+1
2006-02-01
[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()
linas@austin.ibm.com
1
-32
/
+2
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 Hotplug/powerpc: more removal of duplicated code
linas@austin.ibm.com
1
-23
/
+1
2006-01-09
[PATCH] PCI Hotplug/powerpc: remove duplicated code
linas@austin.ibm.com
1
-13
/
+1
2005-11-14
[PATCH] rpaphp_pci build fix
akpm@osdl.org
1
-1
/
+1
2005-11-11
[PATCH] dlpar regression for ppc64 - probe change
John Rose
1
-20
/
+56
2005-10-31
[PATCH] fix missing includes
Tim Schmielau
1
-1
/
+3
2005-10-29
[PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routines
linas
1
-8
/
+3
2005-09-09
[PATCH] Separate pci bits out of struct device_node
Paul Mackerras
1
-3
/
+5
2005-09-09
[PATCH] PCI Hotplug: rpaphp: Purify hotplug
John Rose
1
-8
/
+3
2005-09-09
[PATCH] PCI Hotplug: rpaphp: Export slot enable
John Rose
1
-13
/
+23
2005-09-09
[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pci
John Rose
1
-48
/
+24
2005-09-09
[PATCH] PCI Hotplug: rpaphp: Change slot pci reference
John Rose
1
-77
/
+64
2005-09-09
[PATCH] PCI Hotplug: rpaphp: Move VIO registration
John Rose
1
-9
/
+6
2005-09-09
[PATCH] PCI Hotplug: rpaphp: Remove unused stuff
John Rose
1
-67
/
+31
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+538