aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 comment.tangchen1-2/+3
2014-01-06ACPI / tables: Check if id is NULL in acpi_table_parse()tangchen1-1/+1
2013-12-07ACPI / table: Replace '1' with specific error return valuesHanjun Guo1-2/+2
2013-01-11ACPICA: Cleanup table handler naming conflicts.Lv Zheng1-3/+3
2012-10-06ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu1-4/+14
2010-03-14ACPI: delete the "acpi=ht" boot optionLen Brown1-2/+2
2010-02-18ACPI: fix "acpi=ht" boot optionLen Brown1-2/+2
2009-08-28ACPI: check acpi_disabled in acpi_table_parse() and acpi_table_parse_entries()Len Brown1-0/+6
2009-04-05Merge branch 'linus' into releaseLen Brown1-6/+14
2009-04-03x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha1-0/+30
2009-02-09acpi/x86: introduce __apci_map_table, v4Yinghai Lu1-6/+14
2009-02-06ACPI: disable ACPI cleanly when bad RSDP foundLen Brown1-1/+6
2008-08-21acpi: add checking for NULL early paramCyrill Gorcunov1-0/+2
2007-03-30Revert "ACPI: parse 2nd MADT by default"Len Brown1-1/+1
2007-03-15ACPI: parse 2nd MADT by defaultLen Brown1-1/+1
2007-03-11ACPI: Add support to parse 2nd MADTLen Brown1-5/+52
2007-02-16Pull fluff into release branchLen Brown1-16/+25
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-13ACPI: acpi_table_parse_madt_family() is not MADT specificLen Brown1-12/+12
2007-02-13ACPI: acpi_madt_entry_handler() is not MADT specificLen Brown1-2/+2
2007-02-13ACPI: acpi_table_parse() now returns success/fail, not countLen Brown1-2/+11
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting)Alexey Starikovskiy1-54/+55
2007-02-02ACPICA: Remove duplicate table managerAlexey Starikovskiy1-380/+16
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-15/+14
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-14ACPI: ACPICA 20060331Bob Moore1-2/+2
2006-03-26[PATCH] EFI fixesTolentino, Matthew E1-1/+2
2005-12-30[ACPI] reduce kernel size: move 5BK .bss to 2.5KB .init.dataLen Brown1-2/+2
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-211/+223
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+609