summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ACPI: Fix x86 regression related to early mapping size limitationLv Zheng2014-06-011-0/+3
| |
| \
*-. \ Merge branches 'acpi-tables' and 'acpi-general'Rafael J. Wysocki2014-06-031-4/+31
|\ \ \
| | * | ACPI: Add acpi_bus_attach_private_data() to attach data to ACPI handleLan Tianyu2014-05-271-4/+24
| | |/
| * | ACPI: Fix conflict between customized DSDT and DSDT local copyLv Zheng2014-05-171-0/+7
| |/
* | ACPI / notify: Clean up handling of hotplug eventsRafael J. Wysocki2014-05-071-11/+7
|/
* ACPI / notify: Do not block unknown type notifications in root handlerRafael J. Wysocki2014-04-241-3/+2
* Merge branch 'acpi-ost'Rafael J. Wysocki2014-03-171-3/+1
|\
| * ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OSTRafael J. Wysocki2014-02-221-3/+1
* | ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()Rafael J. Wysocki2014-03-051-1/+1
|/
* ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()Rafael J. Wysocki2014-02-061-23/+38
* ACPI / hotplug: Fix potential race in acpi_bus_notify()Rafael J. Wysocki2014-02-051-2/+4
*-. Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '...Rafael J. Wysocki2014-01-291-0/+9
|\ \
| | * ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator...Mark Brown2014-01-281-0/+9
| |/
* | Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-12-311-0/+10
|\ \ | |/
| * ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2013-12-311-0/+10
* | Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2013-12-071-2/+0
|\ \
| * | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0
| |/
* | ACPI: Introduce acpi_set_device_status()Rafael J. Wysocki2013-11-221-8/+3
* | ACPI / hotplug: Drop unfinished global notification handling routinesRafael J. Wysocki2013-11-221-62/+2
|/
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-9/+9
|\
| * ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas2013-09-231-9/+9
* | ACPI, x86: Extended error log driver for x86 platformChen, Gong2013-10-231-1/+2
|/
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-120/+0
|\
| * ACPI: Move acpi_bus_get_device() from bus.c to scan.cRafael J. Wysocki2013-08-061-21/+0
| * ACPI: Cleanup sparse warning on acpi_os_initialize1()Lv Zheng2013-07-261-1/+0
| * ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-98/+0
* | ACPI: Drop ACPI bus notifier call chainRafael J. Wysocki2013-07-151-16/+0
* | ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu2013-07-151-5/+1
|/
* ACPI: Remove useless initializersBjorn Helgaas2013-06-191-9/+8
* ACPI: replace kmalloc+memcpy with kmemdupAndrei Epure2013-03-241-3/+2
* ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki2013-01-191-293/+0
* ACPI / PM: Common string representations of device power statesRafael J. Wysocki2013-01-171-6/+12
* ACPI / PM: More visible function for retrieving device power statesRafael J. Wysocki2013-01-171-3/+12
* ACPI / PM: Change the way power transitions to D3cold are carried outRafael J. Wysocki2013-01-171-2/+10
* ACPI / PM: Add check preventing transitioning to non-D0 state from D3.Lv Zheng2012-11-161-0/+6
* ACPI / PM: Provide device PM functions operating on struct acpi_deviceRafael J. Wysocki2012-11-151-3/+12
* ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming2012-09-251-2/+6
* ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-141-0/+10
*---. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-261-0/+4
|\ \ \
| | | * ACPI: Set hotplug _OST support bit to _OSCToshi Kani2012-06-041-0/+4
| | |/ | |/|
* | | ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctlyRafael J. Wysocki2012-05-291-22/+29
* | | ACPI / PM: Fix error messages in drivers/acpi/bus.cRafael J. Wysocki2012-05-291-9/+28
|/ /
* | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki2012-05-171-0/+4
|/
* ACPI: export acpi_kobjMatthew Garrett2012-03-301-0/+1
* ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki2011-11-061-6/+2
* ACPI: APEI build fixLen Brown2011-08-031-2/+0
* ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying2011-07-131-2/+14
* ACPI: Add D3 cold stateLin Ming2011-05-291-1/+1
* PM: Drop pm_flags that is not necessaryRafael J. Wysocki2011-03-151-17/+5
* PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki2011-03-151-3/+4
OpenPOWER on IntegriCloud