summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2012-11-15ACPICA: AcpiExec: Improve algorithm for tracking memory leaksBob Moore1-29/+71
2012-11-15ACPICA: Add debug print message for mutex objects that are force-releasedBob Moore1-1/+5
2012-11-15ACPICA: Resource Mgr: Small fix for buffer size calculationFeng Tang1-0/+9
2012-11-15ACPICA: Remove extra spaces after periods within commentsBob Moore60-187/+187
2012-11-15ACPICA: Update local C library module comments for ASCII tableBob Moore1-130/+131
2012-11-15ACPICA: Fix for predefined name loop during ACPICA initializationRobert Moore1-2/+2
2012-11-15ACPICA: Fix some typos in commentsBob Moore1-1/+1
2012-11-15ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore23-23/+0
2012-11-15ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore18-22/+27
2012-11-15ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng2-106/+57
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng27-79/+100
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng6-8/+8
2012-11-15ACPICA: Fix divergences of definition conflicts.Lv Zheng6-39/+42
2012-11-15ACPICA: Fix unmerged debugger divergences.Lv Zheng3-65/+100
2012-11-15ACPICA: Fix unmerged utility divergences.Lv Zheng7-31/+1852
2012-11-15Cleanup of invalid ACPI name handling and repairBob Moore4-33/+28
2012-11-15ACPI: Centralized processing of ACPI device resourcesRafael J. Wysocki2-77/+151
2012-11-15ACPI / platform: Use common ACPI device resource parsing routinesRafael J. Wysocki1-69/+20
2012-11-15ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki2-0/+394
2012-11-15ACPI / platform: use ACPI device name instead of _HID._UIDMika Westerberg1-40/+22
2012-11-15ACPI: Add support for platform bus typeMika Westerberg4-1/+308
2012-11-15ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko1-5/+0
2012-11-15ACPI: Provide generic functions for matching ACPI device nodesMika Westerberg1-5/+35
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg1-8/+6
2012-11-15ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceWen Congyang1-1/+2
2012-11-15ACPI: add newline in power.c messageRandy Dunlap1-1/+1
2012-11-15ACPI: Make seemingly useless check in osl.c more understandableRafael J. Wysocki1-8/+13
2012-11-15ACPI: Add ACPI CPU hot-remove supportToshi Kani1-10/+17
2012-11-15ACPI: Export functions for hot-removeToshi Kani2-0/+2
2012-11-15ACPI: Add user space interface for identification objectsLv Zheng1-0/+28
2012-11-15ACPI: Add _UID support for ACPI devices.Lv Zheng1-0/+4
2012-11-15ACPI / Sleep: add acpi_sleep=nonvs_s3 parameterKristen Carlson Accardi1-1/+16
2012-11-15ACPI: Remove unused lockable in acpi_device_flagsToshi Kani1-5/+0
2012-11-15ACPI: Fix stale pointer access to flags.lockableToshi Kani1-1/+5
2012-11-15ACPI: Fix a hard coding style when determining if a device is a container, v3Tang Chen1-3/+14
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu1-0/+14
2012-11-15ACPI: strict_strtoul() and printk() cleanup in acpi_padJosh1-4/+4
2012-11-15ACPI: dock: Remove redundant ACPI NS walkToshi Kani1-19/+7
2012-11-15ACPI / EC: Don't count a SCI interrupt as a false oneFeng Tang1-2/+6
2012-11-15ACPI / EC: Add more debug info and trivial code cleanupFeng Tang1-16/+21
2012-11-15ACPI / EC: Cleanup the member name for spinlock/mutex in structFeng Tang2-28/+28
2012-11-15ACPI / PM: Provide ACPI PM callback routines for subsystemsRafael J. Wysocki1-0/+317
2012-11-15ACPI / PM: Move device PM functions related to sleep statesRafael J. Wysocki2-57/+60
2012-11-15ACPI / PM: Provide device PM functions operating on struct acpi_deviceRafael J. Wysocki1-3/+12
2012-11-15ACPI / PM: Split device wakeup management routinesRafael J. Wysocki2-22/+60
2012-11-15ACPI / PM: Move runtime remote wakeup setup routine to device_pm.cRafael J. Wysocki2-39/+39
2012-11-15ACPI / PM: Move device power state selection routine to device_pm.cRafael J. Wysocki2-85/+110
2012-11-15ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki2-1/+93
2012-11-15ACPI / PM: Fix device PM kernedoc comments and #ifdefsRafael J. Wysocki1-29/+24
2012-11-15Merge branch 'pm-qos' into acpi-dev-pmRafael J. Wysocki1-4/+17