summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng2013-10-3120-20/+37
* ACPICA: Hardcode access width for the reset register.Bob Moore2013-10-301-2/+8
* ACPICA: Fix possible memory leaks in the GPE handling.Lv Zheng2013-10-301-0/+1
* ACPICA: Cleanup memory allocation macros and configurability.Lv Zheng2013-10-304-120/+59
* ACPICA: Add safe versions of common string functions.Bob Moore2013-10-303-1/+74
* ACPICA: Add history/line-editing for Unix/Linux systems.Bob Moore2013-10-301-0/+2
* ACPICA: Add a check for a null node during namespace walk.Bob Moore2013-10-301-0/+7
* ACPICA: Table print header function: Increase default width for table length.Bob Moore2013-10-301-3/+3
* ACPICA: Ensure that debug output is immediately disabled on termination.Tomasz Nowicki2013-10-301-0/+1
* ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.Bob Moore2013-09-241-3/+1
* ACPICA: Tables: Cleanup RSDP signature codes.Lv Zheng2013-09-242-3/+2
* ACPICA: Tables: Cleanup table checksum verification code.Lv Zheng2013-09-242-9/+13
* ACPICA: Debugger: Add new command to display full namespace pathnames.Bob Moore2013-09-243-0/+142
* ACPICA: Operation region support: Never free the handler "context" pointer.David E. Box2013-09-241-10/+13
* ACPICA: Add support for host-installed SCI handlers.Lv Zheng2013-09-249-20/+236
* ACPICA: Validate start object for acpi_walk_namespace.Bob Moore2013-09-241-0/+8
* ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav...Bob Moore2013-09-241-7/+10
* ACPICA: Debug output: small formatting update, no functional change.Bob Moore2013-09-241-1/+1
* ACPICA: acpi_read: On error, do not modify the return value target location.Bjorn Helgaas2013-09-241-12/+14
* ACPICA: Improve error message for "too many parent prefixes" condition.Bob Moore2013-09-241-2/+3
* ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.Bob Moore2013-09-061-64/+102
* Merge branch 'acpica'Rafael J. Wysocki2013-08-2720-77/+232
|\
| * ACPICA: Update names for walk_namespace callbacks to clarify usage.Bob Moore2013-08-133-23/+23
| * ACPICA: Return error if DerefOf resolves to a null package element.Bob Moore2013-08-131-3/+10
| * ACPICA: Make ACPI Power Management Timer (PM Timer) optional.Bob Moore2013-08-132-3/+14
| * ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.Lv Zheng2013-08-132-2/+6
| * ACPICA: Fix possible fault for methods that optionally have no return value.Bob Moore2013-08-131-1/+15
| * ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...Bob Moore2013-08-081-3/+32
| * ACPICA: Emit all unresolved method externals in a text blockBob Moore2013-08-081-0/+1
| * ACPICA: Export acpi_tb_validate_rsdp().Bob Moore2013-08-082-6/+4
| * ACPICA: Add acpi_update_interfaces() public interfaceLv Zheng2013-07-234-13/+98
| * ACPICA: Fix compiler warnings for casting issues (only some compilers)Jung-uk Kim2013-07-232-4/+6
| * ACPICA: Remove restriction of 256 maximum GPEs in any GPE blockBob Moore2013-07-231-11/+0
| * ACPICA: Disassembler: Expand maximum output string length to 64KBob Moore2013-07-232-3/+4
| * ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp()Bob Moore2013-07-232-3/+6
| * ACPICA: Update comments about behavior when _STA does not existBob Moore2013-07-232-2/+13
* | ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep pathBen Guthro2013-07-311-0/+9
|/
* ACPICA: expose OSI versionAaron Lu2013-07-181-13/+0
* ACPICA: _CST repair: Handle null package entriesLv Zheng2013-06-201-12/+12
* ACPICA: Add several repairs for _CST predefined nameLv Zheng2013-06-202-12/+163
* ACPICA: Move _PRT repair into the standard complex repair moduleLv Zheng2013-06-204-54/+99
* ACPICA: Clear events initialized flag upon event component terminationTomasz Nowicki2013-06-161-0/+2
* ACPICA: Fix possible memory leak in GPE init error pathTomasz Nowicki2013-06-161-0/+2
* ACPICA: ACPICA Termination: Delete global lock pending lockTomasz Nowicki2013-06-161-0/+1
* ACPICA: Update interface to acpi_ut_valid_acpi_name()Bob Moore2013-06-163-7/+6
* ACPICA: Do not use extended sleep registers unless HW-reduced bit is setLv Zheng2013-06-161-3/+5
* ACPICA: Split table print utilities to a new a separate fileBob Moore2013-06-163-190/+239
* ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDTLv Zheng2013-06-162-15/+16
* ACPICA: Standardize all switch() blocksChao Guan2013-06-1671-77/+242
* ACPICA: Split internal error msg routines to a separate fileBob Moore2013-06-165-278/+333
OpenPOWER on IntegriCloud