index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
PCI Hotplug: cpqphp: refactor cpqhp_save_config
Alex Chiang
2009-06-11
1
-91
/
+91
|
*
|
|
PCI Hotplug: cpqphp: style cleanups
Alex Chiang
2009-06-11
1
-11
/
+6
|
*
|
|
PCI Hotplug: cpqphp: refactor cpqphp_save_slot_config
Alex Chiang
2009-06-11
1
-46
/
+39
|
*
|
|
PCI Hotplug: cpqphp: clean up cpqphp_ctrl.c
Alex Chiang
2009-06-11
1
-91
/
+79
|
*
|
|
PCI Hotplug: cpqphp: refactor cpqhp_probe
Alex Chiang
2009-06-11
1
-197
/
+185
|
*
|
|
PCI Hotplug: cpqphp: eliminate stray braces
Alex Chiang
2009-06-11
1
-33
/
+22
|
*
|
|
PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.c
Alex Chiang
2009-06-11
1
-237
/
+224
|
*
|
|
PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h
Alex Chiang
2009-06-11
1
-31
/
+45
|
*
|
|
PCI Hotplug: cpqphp: fix comment style
Alex Chiang
2009-06-11
5
-315
/
+387
|
*
|
|
PCI Hotplug: cpqphp: stray whitespace cleanups
Alex Chiang
2009-06-11
5
-122
/
+110
|
*
|
|
PCI: ibmphp_core.c: fix warning due to missing module_exit()
akpm@linux-foundation.org
2009-06-11
1
-0
/
+1
|
|
/
/
*
|
|
trivial: pci hotplug: adding __init/__exit macros to sgi_hotplug
Peter Huewe
2009-06-12
1
-2
/
+2
*
|
|
Merge branch 'linus' into irq/numa
Ingo Molnar
2009-06-01
2
-38
/
+26
|
\
\
\
|
|
/
/
|
*
|
PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_func
Alex Chiang
2009-05-27
2
-38
/
+26
|
|
/
*
|
x86, apic: introduce io_apic_irq_attr
Yinghai Lu
2009-05-18
1
-4
/
+2
*
|
x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fix
Cyrill Gorcunov
2009-05-12
1
-1
/
+1
*
|
x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()
Yinghai Lu
2009-05-11
1
-26
/
+30
|
/
*
PCI Hotplug: acpiphp: grab refcount on p2p subordinate bus
Alex Chiang
2009-04-06
1
-0
/
+14
*
PCI: update fakephp for bus_id removal
Stephen Rothwell
2009-03-26
1
-1
/
+2
*
PCI Hotplug: rename legacy_fakephp to fakephp
Alex Chiang
2009-03-20
2
-1
/
+1
*
PCI Hotplug: restore fakephp interface with complete reimplementation
Trent Piepho
2009-03-20
3
-396
/
+163
*
PCI: Introduce pci_rescan_bus()
Alex Chiang
2009-03-20
1
-3
/
+3
*
PCI hotplug: fix wrong assumption in acpi_get_hp_hw_control_from_firmware
Kenji Kaneshige
2009-03-20
1
-22
/
+12
*
PCI hotplug: fix wrong assumption in acpi_get_hp_params_from_firmware
Kenji Kaneshige
2009-03-20
1
-11
/
+6
*
PCI: PCIe portdrv: Implement pm object
Rafael J. Wysocki
2009-03-20
1
-2
/
+2
*
PCI hotplug: shpchp: fix bus number check to avoid false positive
Roel Kluin
2009-03-19
1
-1
/
+1
*
PCI/ACPI: rename pci_osc_control_set()
Kenji Kaneshige
2009-03-19
1
-3
/
+2
*
PCI: pciehp: make cmd_busy flag one bit
Kenji Kaneshige
2009-03-19
1
-1
/
+1
*
PCI: pciehp: enable software notification on empty slots
Kenji Kaneshige
2009-03-19
2
-20
/
+12
*
PCI: pciehp: fix possible endless loop in pcie_isr
Kenji Kaneshige
2009-03-19
1
-1
/
+2
*
PCI: introduce missing kfree
Julia Lawall
2009-03-19
1
-2
/
+3
*
PCI: add missing KERN_* constants to printks
Frank Seidel
2009-03-19
2
-10
/
+10
*
PCI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-03-19
1
-1
/
+2
*
PCI: PCIe portdrv: Remove struct pcie_port_service_id
Rafael J. Wysocki
2009-03-19
2
-21
/
+4
*
PCI: PCIe portdrv: Simplily probe callback of service drivers
Rafael J. Wysocki
2009-03-19
2
-3
/
+2
*
powerpc/pseries: The RPA PCI hotplug driver depends on EEH
Michael Ellerman
2009-03-12
1
-1
/
+1
*
PCI: pciehp: Handle interrupts that happen during initialization.
Eric W. Biederman
2009-02-24
3
-8
/
+16
*
PCI hotplug: Change link order of pciehp & acpiphp
Matthew Garrett
2009-01-27
1
-1
/
+5
*
PCI hotplug: fakephp: Allocate PCI resources before adding the device
Darrick J. Wong
2009-01-27
1
-16
/
+26
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2009-01-26
1
-1
/
+3
|
\
|
*
PCI hotplug: fix lock imbalance in pciehp
Jiri Slaby
2009-01-19
1
-1
/
+3
*
|
ACPI PCI hotplug: harden against panic regression
James Bottomley
2009-01-16
1
-0
/
+2
|
/
*
Merge branch 'linus' into release
Len Brown
2009-01-09
16
-389
/
+400
|
\
|
*
PCI hotplug: remove redundant test in cpq hotplug
Julia Lawall
2009-01-07
1
-1
/
+1
|
*
PCI: pciehp: cleanup register and field definitions
Kenji Kaneshige
2009-01-07
1
-229
/
+99
|
*
PCI: pciehp: ignore undefined bit in link status register
Kenji Kaneshige
2009-01-07
1
-2
/
+1
|
*
PCI hotplug: introduce functions for ACPI slot detection
Kenji Kaneshige
2009-01-07
3
-142
/
+89
|
*
PCI: pciehp: add auto option to pciehp_detect_mode
Kenji Kaneshige
2009-01-07
1
-4
/
+76
|
*
PCI: pciehp: add ACPI based slot detection
Kenji Kaneshige
2009-01-07
4
-1
/
+132
|
*
PCI hotplug: cpqphp: use config space PCI interrupt pin encoding
Bjorn Helgaas
2009-01-07
2
-3
/
+3
[prev]
[next]