| Commit message (Expand) | Author | Age |
... | |
| * | ACPICA: Renamed some #defined flag constants for clarity | Bob Moore | 2016-05-05 |
| * | ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors | Bob Moore | 2016-05-05 |
| * | ACPICA: ACPI 6.0: Update _BIX support for new package element | Bob Moore | 2016-05-05 |
| * | ACPICA: Refactor evaluate_object to reduce nesting | Bob Moore | 2016-05-05 |
| * | ACPICA: Divergence: remove unwanted spaces for typedef | Lv Zheng | 2016-05-05 |
| * | ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG... | Lv Zheng | 2016-04-04 |
| * | ACPICA: Events: Fix an issue that _REG association can happen before namespac... | Lv Zheng | 2016-04-04 |
| * | ACPICA: Tables: Fix wrong MLC condition for dynamic table loading | Lv Zheng | 2016-04-04 |
| * | ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers... | Lv Zheng | 2016-04-04 |
| * | ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_o... | Lv Zheng | 2016-04-04 |
| * | Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() | Lv Zheng | 2016-04-04 |
| * | ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() | Lv Zheng | 2016-04-04 |
| * | ACPICA: iASL/Disassembler: Improve handling of unresolved methods | Bob Moore | 2016-04-04 |
| * | ACPICA: All: const keyword changes across the ACPICA source | Bob Moore | 2016-04-04 |
| * | ACPICA: Utilities: Update for strtoul64 merger | Bob Moore | 2016-04-04 |
| * | ACPICA: Cleanup some invocation indentations, no functional change | Bob Moore | 2016-04-04 |
| * | ACPICA: iASL: Cleanup/optimization for ToPLD macro support | Bob Moore | 2016-04-04 |
| * | ACPICA: Interpreter: Update some function headers, no functional change | Bob Moore | 2016-04-04 |
| * | ACPICA: Intepreter: Add object extensions to Concatenate operand | Bob Moore | 2016-04-04 |
| * | ACPICA: ACPI 6.1: Add full support for this version of ACPI spec | Bob Moore | 2016-04-04 |
| * | ACPICA: Tables: Update FADT handling | Bob Moore | 2016-04-04 |
| * | ACPICA: Linuxize: reduce divergences for 20160212 release | Lv Zheng | 2016-04-04 |
* | | ACPICA: Dispatcher: Update thread ID for recursive method calls | Prarit Bhargava | 2016-05-04 |
|/ |
|
* | Merge branch 'acpica' | Rafael J. Wysocki | 2016-03-14 |
|\ |
|
| * | ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT ... | Lv Zheng | 2016-03-10 |
| * | ACPICA: Utilities: Update trace mechinism for acquire_object | Bob Moore | 2016-03-08 |
| * | ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_... | Lv Zheng | 2016-02-24 |
| * | ACPICA: Namespace: Ensure \_SB._INI executed before any _REG | Lv Zheng | 2016-02-24 |
| * | ACPICA: ACPICA: Tune _REG evaluations order in the initialization steps | Lv Zheng | 2016-02-24 |
| * | ACPICA: Tables: make default region accessible during the table load | Lv Zheng | 2016-02-24 |
| * | ACPICA: ACPI 6.0/iASL: Add support for the External AML opcode | David E. Box | 2016-02-24 |
| * | ACPICA: Remove unnecessary arguments to ACPI_INFO | Bob Moore | 2016-02-24 |
| * | ACPICA: debugger: dbconvert: free pld_info on error return path | Colin Ian King | 2016-02-24 |
| * | ACPICA: iASL: Update to use internal acpi_ut_strtoul64 function | Bob Moore | 2016-02-24 |
| * | ACPICA: iASL: Fix some typos with the name strtoul64 | Bob Moore | 2016-02-24 |
| * | ACPICA: Remove incorrect "static" from a global structure | Bob Moore | 2016-02-24 |
| * | ACPICA: aclocal: Put parens around some definitions. | waddlesplash | 2016-02-24 |
* | | ACPICA: Revert "Parser: Fix for SuperName method invocation" | Bob Moore | 2016-03-08 |
|/ |
|
* | ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t' | Lv Zheng | 2016-01-15 |
* | ACPICA: Additional 2016 copyright changes | Bob Moore | 2016-01-15 |
* | ACPICA: Reduce regression fix divergence from upstream ACPICA | Lv Zheng | 2016-01-15 |
* | ACPICA: Drop Linux-specific waking vector functions | Rafael J. Wysocki | 2016-01-04 |
* | ACPICA: Add per-table execution of module-level code | Bob Moore | 2015-12-31 |
* | ACPICA: Add "root node" case to the ACPI name repair code | Bob Moore | 2015-12-31 |
* | ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_r... | Lv Zheng | 2015-12-31 |
* | ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evalua... | Lv Zheng | 2015-12-31 |
* | ACPICA: Events: Split acpi_ev_associate_reg_method() from region initializati... | Lv Zheng | 2015-12-31 |
* | ACPICA: Events: Fix an issue that region object is re-attached to another sco... | Lv Zheng | 2015-12-31 |
* | ACPICA: Utilities: Reorder initialization code | Lv Zheng | 2015-12-31 |
* | ACPICA: Events: Uses common_notify for address space handlers | Lv Zheng | 2015-12-31 |