summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: tables: Fix the stale comments for acpi_locate_initial_tables()Hanjun Guo2022-11-101-4/+3
* ACPI: tables: Print CORE_PIC information when MADT is parsedHuacai Chen2022-11-031-0/+10
* ACPI: tables: Make LAPIC_ADDR_OVR address readable in messageVasant Hegde2022-03-251-2/+2
* ACPI: tables: Add AGDI to the list of known table signaturesIlkka Koskinen2022-03-101-1/+1
* Merge back ACPI tables material for 5.18.Rafael J. Wysocki2022-02-181-1/+1
|\
| * ACPI: tables: Add CEDT signature to the list of known tablesRobert Kiraly2022-02-041-1/+1
* | ACPI: tables: Quiet ACPI table not found warningDan Williams2022-02-151-1/+1
|/
* Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-01-121-21/+66
|\
| * ACPI: Add a context argument for table parsing handlersDan Williams2021-11-151-7/+44
| * ACPI: Teach ACPI table parsing about the CEDT header formatDan Williams2021-11-151-0/+9
| * ACPI: Keep sub-table parsing infrastructure available for modulesDan Williams2021-11-151-14/+13
| |
| \
*-. | Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...Rafael J. Wysocki2022-01-101-1/+1
|\ \|
| * | ACPI: tables: Add AEST to the list of known table signaturesShuuichirou Ishii2021-12-151-1/+1
| |/
* / ACPICA: Use original pointer for virtual origin tablesJessica Clarke2021-12-271-2/+2
|/
* memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport2021-10-211-0/+3
* memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-3/+2
* ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda2021-06-101-0/+9
* ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-03-291-3/+39
* ACPI: tables: Remove the duplicated checks for acpi_parse_entries_array()Hanjun Guo2020-07-271-14/+3
* ACPI: tables: avoid relocations for table signature arrayArd Biesheuvel2020-06-241-4/+4
* ACPICA: Add NHLT table signatureCezary Rojewski2020-03-301-1/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+6
|\
| * acpi: Disable ACPI table override if the kernel is locked downLinn Crosetto2019-08-191-0/+6
* | ACPI: tables: Allow BGRT to be overriddenAndrea Oliveri2019-06-131-10/+11
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-15/+1
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-10/+66
|\
| * acpi: Add HMAT to generic parsing tablesKeith Busch2019-04-041-0/+9
| * acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-10/+57
| |
| \
*-. \ Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki2019-05-061-13/+5
|\ \ \ | | |/ | |/|
| | * ACPI / tables: Clean up whitespaceBjorn Helgaas2019-03-261-13/+5
| |/
* / ACPICA: Rename nameseg compare macro for clarityBob Moore2019-04-091-2/+2
|/
* ACPI / tables: table override from built-in initrdShunyong Yang2019-01-141-2/+10
* ACPI / tables: Add an ifdef around amlcode and dsdt_amlcodeNathan Chancellor2018-12-201-0/+2
* ACPI / tables: add DSDT AmlCode new declaration name supportWang Dongsheng2018-12-131-2/+8
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-1/+1
|\
| * ACPI: Add PPTT to injectable table listJeremy Linton2018-05-171-1/+1
* | ACPI / tables: improve comments regarding acpi_parse_entries_array()Al Stone2018-05-121-2/+7
|/
* ACPI: add NFIT and HMAT to the initrd override listDan Williams2018-02-221-1/+1
* ACPI / tables: Add IORT to injectable table listShunyong Yang2018-02-071-1/+2
* ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng2017-07-201-2/+2
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+1
|\
| * x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-1/+1
* | ACPI / tables: Drop acpi_parse_entries() which is not usedBaoquan He2017-04-191-16/+0
|/
* ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-10/+7
* ACPI / tables: Remove duplicated include from tables.cWei Yongjun2016-09-171-1/+0
* ACPI / tables: do not report the number of entries ignored by acpi_parse_entr...Al Stone2016-08-311-2/+2
* ACPI / tables: fix acpi_parse_entries_array() so it traverses all subtablesAl Stone2016-08-311-3/+6
* ACPI / tables: fix incorrect counts returned by acpi_parse_entries_array()Al Stone2016-08-311-1/+1
* ACPI / tables: move arch-specific symbol to asm/acpi.hAleksey Makarov2016-06-221-1/+2