summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/tbxfload.c
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Update table load object initializationErik Schmauss2019-07-111-7/+3Star
* Revert "ACPICA: Update table load object initialization"Rafael J. Wysocki2019-07-101-3/+7
* ACPICA: Update table load object initializationErik Schmauss2019-07-041-7/+3Star
* ACPI: configfs: Resolve objects on host-directed table loadsNikolaus Voss2019-06-141-0/+11
* ACPICA: Rename nameseg compare macro for clarityBob Moore2019-04-091-7/+8
* ACPICA: Remove legacy module-level code supportErik Schmauss2019-02-181-15/+10Star
* ACPICA: All acpica: Update copyrights to 2019Bob Moore2019-01-151-1/+1
* ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute...Erik Schmauss2018-10-181-2/+1Star
* ACPICA: Cleanup/simplify module-level code supportBob Moore2018-03-181-4/+7
* ACPICA: adding SPDX headersErik Schmauss2018-03-181-36/+2Star
* ACPICA: Rename a global for clarity, no functional changeBob Moore2018-03-181-1/+1
* ACPICA: All acpica: Update copyrights to 2018Bob Moore2018-02-061-1/+1
* ACPICA: Tables: Do not validate signature for dynamic table loadLv Zheng2017-07-201-1/+1
* ACPICA: Source tree: Update copyright notices to 2017Bob Moore2017-02-091-1/+1
* ACPICA: Tables: Add acpi_tb_unload_table()Lv Zheng2016-12-011-30/+1Star
* ACPICA: Tables: Cleanup acpi_tb_install_and_load_table()Lv Zheng2016-12-011-4/+3Star
* ACPICA: Update an info message during table load phaseBob Moore2016-10-211-1/+5
* ACPICA: Tables: Fix "UNLOAD" code path lock issuesLv Zheng2016-09-241-3/+6
* ACPICA: Tables: Tune table mutex to be a leaf lockLv Zheng2016-09-101-44/+6Star
* ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...Lv Zheng2016-09-101-1/+2
* ACPICA: Divergence: Port declarators back to ACPICALv Zheng2016-08-131-2/+2
* ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers...Lv Zheng2016-04-051-1/+1
* ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT ...Lv Zheng2016-03-101-7/+19
* ACPICA: Tables: make default region accessible during the table loadLv Zheng2016-02-241-0/+22
* ACPICA: Remove unnecessary arguments to ACPI_INFOBob Moore2016-02-241-4/+2Star
* ACPICA: Additional 2016 copyright changesBob Moore2016-01-151-1/+1
* ACPICA: Disassembler/tools: Support for multiple ACPI tables in one fileBob Moore2016-01-011-1/+1
* ACPICA: Core: Major update for code formatting, no functional changesBob Moore2016-01-011-0/+1
* ACPICA: Table handling: Cleanup and update debug output for toolsBob Moore2015-08-251-29/+24Star
* ACPICA: acpiexec/acpinames: Support very large number of ACPI tablesBob Moore2015-08-251-5/+12
* ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng2015-08-251-5/+5
* ACPICA: Update info messages during ACPICA initBob Moore2015-08-251-2/+2
* ACPICA: Correctly cleanup after a ACPI table load failureBob Moore2015-08-251-3/+26
* ACPICA: De-macroize calls to standard C library functionsBob Moore2015-07-011-2/+2
* ACPICA: Update for acpi_install_table memory typesZhang Rui2015-07-011-2/+2
* ACPICA: Namespace: Add support of OSDT tableBob Moore2015-07-011-1/+5
* ACPICA: Tables: Enable both 32-bit and 64-bit FACSLv Zheng2015-07-011-1/+2
* ACPICA: Update Copyright headers to 2015David E. Box2015-02-051-1/+1
* ACPICA: Table Manager: Misc cleanup and renames, no functional change.Bob Moore2014-04-201-7/+9
* ACPICA: Tables: Add acpi_install_table() API for early table installation.Lv Zheng2014-04-201-2/+40
* ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng2014-04-201-13/+0Star
* ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng2014-04-201-1/+1
* ACPICA: Tables: Fix table checksums verification before installation.Lv Zheng2014-04-201-10/+16
* ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.Lv Zheng2014-04-201-3/+3
* ACPICA: Update ACPICA copyrights to 2014.Bob Moore2014-02-111-1/+1
* ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng2013-10-311-1/+1
* ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...Lv Zheng2013-10-311-1/+1
* ACPICA: Linuxize: Change indentation of C labels.Lv Zheng2013-10-311-2/+2
* ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng2013-10-311-1/+2
* ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDTLv Zheng2013-06-161-15/+10Star