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.13.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
/
ibmphp_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-20
Merge branch 'pci/trivial' into next
Bjorn Helgaas
1
-15
/
+15
2016-01-11
PCI: ibmphp: Remove unneeded NULL test
Julia Lawall
1
-3
/
+0
2016-01-11
PCI: hotplug: Use list_for_each_entry() to simplify code
Geliang Tang
1
-15
/
+6
2016-01-08
PCI: Fix all whitespace issues
Bogicevic Sasa
1
-15
/
+15
2015-03-12
PCI: Assign resources before drivers claim devices (pci_scan_bus())
Yijing Wang
1
-2
/
+6
2014-12-16
x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
Jiang Liu
1
-0
/
+1
2014-12-16
x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()
Jiang Liu
1
-4
/
+1
2014-09-24
PCI: Remove assignment from "if" conditions
Quentin Lambert
1
-5
/
+10
2014-09-24
PCI: Remove unnecessary curly braces
Quentin Lambert
1
-4
/
+2
2014-06-11
PCI: Merge multi-line quoted strings
Ryan Desfosses
1
-8
/
+4
2014-06-11
PCI: Whitespace cleanup
Ryan Desfosses
1
-16
/
+16
2014-01-14
PCI: hotplug: Use global PCI rescan-remove locking
Rafael J. Wysocki
1
-2
/
+11
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-54
/
+55
2012-07-25
Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-4
/
+4
2012-07-24
pci: hotplug: Fix typo in pci
Masanari Iida
1
-1
/
+1
2012-06-14
PCI: ibmhp: use generic pci_hp_add_bridge()
Yinghai Lu
1
-6
/
+4
2012-06-14
PCI: ibmhp: register busn_res
Yinghai Lu
1
-1
/
+3
2012-02-28
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2010-02-23
PCI: Make current and maximum bus speeds part of the PCI core
Matthew Wilcox
1
-78
/
+28
2009-06-22
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-1
/
+1
2009-06-17
PCI hotplug: remove redundant .owner initializations
Kenji Kaneshige
1
-1
/
+0
2009-06-11
PCI: ibmphp_core.c: fix warning due to missing module_exit()
akpm@linux-foundation.org
1
-0
/
+1
2009-05-18
x86, apic: introduce io_apic_irq_attr
Yinghai Lu
1
-4
/
+2
2009-05-12
x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fix
Cyrill Gorcunov
1
-1
/
+1
2009-05-11
x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()
Yinghai Lu
1
-26
/
+30
2008-12-29
x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.h
Jaswinder Singh Rajput
1
-1
/
+1
2008-12-18
PCI hotplug: ibmphp: Fix module ref count underflow
Neil Horman
1
-5
/
+0
2008-04-21
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-12
/
+12
2008-04-21
PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()
Jesper Juhl
1
-1
/
+5
2008-02-02
PCI: hotplug: Switch to pci_get_bus_and_slot
Joonwoo Park
1
-4
/
+7
2007-10-11
i386: move pci
Thomas Gleixner
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-06-20
[PATCH] PCI Hotplug: fake NULL pointer dereferences in IBM Hot Plug Controlle...
Eric Sesterhenn
1
-6
/
+6
2006-03-24
[PATCH] ibmphp: remove TRUE and FALSE
Kristen Accardi
1
-2
/
+2
2006-03-24
[PATCH] PCI: kzalloc() conversion in drivers/pci
Eric Sesterhenn
1
-4
/
+2
2006-02-01
[PATCH] PCI Hotplug: fix up coding style issues
Pavel Machek
1
-2
/
+2
2005-10-31
[PATCH] Typo fix: dot after newline in printk strings
Jean Delvare
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1422