Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | ACPICA: All acpica: Update copyrights to 2018 | Bob Moore | 1 | -1/+1 |
2017-07-20 | ACPICA: Tables: Combine checksum/duplication verification together | Lv Zheng | 1 | -105/+20 |
2017-07-20 | ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri... | Lv Zheng | 1 | -1/+1 |
2017-07-20 | ACPICA: Tables: Do not validate signature for dynamic table load | Lv Zheng | 1 | -28/+0 |
2017-07-20 | ACPICA: Tables: Cleanup table handler invokers | Lv Zheng | 1 | -6/+2 |
2017-02-09 | ACPICA: Source tree: Update copyright notices to 2017 | Bob Moore | 1 | -1/+1 |
2017-01-20 | ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table() | Lv Zheng | 1 | -2/+15 |
2016-09-10 | ACPICA: Tables: Add new table events indicating table installation/uninstalla... | Lv Zheng | 1 | -0/+8 |
2016-09-10 | ACPICA: Tables: Remove acpi_tb_install_fixed_table() | Lv Zheng | 1 | -64/+1 |
2016-05-05 | ACPICA: Move all ASCII utilities to a common file | Bob Moore | 1 | -3/+3 |
2016-02-24 | ACPICA: Remove unnecessary arguments to ACPI_INFO | Bob Moore | 1 | -3/+2 |
2016-01-16 | ACPICA: Additional 2016 copyright changes | Bob Moore | 1 | -1/+1 |
2016-01-01 | ACPICA: Core: Major update for code formatting, no functional changes | Bob Moore | 1 | -2/+2 |
2015-08-26 | ACPICA: Tables: Fix global table list issues by removing fixed table indexes | Lv Zheng | 1 | -19/+21 |
2015-07-02 | ACPICA: De-macroize calls to standard C library functions | Bob Moore | 1 | -4/+3 |
2015-04-14 | ACPICA: Tables: Move an iasl specific table function to iasl source file. | Lv Zheng | 1 | -38/+1 |
2015-04-14 | ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_tab... | Octavian Purdila | 1 | -1/+0 |
2015-04-14 | ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers. | Lv Zheng | 1 | -4/+4 |
2015-04-14 | ACPICA: Utilities: Cleanup to convert physical address printing formats. | Lv Zheng | 1 | -6/+9 |
2015-04-14 | ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYS... | Lv Zheng | 1 | -5/+5 |
2015-02-05 | ACPICA: Update Copyright headers to 2015 | David E. Box | 1 | -1/+1 |
2014-06-01 | ACPICA: Tables: Add mechanism to control early table checksum verification. | Lv Zheng | 1 | -4/+4 |
2014-04-21 | ACPICA: Table Manager: Split tbinstal.c into two files. | Bob Moore | 1 | -711/+27 |
2014-04-21 | ACPICA: Table Manager: Misc cleanup and renames, no functional change. | Bob Moore | 1 | -84/+95 |
2014-04-21 | ACPICA: Tables: Add acpi_install_table() API for early table installation. | Lv Zheng | 1 | -5/+11 |
2014-04-21 | ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load. | Lv Zheng | 1 | -0/+12 |
2014-04-21 | ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags. | Lv Zheng | 1 | -17/+14 |
2014-04-21 | ACPICA: Tables: Fix table checksums verification before installation. | Lv Zheng | 1 | -191/+517 |
2014-04-21 | ACPICA: Tables: Fix unbalanced table validations. | Lv Zheng | 1 | -0/+1 |
2014-04-21 | ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics. | Lv Zheng | 1 | -94/+205 |
2014-04-21 | ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table(). | Lv Zheng | 1 | -6/+1 |
2014-04-21 | ACPICA: Tables: Fix the issues in handling virtual addressed tables. | Lv Zheng | 1 | -2/+18 |
2014-04-21 | ACPICA: Remove indent divergences to reduce maintenance overhead. | Lv Zheng | 1 | -1/+5 |
2014-02-11 | ACPICA: Update ACPICA copyrights to 2014. | Bob Moore | 1 | -1/+1 |
2014-02-11 | ACPICA: Deploy new 32/64 printf support for table override mechanism. | Bob Moore | 1 | -7/+8 |
2013-10-31 | ACPICA: Linuxize: Change indentation of C labels. | Lv Zheng | 1 | -3/+3 |
2013-09-24 | ACPICA: Tables: Cleanup table checksum verification code. | Lv Zheng | 1 | -9/+3 |
2013-06-16 | ACPICA: Update interface to acpi_ut_valid_acpi_name() | Bob Moore | 1 | -2/+1 |
2013-06-16 | ACPICA: Standardize all switch() blocks | Chao Guan | 1 | -0/+4 |
2013-01-25 | ACPICA: Update ACPICA copyrights to 2013 | Bob Moore | 1 | -1/+1 |
2012-11-15 | ACPICA: Audit/update for ACPICA return macros and debug depth counter | Bob Moore | 1 | -0/+2 |
2012-09-21 | ACPICA: Table Manager: Merge duplicate code (root table) | Lv Zheng | 1 | -7/+13 |
2012-07-17 | ACPICA: AcpiSrc: Fix some translation issues for Linux conversion | Bob Moore | 1 | -4/+4 |
2012-07-17 | ACPICA: Table manager: deploy new firmware error/warning interfaces | Bob Moore | 1 | -7/+8 |
2012-03-22 | ACPICA: Add acpi_os_physical_table_override interface | Bob Moore | 1 | -20/+97 |
2012-01-17 | ACPICA: Update all copyrights to 2012 | Bob Moore | 1 | -1/+1 |
2011-07-14 | ACPICA: Load operator: re-instate most restrictions on incoming table signature | Bob Moore | 1 | -5/+22 |
2011-01-19 | ACPICA: Update all ACPICA copyrights and signons to 2011 | Bob Moore | 1 | -1/+1 |
2010-05-06 | ACPICA: Clarify/rename some root table descriptor fields | Bob Moore | 1 | -35/+34 |
2010-01-22 | ACPICA: Update all ACPICA copyrights and signons to 2010 | Bob Moore | 1 | -1/+1 |