summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables.c
AgeCommit message (Expand)AuthorLines
2014-11-27ACPI / table: Always count matched and successfully parsed entriesTomasz Nowicki-1/+4
2014-11-27ACPI / table: Add new function to get table entriesAshwin Chaugule-19/+44
2014-06-17ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger-1/+2
2014-06-01ACPI: Fix x86 regression related to early mapping size limitationLv Zheng-0/+23
2014-03-02ACPI / tables: Replace printk with pr_*Hanjun Guo-73/+55
2014-01-06ACPI / tables: Return proper error codes from acpi_table_parse() and fix comm...tangchen-2/+3
2014-01-06ACPI / tables: Check if id is NULL in acpi_table_parse()tangchen-1/+1
2013-12-07ACPI / table: Replace '1' with specific error return valuesHanjun Guo-2/+2
2013-01-11ACPICA: Cleanup table handler naming conflicts.Lv Zheng-3/+3
2012-10-06ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu-4/+14
2010-03-14ACPI: delete the "acpi=ht" boot optionLen Brown-2/+2
2010-02-18ACPI: fix "acpi=ht" boot optionLen Brown-2/+2
2009-08-28ACPI: check acpi_disabled in acpi_table_parse() and acpi_table_parse_entries()Len Brown-0/+6
2009-04-05Merge branch 'linus' into releaseLen Brown-6/+14
2009-04-03x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha-0/+30
2009-02-09acpi/x86: introduce __apci_map_table, v4Yinghai Lu-6/+14
2009-02-06ACPI: disable ACPI cleanly when bad RSDP foundLen Brown-1/+6
2008-08-21acpi: add checking for NULL early paramCyrill Gorcunov-0/+2
2007-03-30Revert "ACPI: parse 2nd MADT by default"Len Brown-1/+1
2007-03-15ACPI: parse 2nd MADT by defaultLen Brown-1/+1
2007-03-11ACPI: Add support to parse 2nd MADTLen Brown-5/+52
2007-02-16Pull fluff into release branchLen Brown-16/+25
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-13ACPI: acpi_table_parse_madt_family() is not MADT specificLen Brown-12/+12
2007-02-13ACPI: acpi_madt_entry_handler() is not MADT specificLen Brown-2/+2
2007-02-13ACPI: acpi_table_parse() now returns success/fail, not countLen Brown-2/+11
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting)Alexey Starikovskiy-54/+55
2007-02-02ACPICA: Remove duplicate table managerAlexey Starikovskiy-380/+16
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy-15/+14
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-14ACPI: ACPICA 20060331Bob Moore-2/+2
2006-03-26[PATCH] EFI fixesTolentino, Matthew E-1/+2
2005-12-30[ACPI] reduce kernel size: move 5BK .bss to 2.5KB .init.dataLen Brown-2/+2
2005-08-05[ACPI] Lindent all ACPI filesLen Brown-211/+223
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+609