summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_root.c
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-261-3/+3
* pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplugJiang Liu2014-11-181-2/+14
* ACPI: Support _OSI("Darwin") correctlyMatthew Garrett2014-09-241-0/+14
* ACPI / PM: Revork the handling of ACPI device wakeup notificationsRafael J. Wysocki2014-07-231-1/+1
*-. Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-pci', 'acpi-lpss' and 'a...Rafael J. Wysocki2014-03-201-2/+0Star
|\ \
| * | ACPI: Remove duplicate definitions of PREFIXHanjun Guo2014-03-191-2/+0Star
| |/
* / ACPI / hotplug / PCI: Rework acpiphp_check_host_bridge()Rafael J. Wysocki2014-02-061-1/+1
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-251-114/+12Star
|\
| * Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2013-12-071-3/+1Star
| |\
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-3/+1Star
| * | ACPI / hotplug: Make ACPI PCI root hotplug use common hotplug codeRafael J. Wysocki2013-11-221-114/+11Star
| * | ACPI / hotplug: Introduce common hotplug function acpi_device_hotplug()Rafael J. Wysocki2013-11-221-1/+3
| * | ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki2013-11-221-2/+3
| * | Merge back earlier acpi-hotplug material.Rafael J. Wysocki2013-11-221-0/+3
| |\ \ | | |/ | |/|
* | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-0/+6
|\ \ \
| * | | ACPI / PCI: Use global PCI rescan-remove locking in PCI root hotplugRafael J. Wysocki2014-01-141-0/+6
| |/ /
* | | Merge branches 'acpi-hotplug', 'acpi-sysfs' and 'acpi-sleep'Rafael J. Wysocki2013-11-251-0/+3
|\ \ \ | |/ / |/| / | |/
| * ACPI / hotplug: Fix conflicted PCI bridge notify handlersToshi Kani2013-11-201-0/+3
* | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-11-191-0/+1
|\|
| * ACPI / PCI root: Clear driver_data before failing enumerationRafael J. Wysocki2013-11-191-0/+1
* | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-98/+148
|\ \ | |/ |/|
| * PCI/ACPI: Decode _OSC bitmasks symbolicallyBjorn Helgaas2013-09-241-17/+67
| * PCI/ACPI: Separate out _OSC "we don't support enough services" pathBjorn Helgaas2013-09-241-42/+42
| * PCI/ACPI: Separate out _OSC "PCIe port services disabled" pathBjorn Helgaas2013-09-241-2/+6
| * PCI/ACPI: Skip _OSC control tests if _OSC support call failedBjorn Helgaas2013-09-241-5/+5
| * PCI/ACPI: Run _OSC only once for OSPM feature supportBjorn Helgaas2013-09-241-12/+7Star
| * PCI/ACPI: Split _OSC "support" and "control" flags into separate variablesBjorn Helgaas2013-09-241-17/+18
| * PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()Bjorn Helgaas2013-09-241-61/+71
| * PCI/ACPI: Drop unnecessary _OSC existence testsBjorn Helgaas2013-09-241-10/+1Star
| * PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2013-09-241-10/+9Star
| * ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas2013-09-241-7/+7
* | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-071-11/+3Star
* | ACPI / hotplug: Carry out PCI root eject directlyRafael J. Wysocki2013-11-071-14/+10Star
* | ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki2013-11-071-0/+2
* | ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki2013-11-071-18/+2Star
* | ACPI / hotplug: Fix handle_root_bridge_removal()Rafael J. Wysocki2013-11-071-1/+4
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-301-24/+38
|\
| * PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when availableNeil Horman2013-08-291-24/+38
* | PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu2013-07-251-1/+1
* | PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-3/+0Star
|/
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-041-62/+39Star
|\
| * Merge branch 'pci/jiang-remove-global-list' into nextBjorn Helgaas2013-06-031-58/+36Star
| |\
| | * PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possibleJiang Liu2013-05-291-32/+27Star
| | * PCI/ACPI: Remove unused global list acpi_pci_rootsJiang Liu2013-05-291-18/+1Star
| | * PCI/ACPI: Introduce "handle" local for economy of expressionJiang Liu2013-05-291-5/+6
| | * PCI/ACPI: Combine duplicate adjacent "if" testsJiang Liu2013-05-291-3/+2Star
| * | PCI/ACPI: Check acpi_resource_to_address64() return valueBjorn Helgaas2013-05-151-4/+3Star
| |/
* / PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu2013-05-171-1/+3
|/
* Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-011-2/+2
|\
| * Merge branch 'acpi-assorted'Rafael J. Wysocki2013-04-281-2/+2
| |\