summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1Star
* 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-021-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/+0Star
|/
* ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-10/+7Star
* ACPI / tables: Remove duplicated include from tables.cWei Yongjun2016-09-171-1/+0Star
* 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
* ACPI / tables: table upgrade: refactor function definitionsAleksey Makarov2016-06-221-10/+4Star
* ACPI / tables: table upgrade: use cacheable map for tablesAleksey Makarov2016-06-221-3/+3
* ACPI / tables: Fix DSDT override mechanismRafael J. Wysocki2016-05-061-0/+4
* ACPI / tables: Convert initrd table override to table upgrade mechanismLv Zheng2016-04-181-14/+34
* ACPI / tables: Move table override mechanisms to tables.cLv Zheng2016-04-181-1/+291
*-. Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki2016-03-141-0/+10
|\ \
| | * ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addressesColin Ian King2016-03-091-0/+10
| |/
* / ACPI / OSL: Add support to install tables via initrdLv Zheng2016-03-091-0/+2
|/
* ACPI / tables: test the correct variableDan Carpenter2015-10-151-1/+2
* ACPI / tables: Add acpi_subtable_proc to ACPI table parsersLukasz Anaczkowski2015-10-151-18/+75
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0Star
* ACPI / table: Print GIC information when MADT is parsedHanjun Guo2015-03-251-0/+22
* ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanningHanjun Guo2015-03-251-14/+16
* ACPI / table: Always count matched and successfully parsed entriesTomasz Nowicki2014-11-271-1/+4
* ACPI / table: Add new function to get table entriesAshwin Chaugule2014-11-271-19/+44
* ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger2014-06-171-1/+2
* ACPI: Fix x86 regression related to early mapping size limitationLv Zheng2014-06-011-0/+23
* ACPI / tables: Replace printk with pr_*Hanjun Guo2014-03-021-73/+55Star
* ACPI / tables: Return proper error codes from acpi_table_parse() and fix comm...tangchen2014-01-061-2/+3
* ACPI / tables: Check if id is NULL in acpi_table_parse()tangchen2014-01-061-1/+1
* ACPI / table: Replace '1' with specific error return valuesHanjun Guo2013-12-071-2/+2
* ACPICA: Cleanup table handler naming conflicts.Lv Zheng2013-01-111-3/+3
* ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu2012-10-061-4/+14
* ACPI: delete the "acpi=ht" boot optionLen Brown2010-03-151-2/+2
* ACPI: fix "acpi=ht" boot optionLen Brown2010-02-181-2/+2
* ACPI: check acpi_disabled in acpi_table_parse() and acpi_table_parse_entries()Len Brown2009-08-291-0/+6
* Merge branch 'linus' into releaseLen Brown2009-04-051-6/+14
|\
| * acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-091-6/+14
* | x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha2009-04-041-0/+30
|/
* ACPI: disable ACPI cleanly when bad RSDP foundLen Brown2009-02-061-1/+6
* acpi: add checking for NULL early paramCyrill Gorcunov2008-08-211-0/+2
* Revert "ACPI: parse 2nd MADT by default"Len Brown2007-03-301-1/+1
* ACPI: parse 2nd MADT by defaultLen Brown2007-03-151-1/+1
* ACPI: Add support to parse 2nd MADTLen Brown2007-03-111-5/+52