Age | Commit message (Expand) | Author | Files | Lines |
2015-07-24 | ACPICA: Dispatcher: Add trace support for interpreter | Lv Zheng | 5 | -1/+75 |
2015-07-24 | ACPICA: Dispatcher: Move stack traversal code to dispatcher | Lv Zheng | 4 | -3/+235 |
2015-07-24 | ACPICA: Namespace: Add function to directly return normalized full path | Lv Zheng | 7 | -132/+176 |
2015-07-24 | ACPICA: Executer: Add back pointing reference of method operand | Lv Zheng | 3 | -0/+5 |
2015-07-24 | ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignments | Lv Zheng | 12 | -49/+53 |
2015-07-24 | ACPICA: Parser: Cleanup aml_offset in union acpi_operand_object | Lv Zheng | 3 | -16/+8 |
2015-07-24 | ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_state | Lv Zheng | 4 | -15/+26 |
2015-07-24 | ACPICA: Parser: Reduce parser/namespace divergences for tracer support | Lv Zheng | 3 | -8/+8 |
2015-07-03 | Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."' | Rafael J. Wysocki | 1 | -3/+10 |
2015-07-02 | ACPICA: Comment update, no functional change | gongzg | 1 | -3/+2 |
2015-07-02 | ACPICA: Split C library prototypes to new header | Bob Moore | 2 | -58/+3 |
2015-07-02 | ACPICA: De-macroize calls to standard C library functions | Bob Moore | 50 | -255/+241 |
2015-07-02 | ACPICA: Cleanup output for the ASL Debug object | Bob Moore | 4 | -6/+50 |
2015-07-02 | ACPICA: Update for acpi_install_table memory types | Zhang Rui | 1 | -2/+2 |
2015-07-02 | ACPICA: Namespace: Change namespace override to avoid node deletion | Bob Moore | 1 | -4/+19 |
2015-07-02 | ACPICA: Namespace: Add support of OSDT table | Bob Moore | 3 | -2/+14 |
2015-07-02 | ACPICA: Namespace: Add support to allow overriding objects | Lv Zheng | 5 | -7/+44 |
2015-07-02 | ACPICA: Utilities: Add _CLS processing | Suravee Suthikulpanit | 5 | -4/+148 |
2015-07-02 | ACPICA: Tables: Fix an issue that FACS initialization is performed twice | Lv Zheng | 1 | -4/+6 |
2015-07-02 | ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS | Lv Zheng | 3 | -20/+73 |
2015-07-02 | ACPICA: Tables: Enable both 32-bit and 64-bit FACS | Lv Zheng | 4 | -20/+39 |
2015-07-02 | ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS | Lv Zheng | 1 | -18/+53 |
2015-06-24 | ACPICA: Linuxize: Replace __FUNCTION__ with __func__ | Lv Zheng | 1 | -2/+2 |
2015-06-23 | ACPICA: Linuxize: Reduce divergences for 20150616 release | Lv Zheng | 5 | -5/+4 |
2015-05-22 | ACPICA: ACPI 6.0: Add support for NFIT table. | Bob Moore | 1 | -2/+2 |
2015-05-22 | ACPICA: acpi_help: Add option to display all known/supported ACPI tables. | Bob Moore | 1 | -0/+5 |
2015-05-22 | ACPICA: iASL/disassembler - fix possible fault for -e option. | Bob Moore | 3 | -4/+13 |
2015-05-22 | ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list(). | Lv Zheng | 1 | -5/+4 |
2015-05-22 | ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_metho... | Lv Zheng | 1 | -3/+2 |
2015-05-22 | ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. | Bob Moore | 2 | -6/+3 |
2015-05-22 | ACPICA: Parser: Move a couple externals to the proper header. | Bob Moore | 2 | -3/+3 |
2015-05-22 | ACPICA: ACPI 6.0: Add support for new predefined names. | Bob Moore | 4 | -4/+66 |
2015-05-13 | Revert "ACPICA: Permanently set _REV to the value '2'." | Rafael J. Wysocki | 1 | -10/+3 |
2015-04-15 | ACPICA: Store GPE register enable masks upfront | Rafael J. Wysocki | 2 | -9/+7 |
2015-04-14 | ACPICA: Fix a couple issues with the local printf module. | Lv Zheng | 1 | -5/+8 |
2015-04-14 | ACPICA: Add "//" before ascii output of buffers. | Bob Moore | 1 | -0/+8 |
2015-04-14 | ACPICA: Remove unused internal AML opcode. | Bob Moore | 1 | -1/+0 |
2015-04-14 | ACPICA: Permanently set _REV to the value '2'. | Bob Moore | 1 | -3/+10 |
2015-04-14 | ACPICA: Add "Windows 2015" string to _OSI support. | Bob Moore | 1 | -0/+1 |
2015-04-14 | ACPICA: Add infrastructure for External() opcode. | Bob Moore | 7 | -4/+35 |
2015-04-14 | ACPICA: iASL: Enhancement for constant folding. | Bob Moore | 1 | -5/+0 |
2015-04-14 | ACPICA: iASL/Disassembler: Add option to assume table contains valid AML. | Bob Moore | 1 | -0/+1 |
2015-04-14 | ACPICA: Update AML Debugger global variables. | Bob Moore | 1 | -3/+1 |
2015-04-14 | ACPICA: Update Resource descriptor dump module. | Bob Moore | 2 | -116/+117 |
2015-04-14 | ACPICA: Casting changes around acpi_physical_address/acpi_size. | Bob Moore | 1 | -2/+2 |
2015-04-14 | ACPICA: Resources: Correct conditional compilation definitions. | Lv Zheng | 2 | -0/+4 |
2015-04-14 | ACPICA: Utilities: Correct conditional compilation definitions. | Lv Zheng | 3 | -2/+16 |
2015-04-14 | ACPICA: Tables: Move an iasl specific table function to iasl source file. | Lv Zheng | 3 | -48/+20 |
2015-04-14 | ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push(). | Rickard Strandqvist | 2 | -40/+0 |
2015-04-14 | ACPICA: Applications: Remove use of __DATE__ macro. | Rasmus Villemoes | 1 | -4/+4 |