| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | ACPI: Update Memory hotplug error messages | Toshi Kani | 2012-11-21 | 1 | -11/+13 |
| * | | | | | ACPI: Update CPU hotplug error messages | Toshi Kani | 2012-11-21 | 1 | -15/+24 |
| * | | | | | ACPI: Add acpi_handle_<level>() interfaces | Toshi Kani | 2012-11-21 | 1 | -0/+38 |
| * | | | | | ACPI: remove use of __devexit | Bill Pemberton | 2012-11-21 | 2 | -2/+2 |
| * | | | | | ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist. | Lan Tianyu | 2012-11-21 | 1 | -0/+8 |
| * | | | | | ACPI / battery: Correct battery capacity values on Thinkpads | Kamil Iskra | 2012-11-16 | 1 | -0/+77 |
| * | | | | | ACPI: create _SUN sysfs file | Yasuaki Ishimatsu | 2012-11-16 | 1 | -0/+24 |
| * | | | | | ACPI / memhotplug: bind the memory device when the driver is being loaded | Wen Congyang | 2012-11-16 | 1 | -12/+0 |
| * | | | | | ACPI / memhotplug: don't allow to eject the memory device if it is being used | Wen Congyang | 2012-11-16 | 1 | -9/+33 |
| * | | | | | ACPI / memhotplug: free memory device if acpi_memory_enable_device() failed | Wen Congyang | 2012-11-16 | 1 | -1/+3 |
| * | | | | | ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me... | Wen Congyang | 2012-11-16 | 1 | -6/+21 |
| * | | | | | ACPI / memhotplug: deal with eject request in hotplug queue | Wen Congyang | 2012-11-16 | 1 | -79/+9 |
| * | | | | | ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove() | Yasuaki Ishimatsu | 2012-11-16 | 1 | -7/+24 |
| * | | | | | ACPI / memory-hotplug: call acpi_bus_trim() to remove memory device | Wen Congyang | 2012-11-15 | 1 | -1/+2 |
| * | | | | | ACPI: add newline in power.c message | Randy Dunlap | 2012-11-15 | 1 | -1/+1 |
| * | | | | | ACPI: Make seemingly useless check in osl.c more understandable | Rafael J. Wysocki | 2012-11-15 | 1 | -8/+13 |
| * | | | | | ACPI: Add ACPI CPU hot-remove support | Toshi Kani | 2012-11-15 | 1 | -10/+17 |
| * | | | | | ACPI: Export functions for hot-remove | Toshi Kani | 2012-11-15 | 2 | -0/+2 |
| * | | | | | ACPI: Add user space interface for identification objects | Lv Zheng | 2012-11-15 | 1 | -0/+28 |
| * | | | | | ACPI: Add _UID support for ACPI devices. | Lv Zheng | 2012-11-15 | 1 | -0/+4 |
| * | | | | | ACPI / Sleep: add acpi_sleep=nonvs_s3 parameter | Kristen Carlson Accardi | 2012-11-15 | 1 | -1/+16 |
| * | | | | | ACPI: Remove unused lockable in acpi_device_flags | Toshi Kani | 2012-11-15 | 1 | -5/+0 |
| * | | | | | ACPI: Fix stale pointer access to flags.lockable | Toshi Kani | 2012-11-15 | 1 | -1/+5 |
| * | | | | | ACPI: Fix a hard coding style when determining if a device is a container, v3 | Tang Chen | 2012-11-15 | 1 | -3/+14 |
| * | | | | | ACPI / processor: prevent cpu from becoming online | Yasuaki Ishimatsu | 2012-11-15 | 1 | -0/+14 |
| * | | | | | ACPI: strict_strtoul() and printk() cleanup in acpi_pad | Josh | 2012-11-15 | 1 | -4/+4 |
| * | | | | | ACPI: dock: Remove redundant ACPI NS walk | Toshi Kani | 2012-11-15 | 1 | -19/+7 |
| * | | | | | ACPI / EC: Don't count a SCI interrupt as a false one | Feng Tang | 2012-11-15 | 1 | -2/+6 |
| * | | | | | ACPI / EC: Add more debug info and trivial code cleanup | Feng Tang | 2012-11-15 | 1 | -16/+21 |
| * | | | | | ACPI / EC: Cleanup the member name for spinlock/mutex in struct | Feng Tang | 2012-11-15 | 2 | -28/+28 |
| |/ / / / |
|
* | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2012-11-29 | 102 | -624/+2622 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB method | Bob Moore | 2012-11-15 | 3 | -5/+95 |
| * | | | | ACPICA: Update for 64-bit generation of recent error message changes | Bob Moore | 2012-11-15 | 1 | -4/+4 |
| * | | | | ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAME | Bob Moore | 2012-11-15 | 1 | -2/+5 |
| * | | | | ACPICA: Add starting offset parameter to common dump buffer routine | Bob Moore | 2012-11-15 | 6 | -25/+34 |
| * | | | | ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source base | Bob Moore | 2012-11-15 | 2 | -3/+2 |
| * | | | | ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEs | Bob Moore | 2012-11-15 | 4 | -16/+49 |
| * | | | | ACPICA: AcpiExec: Improve algorithm for tracking memory leaks | Bob Moore | 2012-11-15 | 1 | -29/+71 |
| * | | | | ACPICA: Add debug print message for mutex objects that are force-released | Bob Moore | 2012-11-15 | 1 | -1/+5 |
| * | | | | ACPICA: Resource Mgr: Small fix for buffer size calculation | Feng Tang | 2012-11-15 | 1 | -0/+9 |
| * | | | | ACPICA: Remove extra spaces after periods within comments | Bob Moore | 2012-11-15 | 60 | -187/+187 |
| * | | | | ACPICA: Update local C library module comments for ASCII table | Bob Moore | 2012-11-15 | 1 | -130/+131 |
| * | | | | ACPICA: Fix for predefined name loop during ACPICA initialization | Robert Moore | 2012-11-15 | 1 | -2/+2 |
| * | | | | ACPICA: Fix some typos in comments | Bob Moore | 2012-11-15 | 1 | -1/+1 |
| * | | | | ACPICA: ACPICA core: Cleanup empty lines at file start and end | Bob Moore | 2012-11-15 | 23 | -23/+0 |
| * | | | | ACPICA: Audit/update for ACPICA return macros and debug depth counter | Bob Moore | 2012-11-15 | 18 | -22/+27 |
| * | | | | ACPICA: Fix unmerged acmacros.h divergences. | Lv Zheng | 2012-11-15 | 2 | -106/+57 |
| * | | | | ACPICA: Fix indent caused divergences. | Lv Zheng | 2012-11-15 | 27 | -79/+100 |
| * | | | | ACPICA: Fix AcpiSrc caused divergences. | Lv Zheng | 2012-11-15 | 6 | -8/+8 |
| * | | | | ACPICA: Fix divergences of definition conflicts. | Lv Zheng | 2012-11-15 | 6 | -39/+42 |