summaryrefslogtreecommitdiff
path: root/drivers/acpi/tables.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30ACPICA: Add NHLT table signatureCezary Rojewski1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2019-08-19acpi: Disable ACPI table override if the kernel is locked downLinn Crosetto1-0/+6
2019-06-13ACPI: tables: Allow BGRT to be overriddenAndrea Oliveri1-10/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-15/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+66
2019-05-06Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki1-13/+5
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore1-2/+2
2019-04-04acpi: Add HMAT to generic parsing tablesKeith Busch1-0/+9
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-10/+57
2019-03-26ACPI / tables: Clean up whitespaceBjorn Helgaas1-13/+5
2019-01-14ACPI / tables: table override from built-in initrdShunyong Yang1-2/+10
2018-12-20ACPI / tables: Add an ifdef around amlcode and dsdt_amlcodeNathan Chancellor1-0/+2
2018-12-13ACPI / tables: add DSDT AmlCode new declaration name supportWang Dongsheng1-2/+8
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-05-17ACPI: Add PPTT to injectable table listJeremy Linton1-1/+1
2018-05-12ACPI / tables: improve comments regarding acpi_parse_entries_array()Al Stone1-2/+7
2018-02-22ACPI: add NFIT and HMAT to the initrd override listDan Williams1-1/+1
2018-02-07ACPI / tables: Add IORT to injectable table listShunyong Yang1-1/+2
2017-07-20ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng1-2/+2
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-04-19ACPI / tables: Drop acpi_parse_entries() which is not usedBaoquan He1-16/+0
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-10/+7
2016-09-17ACPI / tables: Remove duplicated include from tables.cWei Yongjun1-1/+0
2016-08-31ACPI / tables: do not report the number of entries ignored by acpi_parse_entr...Al Stone1-2/+2
2016-08-31ACPI / tables: fix acpi_parse_entries_array() so it traverses all subtablesAl Stone1-3/+6
2016-08-31ACPI / tables: fix incorrect counts returned by acpi_parse_entries_array()Al Stone1-1/+1
2016-06-22ACPI / tables: move arch-specific symbol to asm/acpi.hAleksey Makarov1-1/+2
2016-06-22ACPI / tables: table upgrade: refactor function definitionsAleksey Makarov1-10/+4
2016-06-22ACPI / tables: table upgrade: use cacheable map for tablesAleksey Makarov1-3/+3
2016-05-06ACPI / tables: Fix DSDT override mechanismRafael J. Wysocki1-0/+4
2016-04-18ACPI / tables: Convert initrd table override to table upgrade mechanismLv Zheng1-14/+34
2016-04-18ACPI / tables: Move table override mechanisms to tables.cLv Zheng1-1/+291
2016-03-14Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki1-0/+10
2016-03-09ACPI / OSL: Add support to install tables via initrdLv Zheng1-0/+2
2016-03-09ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addressesColin Ian King1-0/+10
2015-10-15ACPI / tables: test the correct variableDan Carpenter1-1/+2
2015-10-15ACPI / tables: Add acpi_subtable_proc to ACPI table parsersLukasz Anaczkowski1-18/+75
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-03-25ACPI / table: Print GIC information when MADT is parsedHanjun Guo1-0/+22
2015-03-25ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanningHanjun Guo1-14/+16
2014-11-27ACPI / table: Always count matched and successfully parsed entriesTomasz Nowicki1-1/+4
2014-11-27ACPI / table: Add new function to get table entriesAshwin Chaugule1-19/+44
2014-06-17ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger1-1/+2
2014-06-01ACPI: Fix x86 regression related to early mapping size limitationLv Zheng1-0/+23
2014-03-02ACPI / tables: Replace printk with pr_*Hanjun Guo1-73/+55
2014-01-06ACPI / tables: Return proper error codes from acpi_table_parse() and fix comm...tangchen1-2/+3
2014-01-06ACPI / tables: Check if id is NULL in acpi_table_parse()tangchen1-1/+1