summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2012-11-21ACPI: Update Memory hotplug error messagesToshi Kani
2012-11-21ACPI: Update CPU hotplug error messagesToshi Kani
2012-11-21ACPI: Add acpi_handle_<level>() interfacesToshi Kani
2012-11-21ACPI: remove use of __devexitBill Pemberton
2012-11-21ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.Lan Tianyu
2012-11-20ACPI / platform: Initialize ACPI handles of platform devices in advanceRafael J. Wysocki
2012-11-20ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki
2012-11-20ACPI: Allow ACPI handles of devices to be initialized in advanceRafael J. Wysocki
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-16ACPI / battery: Correct battery capacity values on ThinkpadsKamil Iskra
2012-11-16ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walksRafael J. Wysocki
2012-11-16ACPI: create _SUN sysfs fileYasuaki Ishimatsu
2012-11-16ACPI / PM: Add check preventing transitioning to non-D0 state from D3.Lv Zheng
2012-11-16ACPI / memhotplug: bind the memory device when the driver is being loadedWen Congyang
2012-11-16ACPI / memhotplug: don't allow to eject the memory device if it is being usedWen Congyang
2012-11-16ACPI / memhotplug: free memory device if acpi_memory_enable_device() failedWen Congyang
2012-11-16ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me...Wen Congyang
2012-11-16ACPI / memhotplug: deal with eject request in hotplug queueWen Congyang
2012-11-16ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()Yasuaki Ishimatsu
2012-11-14ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB methodBob Moore
2012-11-14ACPICA: Update for 64-bit generation of recent error message changesBob Moore
2012-11-14ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAMEBob Moore
2012-11-14ACPICA: Add starting offset parameter to common dump buffer routineBob Moore
2012-11-14ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source baseBob Moore
2012-11-14ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEsBob Moore
2012-11-14ACPICA: AcpiExec: Improve algorithm for tracking memory leaksBob Moore
2012-11-14ACPICA: Add debug print message for mutex objects that are force-releasedBob Moore
2012-11-14ACPICA: Resource Mgr: Small fix for buffer size calculationFeng Tang
2012-11-14ACPICA: Remove extra spaces after periods within commentsBob Moore
2012-11-14ACPICA: Update local C library module comments for ASCII tableBob Moore
2012-11-14ACPICA: Fix for predefined name loop during ACPICA initializationRobert Moore
2012-11-14ACPICA: Fix some typos in commentsBob Moore
2012-11-14ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore
2012-11-14ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore
2012-11-14ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng
2012-11-14ACPICA: Fix indent caused divergences.Lv Zheng
2012-11-14ACPICA: Fix AcpiSrc caused divergences.Lv Zheng
2012-11-14ACPICA: Fix divergences of definition conflicts.Lv Zheng
2012-11-14ACPICA: Fix unmerged debugger divergences.Lv Zheng
2012-11-14ACPICA: Fix unmerged utility divergences.Lv Zheng
2012-11-14Cleanup of invalid ACPI name handling and repairBob Moore
2012-11-14ACPI: Centralized processing of ACPI device resourcesRafael J. Wysocki
2012-11-14ACPI / platform: Use common ACPI device resource parsing routinesRafael J. Wysocki
2012-11-14ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki
2012-11-14ACPI / platform: use ACPI device name instead of _HID._UIDMika Westerberg
2012-11-14ACPI: Add support for platform bus typeMika Westerberg
2012-11-14ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko
2012-11-14ACPI: Provide generic functions for matching ACPI device nodesMika Westerberg
2012-11-14driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg
2012-11-14ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceWen Congyang