| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge back new ACPICA material for v4.7. | Rafael J. Wysocki | 2016-05-06 | 111 | -1022/+1662 |
|\ |
|
| * | ACPICA: Move all ASCII utilities to a common file | Bob Moore | 2016-05-05 | 11 | -110/+160 |
| * | ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_w... | Lv Zheng | 2016-05-05 | 1 | -9/+137 |
| * | ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_re... | Lv Zheng | 2016-05-05 | 1 | -13/+62 |
| * | ACPICA: Executer: Introduce a set of macros to handle bit width mask generation | Lv Zheng | 2016-05-05 | 2 | -10/+14 |
| * | ACPICA: Hardware: Add optimized access bit width support | Lv Zheng | 2016-05-05 | 1 | -2/+47 |
| * | ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro | Lv Zheng | 2016-05-05 | 1 | -1/+2 |
| * | ACPICA: Renamed some #defined flag constants for clarity | Bob Moore | 2016-05-05 | 2 | -16/+16 |
| * | ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors | Bob Moore | 2016-05-05 | 2 | -7/+23 |
| * | ACPICA: ACPI 6.0: Update _BIX support for new package element | Bob Moore | 2016-05-05 | 2 | -2/+89 |
| * | ACPICA: Refactor evaluate_object to reduce nesting | Bob Moore | 2016-05-05 | 1 | -56/+55 |
| * | ACPICA: Divergence: remove unwanted spaces for typedef | Lv Zheng | 2016-05-05 | 74 | -253/+252 |
| * | ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG... | Lv Zheng | 2016-04-05 | 1 | -21/+54 |
| * | ACPICA: Events: Fix an issue that _REG association can happen before namespac... | Lv Zheng | 2016-04-05 | 3 | -50/+24 |
| * | ACPICA: Tables: Fix wrong MLC condition for dynamic table loading | Lv Zheng | 2016-04-05 | 1 | -1/+3 |
| * | ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers... | Lv Zheng | 2016-04-05 | 1 | -1/+1 |
| * | ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_o... | Lv Zheng | 2016-04-05 | 1 | -10/+15 |
| * | Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() | Lv Zheng | 2016-04-05 | 1 | -2/+2 |
| * | ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() | Lv Zheng | 2016-04-05 | 1 | -0/+4 |
| * | ACPICA: iASL/Disassembler: Improve handling of unresolved methods | Bob Moore | 2016-04-05 | 1 | -0/+1 |
| * | ACPICA: All: const keyword changes across the ACPICA source | Bob Moore | 2016-04-05 | 25 | -111/+111 |
| * | ACPICA: Utilities: Update for strtoul64 merger | Bob Moore | 2016-04-05 | 5 | -34/+53 |
| * | ACPICA: Cleanup some invocation indentations, no functional change | Bob Moore | 2016-04-05 | 1 | -0/+6 |
| * | ACPICA: iASL: Cleanup/optimization for ToPLD macro support | Bob Moore | 2016-04-05 | 2 | -0/+52 |
| * | ACPICA: Interpreter: Update some function headers, no functional change | Bob Moore | 2016-04-05 | 1 | -6/+6 |
| * | ACPICA: Intepreter: Add object extensions to Concatenate operand | Bob Moore | 2016-04-05 | 3 | -290/+440 |
| * | ACPICA: ACPI 6.1: Add full support for this version of ACPI spec | Bob Moore | 2016-04-05 | 2 | -13/+26 |
| * | ACPICA: Tables: Update FADT handling | Bob Moore | 2016-04-05 | 1 | -7/+11 |
| * | ACPICA: Linuxize: reduce divergences for 20160212 release | Lv Zheng | 2016-04-04 | 2 | -2/+1 |
* | | ACPICA: Dispatcher: Update thread ID for recursive method calls | Prarit Bhargava | 2016-05-04 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'acpica' | Rafael J. Wysocki | 2016-03-14 | 24 | -185/+371 |
|\ |
|
| * | ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT ... | Lv Zheng | 2016-03-10 | 3 | -39/+32 |
| * | ACPICA: Utilities: Update trace mechinism for acquire_object | Bob Moore | 2016-03-08 | 1 | -1/+1 |
| * | ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_... | Lv Zheng | 2016-02-24 | 4 | -4/+4 |
| * | ACPICA: Namespace: Ensure \_SB._INI executed before any _REG | Lv Zheng | 2016-02-24 | 3 | -77/+85 |
| * | ACPICA: ACPICA: Tune _REG evaluations order in the initialization steps | Lv Zheng | 2016-02-24 | 1 | -17/+18 |
| * | ACPICA: Tables: make default region accessible during the table load | Lv Zheng | 2016-02-24 | 2 | -5/+29 |
| * | ACPICA: ACPI 6.0/iASL: Add support for the External AML opcode | David E. Box | 2016-02-24 | 1 | -1/+3 |
| * | ACPICA: Remove unnecessary arguments to ACPI_INFO | Bob Moore | 2016-02-24 | 13 | -29/+18 |
| * | ACPICA: debugger: dbconvert: free pld_info on error return path | Colin Ian King | 2016-02-24 | 1 | -2/+3 |
| * | ACPICA: iASL: Update to use internal acpi_ut_strtoul64 function | Bob Moore | 2016-02-24 | 1 | -38/+206 |
| * | ACPICA: iASL: Fix some typos with the name strtoul64 | Bob Moore | 2016-02-24 | 1 | -1/+1 |
| * | ACPICA: Remove incorrect "static" from a global structure | Bob Moore | 2016-02-24 | 1 | -1/+1 |
| * | ACPICA: aclocal: Put parens around some definitions. | waddlesplash | 2016-02-24 | 1 | -3/+3 |
* | | ACPICA: Revert "Parser: Fix for SuperName method invocation" | Bob Moore | 2016-03-08 | 1 | -5/+4 |
|/ |
|
* | ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t' | Lv Zheng | 2016-01-15 | 1 | -1/+3 |
* | ACPICA: Additional 2016 copyright changes | Bob Moore | 2016-01-15 | 190 | -191/+191 |
* | ACPICA: Reduce regression fix divergence from upstream ACPICA | Lv Zheng | 2016-01-15 | 1 | -6/+7 |
* | ACPICA: Drop Linux-specific waking vector functions | Rafael J. Wysocki | 2016-01-04 | 1 | -77/+19 |
* | ACPICA: Add per-table execution of module-level code | Bob Moore | 2016-01-01 | 2 | -1/+24 |