Age | Commit message (Expand) | Author | Files | Lines |
2018-08-15 | ACPICA: Utilities: split hex detection into smaller functions | Erik Schmauss | 1 | -0/+2 |
2018-03-18 | ACPICA: adding SPDX headers | Erik Schmauss | 1 | -36/+2 |
2018-02-06 | ACPICA: All acpica: Update copyrights to 2018 | Bob Moore | 1 | -1/+1 |
2018-01-05 | ACPICA: Create and deploy safe version of strncpy | Bob Moore | 1 | -1/+3 |
2017-11-27 | ACPICA: Update linkage for get mutex name interface | Bob Moore | 1 | -2/+2 |
2017-11-27 | ACPICA: Enhance error messages from namespace create/lookup operations | Bob Moore | 1 | -5/+7 |
2017-11-27 | ACPICA: Update output from ACPI_EXCEPTION macro | Bob Moore | 1 | -3/+0 |
2017-10-04 | ACPICA: String conversions: Update to add new behaviors | Bob Moore | 1 | -0/+2 |
2017-10-04 | ACPICA: Restructure/cleanup all string-to-integer conversion functions | Bob Moore | 1 | -6/+25 |
2017-08-04 | ACPICA: Implement deferred resolution of reference package elements | Bob Moore | 1 | -1/+1 |
2017-08-04 | ACPICA: CLib: Add short multiply/shift support | Lv Zheng | 1 | -0/+7 |
2017-06-12 | ACPICA: ACPI 6.2: Add support for PinConfig() resource | Mika Westerberg | 1 | -0/+1 |
2017-02-09 | ACPICA: Source tree: Update copyright notices to 2017 | Bob Moore | 1 | -1/+1 |
2016-12-09 | ACPICA: Utilities: Add new decode function for parser values | Bob Moore | 1 | -0/+2 |
2016-09-10 | ACPICA: Cleanup for all string-to-integer conversions | Bob Moore | 1 | -7/+10 |
2016-08-13 | ACPICA: Clib: Add -nostdinc support for EFI layer | Lv Zheng | 1 | -19/+0 |
2016-08-13 | ACPICA: Utilities: Introduce facility to allow Linux to set correct logging l... | Lv Zheng | 1 | -0/+12 |
2016-08-13 | ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces. | Jung-uk Kim | 1 | -0/+5 |
2016-05-05 | ACPICA: Move all ASCII utilities to a common file | Bob Moore | 1 | -4/+9 |
2016-05-05 | ACPICA: Divergence: remove unwanted spaces for typedef | Lv Zheng | 1 | -11/+11 |
2016-04-05 | ACPICA: All: const keyword changes across the ACPICA source | Bob Moore | 1 | -6/+8 |
2016-04-05 | ACPICA: Utilities: Update for strtoul64 merger | Bob Moore | 1 | -1/+8 |
2016-01-16 | ACPICA: Additional 2016 copyright changes | Bob Moore | 1 | -1/+1 |
2016-01-01 | ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method." | Bob Moore | 1 | -4/+0 |
2016-01-01 | ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file | Bob Moore | 1 | -12/+0 |
2016-01-01 | ACPICA: acpiexec: Add support for AML files containing multiple tables | Bob Moore | 1 | -0/+4 |
2016-01-01 | ACPICA: Add "const" to some functions that return fixed strings | LABBE Corentin | 1 | -7/+7 |
2015-10-22 | ACPI: Enable build of AML interpreter debugger | Lv Zheng | 1 | -2/+0 |
2015-08-26 | ACPICA: acpinames: Add new options and wildcard support | Bob Moore | 1 | -1/+1 |
2015-07-24 | ACPICA: Cleanup use of all non-ANSI local C library functions | Bob Moore | 1 | -12/+11 |
2015-07-02 | ACPICA: Split C library prototypes to new header | Bob Moore | 1 | -58/+0 |
2015-07-02 | ACPICA: De-macroize calls to standard C library functions | Bob Moore | 1 | -24/+22 |
2015-07-02 | ACPICA: Utilities: Add _CLS processing | Suravee Suthikulpanit | 1 | -0/+4 |
2015-05-22 | ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. | Bob Moore | 1 | -1/+1 |
2015-04-14 | ACPICA: Utilities: Correct conditional compilation definitions. | Lv Zheng | 1 | -2/+12 |
2015-04-14 | ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push(). | Rickard Strandqvist | 1 | -6/+0 |
2015-04-14 | ACPICA: Linuxize: Reduce divergences for 20150410 release. | Lv Zheng | 1 | -2/+0 |
2015-02-05 | ACPICA: Update Copyright headers to 2015 | David E. Box | 1 | -1/+1 |
2014-07-31 | ACPICA: acpihelp: Add UUID support, restructure some existing files. | Bob Moore | 1 | -0/+9 |
2014-07-08 | ACPICA: acpidump: Reduce freopen() invocations to improve portability | Lv Zheng | 1 | -0/+7 |
2014-07-08 | ACPICA: Common: Enhance acpi_getopt() to improve portability | Lv Zheng | 1 | -0/+2 |
2014-07-08 | ACPICA: Utilities: Add formatted printing APIs | Lv Zheng | 1 | -0/+19 |
2014-07-08 | ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubs | Lv Zheng | 1 | -1/+0 |
2014-07-08 | ACPICA: Utilities: Add support to read table from files | Lv Zheng | 1 | -0/+8 |
2014-07-08 | ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT() | Lv Zheng | 1 | -1/+1 |
2014-04-21 | ACPICA: acpidump: Update new structures and add missing file. | Lv Zheng | 1 | -1/+1 |
2014-04-21 | ACPICA: Disassembler: Add decoding of Notify() values. | Bob Moore | 1 | -2/+1 |
2014-04-21 | ACPICA: Disassembler: Add support to decode _HID and _CID values. | Bob Moore | 1 | -0/+7 |
2014-03-18 | ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)." | Robert Moore | 1 | -4/+0 |
2014-02-27 | ACPICA: Headers: Deploy #pragma pack (push) and (pop). | Bob Moore | 1 | -0/+4 |