summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/tbxfload.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+24
* 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/+0
* 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/+10
* ACPICA: Update ACPICA copyrights to 2013Bob Moore2013-01-251-1/+1
* ACPICA: Update ACPICA initialization messages.Bob Moore2013-01-101-1/+1
* ACPICA: Fix some typos in commentsBob Moore2012-11-151-1/+1
* ACPICA: Add new ACPI table load/unload external interfacesBob Moore2012-07-171-0/+178
* ACPICA: Split file: tbxface.c -> tbxfload.cBob Moore2012-07-171-0/+211