summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ACPI: Update Dock hotplug error messagesToshi Kani2012-11-211-16/+14
| * | | | | ACPI: Update Container hotplug error messagesToshi Kani2012-11-211-8/+2
| * | | | | ACPI: Update Memory hotplug error messagesToshi Kani2012-11-211-11/+13
| * | | | | ACPI: Update CPU hotplug error messagesToshi Kani2012-11-211-15/+24
| * | | | | ACPI: Add acpi_handle_<level>() interfacesToshi Kani2012-11-211-0/+38
| * | | | | ACPI: remove use of __devexitBill Pemberton2012-11-212-2/+2
| * | | | | ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist.Lan Tianyu2012-11-211-0/+8
| * | | | | ACPI / battery: Correct battery capacity values on ThinkpadsKamil Iskra2012-11-161-0/+77
| * | | | | ACPI: create _SUN sysfs fileYasuaki Ishimatsu2012-11-161-0/+24
| * | | | | ACPI / memhotplug: bind the memory device when the driver is being loadedWen Congyang2012-11-161-12/+0
| * | | | | ACPI / memhotplug: don't allow to eject the memory device if it is being usedWen Congyang2012-11-161-9/+33
| * | | | | ACPI / memhotplug: free memory device if acpi_memory_enable_device() failedWen Congyang2012-11-161-1/+3
| * | | | | ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me...Wen Congyang2012-11-161-6/+21
| * | | | | ACPI / memhotplug: deal with eject request in hotplug queueWen Congyang2012-11-161-79/+9
| * | | | | ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()Yasuaki Ishimatsu2012-11-161-7/+24
| * | | | | ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceWen Congyang2012-11-151-1/+2
| * | | | | ACPI: add newline in power.c messageRandy Dunlap2012-11-151-1/+1
| * | | | | ACPI: Make seemingly useless check in osl.c more understandableRafael J. Wysocki2012-11-151-8/+13
| * | | | | ACPI: Add ACPI CPU hot-remove supportToshi Kani2012-11-151-10/+17
| * | | | | ACPI: Export functions for hot-removeToshi Kani2012-11-152-0/+2
| * | | | | ACPI: Add user space interface for identification objectsLv Zheng2012-11-151-0/+28
| * | | | | ACPI: Add _UID support for ACPI devices.Lv Zheng2012-11-151-0/+4
| * | | | | ACPI / Sleep: add acpi_sleep=nonvs_s3 parameterKristen Carlson Accardi2012-11-151-1/+16
| * | | | | ACPI: Remove unused lockable in acpi_device_flagsToshi Kani2012-11-151-5/+0
| * | | | | ACPI: Fix stale pointer access to flags.lockableToshi Kani2012-11-151-1/+5
| * | | | | ACPI: Fix a hard coding style when determining if a device is a container, v3Tang Chen2012-11-151-3/+14
| * | | | | ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu2012-11-151-0/+14
| * | | | | ACPI: strict_strtoul() and printk() cleanup in acpi_padJosh2012-11-151-4/+4
| * | | | | ACPI: dock: Remove redundant ACPI NS walkToshi Kani2012-11-151-19/+7
| * | | | | ACPI / EC: Don't count a SCI interrupt as a false oneFeng Tang2012-11-151-2/+6
| * | | | | ACPI / EC: Add more debug info and trivial code cleanupFeng Tang2012-11-151-16/+21
| * | | | | ACPI / EC: Cleanup the member name for spinlock/mutex in structFeng Tang2012-11-152-28/+28
| |/ / / /
* | | | | Merge branch 'acpica'Rafael J. Wysocki2012-11-29102-624/+2622
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB methodBob Moore2012-11-153-5/+95
| * | | | ACPICA: Update for 64-bit generation of recent error message changesBob Moore2012-11-151-4/+4
| * | | | ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAMEBob Moore2012-11-151-2/+5
| * | | | ACPICA: Add starting offset parameter to common dump buffer routineBob Moore2012-11-156-25/+34
| * | | | ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source baseBob Moore2012-11-152-3/+2
| * | | | ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEsBob Moore2012-11-154-16/+49
| * | | | ACPICA: AcpiExec: Improve algorithm for tracking memory leaksBob Moore2012-11-151-29/+71
| * | | | ACPICA: Add debug print message for mutex objects that are force-releasedBob Moore2012-11-151-1/+5
| * | | | ACPICA: Resource Mgr: Small fix for buffer size calculationFeng Tang2012-11-151-0/+9
| * | | | ACPICA: Remove extra spaces after periods within commentsBob Moore2012-11-1560-187/+187
| * | | | ACPICA: Update local C library module comments for ASCII tableBob Moore2012-11-151-130/+131
| * | | | ACPICA: Fix for predefined name loop during ACPICA initializationRobert Moore2012-11-151-2/+2
| * | | | ACPICA: Fix some typos in commentsBob Moore2012-11-151-1/+1
| * | | | ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore2012-11-1523-23/+0
| * | | | ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore2012-11-1518-22/+27
| * | | | ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng2012-11-152-106/+57
| * | | | ACPICA: Fix indent caused divergences.Lv Zheng2012-11-1527-79/+100
OpenPOWER on IntegriCloud