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
/
acpi
/
pci_root.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI/ACPI: Split _OSC "support" and "control" flags into separate variables
Bjorn Helgaas
2013-09-23
1
-17
/
+18
*
PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()
Bjorn Helgaas
2013-09-23
1
-61
/
+71
*
PCI/ACPI: Drop unnecessary _OSC existence tests
Bjorn Helgaas
2013-09-23
1
-10
/
+1
*
PCI/ACPI: Name _OSC #defines more consistently
Bjorn Helgaas
2013-09-23
1
-10
/
+9
*
ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD
Bjorn Helgaas
2013-09-23
1
-7
/
+7
*
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-08-29
1
-24
/
+38
|
\
|
*
PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when available
Neil Horman
2013-08-29
1
-24
/
+38
*
|
PCI: Assign resources for hot-added host bridge more aggressively
Yinghai Lu
2013-07-25
1
-1
/
+1
*
|
PCI: Delay enabling bridges until they're needed
Yinghai Lu
2013-07-25
1
-3
/
+0
|
/
*
Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-07-03
1
-62
/
+39
|
\
|
*
Merge branch 'pci/jiang-remove-global-list' into next
Bjorn Helgaas
2013-06-03
1
-58
/
+36
|
|
\
|
|
*
PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possible
Jiang Liu
2013-05-29
1
-32
/
+27
|
|
*
PCI/ACPI: Remove unused global list acpi_pci_roots
Jiang Liu
2013-05-29
1
-18
/
+1
|
|
*
PCI/ACPI: Introduce "handle" local for economy of expression
Jiang Liu
2013-05-29
1
-5
/
+6
|
|
*
PCI/ACPI: Combine duplicate adjacent "if" tests
Jiang Liu
2013-05-29
1
-3
/
+2
|
*
|
PCI/ACPI: Check acpi_resource_to_address64() return value
Bjorn Helgaas
2013-05-15
1
-4
/
+3
|
|
/
*
|
PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check
Yinghai Lu
2013-05-17
1
-1
/
+3
|
/
*
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-04-30
1
-2
/
+2
|
\
|
*
Merge branch 'acpi-assorted'
Rafael J. Wysocki
2013-04-28
1
-2
/
+2
|
|
\
|
|
*
PCI / ACPI: Don't query OSC support with all possible controls
Yinghai Lu
2013-03-30
1
-2
/
+2
*
|
|
Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-04-29
1
-47
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
PCI/ACPI: Remove support of ACPI PCI subdrivers
Myron Stowe
2013-04-16
1
-47
/
+1
|
|
/
*
|
Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-04-05
1
-39
/
+37
|
\
\
|
*
|
Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"
Bjorn Helgaas
2013-04-02
1
-39
/
+37
|
|
/
*
|
PCI / ACPI: hold acpi_scan_lock during root bus hotplug
Yinghai Lu
2013-03-27
1
-2
/
+7
|
/
*
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-25
1
-37
/
+133
|
\
|
*
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
2013-02-19
1
-18
/
+0
|
|
\
|
|
*
PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers
Yinghai Lu
2013-02-16
1
-18
/
+0
|
*
|
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
2013-01-26
1
-0
/
+130
|
|
\
\
|
|
|
/
|
|
*
PCI/ACPI: Print info if host bridge notify handler installation fails
Tang Chen
2013-01-25
1
-3
/
+9
|
|
*
PCI: acpiphp: Move host bridge hotplug to pci_root.c
Yinghai Lu
2013-01-25
1
-0
/
+124
|
*
|
ACPI / PCI: Set root bridge ACPI handle in advance
Rafael J. Wysocki
2013-01-13
1
-18
/
+0
|
|
/
|
*
Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Bjorn Helgaas
2013-01-10
1
-55
/
+12
|
|
\
|
*
|
PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses
Yinghai Lu
2013-01-07
1
-1
/
+3
*
|
|
ACPI / PCI: Make PCI root driver use struct acpi_scan_handler
Rafael J. Wysocki
2013-01-30
1
-23
/
+15
*
|
|
ACPI: Remove useless type argument of driver .remove() operation
Rafael J. Wysocki
2013-01-26
1
-2
/
+2
|
|
/
|
/
|
*
|
ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
Rafael J. Wysocki
2013-01-03
1
-31
/
+0
*
|
ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()
Rafael J. Wysocki
2013-01-03
1
-21
/
+11
*
|
ACPI: Change the ordering of PCI root bridge driver registrarion
Rafael J. Wysocki
2013-01-03
1
-3
/
+1
|
/
*
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2012-12-13
1
-70
/
+95
|
\
|
*
PCI/ACPI: Request _OSC control before scanning PCI root bus
Taku Izumi
2012-11-07
1
-59
/
+62
|
*
PCI: Don't pass pci_dev to pci_ext_cfg_avail()
Taku Izumi
2012-11-07
1
-1
/
+1
|
*
PCI/ACPI: Add _PRT interrupt routing info before enumerating devices
Bjorn Helgaas
2012-11-05
1
-14
/
+16
|
*
ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus
Bjorn Helgaas
2012-11-05
1
-2
/
+3
|
*
PCI/ACPI: Remove acpi_root_driver in reverse order
Yinghai Lu
2012-11-03
1
-1
/
+1
|
*
PCI/ACPI: Delete host bridge _PRT during hot remove path
Yinghai Lu
2012-11-03
1
-0
/
+6
|
*
PCI/ACPI: Make acpi_pci_root_remove() stop/remove pci root bus
Yinghai Lu
2012-11-03
1
-0
/
+6
|
*
PCI/ACPI: Assign unassigned resource for hot-added root bus
Yinghai Lu
2012-11-03
1
-0
/
+7
*
|
acpi: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
/
*
Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into next
Bjorn Helgaas
2012-09-24
1
-43
/
+58
|
\
[next]