index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
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: acpiphp: Re-enumerate devices when host bridge receives Bus Check
Yinghai Lu
2013-05-17
1
-0
/
+14
*
Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-04-29
15
-464
/
+306
|
\
|
*
Merge branch 'pci/cleanup' into next
Bjorn Helgaas
2013-04-17
11
-155
/
+148
|
|
\
|
|
*
PCI: Remove "extern" from function declarations
Bjorn Helgaas
2013-04-17
9
-144
/
+138
|
|
*
PCI: Remove __must_check from definitions
Bjorn Helgaas
2013-04-17
2
-3
/
+3
|
|
*
PCI: Remove unused variables
Bjorn Helgaas
2013-04-15
1
-2
/
+0
|
|
*
PCI: Move cpci_hotplug_init() proto to header file
Bjorn Helgaas
2013-04-15
2
-8
/
+9
|
*
|
Merge branch 'pci/jiang-subdrivers' into next
Bjorn Helgaas
2013-04-16
4
-308
/
+157
|
|
\
\
|
|
*
|
PCI: acpiphp: Protect acpiphp data structures from concurrent updates
Jiang Liu
2013-04-16
2
-18
/
+78
|
|
*
|
PCI: acpiphp: Use normal list to simplify implementation
Yijing Wang
2013-04-16
2
-15
/
+12
|
|
*
|
PCI: acpiphp: Do not use ACPI PCI subdriver mechanism
Jiang Liu
2013-04-12
3
-247
/
+57
|
|
*
|
PCI: acpiphp: Convert acpiphp to be builtin only, not modular
Jiang Liu
2013-04-12
3
-17
/
+10
|
|
*
|
PCI: acpiphp: Replace local macros with standard ACPI macros
Jiang Liu
2013-04-12
2
-6
/
+2
|
|
*
|
PCI: acpiphp: Remove all functions even if function 0 doesn't exist
Jiang Liu
2013-04-12
1
-7
/
+0
|
|
*
|
PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()
Yijing Wang
2013-04-12
1
-2
/
+2
|
|
|
/
|
*
|
PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number
Bjorn Helgaas
2013-04-15
1
-1
/
+1
|
|
/
*
|
s390/pci: do not modify function handles
Sebastian Ott
2013-04-17
1
-5
/
+4
*
|
s390/pci: debug device states
Sebastian Ott
2013-04-17
1
-0
/
+3
|
/
*
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-25
9
-383
/
+151
|
\
|
*
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-02-02
1
-2
/
+0
|
|
\
|
|
*
PCI: pciehp: Drop suspend/resume ENTRY messages
Paul Bolle
2013-02-01
1
-2
/
+0
|
*
|
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
2013-02-02
2
-126
/
+17
|
|
\
\
|
|
*
|
PCI: acpiphp: Remove dead code for PCI host bridge hotplug
Jiang Liu
2013-02-02
2
-123
/
+14
|
|
*
|
PCI: acpiphp: Create companion ACPI devices before creating PCI devices
Jiang Liu
2013-02-01
1
-3
/
+3
|
*
|
|
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
2013-01-26
3
-125
/
+49
|
|
\
\
\
|
|
|
/
/
|
|
*
|
PCI: acpiphp: Keep driver loaded even if no slots found
Yinghai Lu
2013-01-25
3
-44
/
+2
|
|
*
|
PCI: acpiphp: Move host bridge hotplug to pci_root.c
Yinghai Lu
2013-01-25
1
-44
/
+15
|
|
*
|
PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()
Yinghai Lu
2013-01-25
1
-36
/
+6
|
|
*
|
PCI: acpiphp: Add is_hotplug_bridge detection
Yinghai Lu
2013-01-25
1
-1
/
+26
|
*
|
|
Merge branch 'pci/acpi-scan2' into next
Bjorn Helgaas
2013-01-26
2
-7
/
+7
|
|
\
\
\
|
|
|
/
/
|
*
|
|
Merge branch 'pci/yijing-ari' into next
Bjorn Helgaas
2013-01-26
4
-100
/
+72
|
|
\
\
\
|
|
*
|
|
PCI: shpchp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
2013-01-25
1
-20
/
+16
|
|
*
|
|
PCI: sgihp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
2013-01-25
1
-34
/
+29
|
|
*
|
|
PCI: cpcihp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
2013-01-25
1
-18
/
+11
|
|
*
|
|
PCI: pciehp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
2013-01-25
1
-28
/
+16
|
*
|
|
|
Merge branch 'pci/yinghai-survey-resources+acpi-scan' into next
Bjorn Helgaas
2013-01-10
2
-31
/
+15
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
PCI: cpqphp: Cleanup and remove unreachable paths
Sasha Levin
2013-01-07
1
-37
/
+20
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2013-02-21
1
-34
/
+26
|
\
\
\
\
|
*
|
|
|
s390/pci: fix hotplug module init
Sebastian Ott
2013-02-14
1
-33
/
+25
|
*
|
|
|
s390/pci: rename pci_probe to s390_pci_probe
Heiko Carstens
2013-02-14
1
-1
/
+1
*
|
|
|
|
ACPI / hotplug: Fix concurrency issues and memory leaks
Rafael J. Wysocki
2013-02-13
2
-1
/
+10
*
|
|
|
|
Merge branch 'acpi-scan' into acpi-cleanup
Rafael J. Wysocki
2013-01-29
1
-7
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
ACPI / scan: Make it clear that acpi_bus_trim() cannot fail
Rafael J. Wysocki
2013-01-26
1
-7
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'acpi-scan' into acpi-cleanup
Rafael J. Wysocki
2013-01-26
2
-35
/
+19
|
\
\
\
\
\
|
|
/
/
/
/
|
|
/
/
/
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
Rafael J. Wysocki
2013-01-19
2
-4
/
+4
|
*
|
|
ACPI / scan: Drop the second argument of acpi_bus_trim()
Rafael J. Wysocki
2013-01-15
2
-3
/
+3
|
|
|
/
|
|
/
|
|
*
|
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
2013-01-03
2
-10
/
+12
|
*
|
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
2013-01-03
2
-19
/
+5
|
*
|
ACPI: Remove acpi_start_single_object() and acpi_bus_start()
Rafael J. Wysocki
2013-01-03
2
-5
/
+1
|
|
/
*
|
PCI: shpchp: Use per-slot workqueues to avoid deadlock
Bjorn Helgaas
2013-01-14
3
-16
/
+18
[next]