aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-06ACPI: use macro to replace hard numberYinghai Lu1-1/+1
2008-10-22Merge branch 'fadt-test' into testLen Brown1-7/+25
2008-10-22ACPICA: Fix table compare code, length then dataBob Moore1-5/+9
2008-10-22ACPICA: Allow same ACPI table to be loaded/unloaded more than onceBob Moore1-7/+42
2008-10-10ACPI: fix FADT parsingJan Beulich1-7/+25
2008-07-18Revert "Fix FADT parsing"Andi Kleen1-11/+6
2008-07-16Fix FADT parsingJan Beulich1-6/+11
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore6-47/+41
2008-06-11ACPICA: Ignore ACPI table signature for Load() operatorBob Moore1-18/+7
2008-06-11ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning messageAlistair John Strachan1-1/+1
2008-04-23ACPICA: update Intel copyrightLen Brown6-6/+6
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming1-9/+23
2008-04-22ACPICA: Fix for Load operatorLin Ming1-0/+1
2008-04-22ACPICA: Add a table checksum verify for Load operatorBob Moore1-1/+1
2008-04-22ACPICA: Fix for fault if Load() failsBob Moore1-7/+14
2008-04-22ACPICA: New interfaces for table event handlersLin Ming1-0/+89
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into releaseLen Brown2-4/+2
2007-12-14ACPI: tables: complete searching upon RSDP w/ bad checksum.Len Brown2-4/+2
2007-11-19ACPI: Add missing spaces to printk formatJoe Perches1-1/+1
2007-10-10ACPI: suppress uninitialized var warningAndrew Morton1-1/+1
2007-08-24ACPI: Validate XSDT, use RSDT if XSDT failsZhao Yakui1-0/+71
2007-07-26ACPI: add "acpi_no_auto_ssdt" bootparamLen Brown1-0/+23
2007-07-03ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTsBob Moore1-18/+26
2007-05-29ACPICA: allow Load(OEMx) tablesLen Brown1-4/+4
2007-05-09ACPICA: LindentLen Brown2-10/+12
2007-04-28ACPICA: clear fields reserved before FADT r3Bob Moore1-0/+12
2007-02-16ACPI: acpi_unload_table_id() always returns errorJohn Keller1-3/+4
2007-02-15ACPI: Fix sparse warningsRandy Dunlap1-1/+1
2007-02-06ACPICA: reduce table header messages to fit within 80 columnsLen Brown1-6/+6
2007-02-02ACPICA: fix gcc build warningsAlexey Starikovskiy1-2/+2
2007-02-02ACPI: fix HP RX2600 IA64 bootAlexey Starikovskiy1-0/+5
2007-02-02ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table load.Bob Moore1-1/+2
2007-02-02ACPICA: Update copyright to 2007.Bob Moore6-6/+6
2007-02-02ACPICA: Removed all 16-bit support.Bob Moore1-4/+0
2007-02-02ACPICA: Fail AcpiEnable if ACPI tables not loaded.Bob Moore1-0/+23
2007-02-02ACPICA: Miscellaneous table manager updates and optimizationsAlexey Starikovskiy3-98/+93
2007-02-02ACPICA: New common routine for creating and verifying a local FADT.Bob Moore1-20/+51
2007-02-02ACPICA: FADT verification is now table driven.Bob Moore2-137/+154
2007-02-02ACPICA: re-factor table init routines for benefit of iASLBob Moore1-5/+25
2007-02-02ACPICA: Update comments in tbfadt.cBob Moore1-5/+6
2007-02-02ACPICA: Delete stale FADT functions outside tbfadt.c.Bob Moore1-237/+1
2007-02-02ACPICA: Create tbfadt.c to hold all FADT-related functionsBob Moore2-1/+381
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy3-6/+7
2007-02-02ACPICA: Lint changesBob Moore2-41/+84
2007-02-02ACPICA: Fix for FADT conversion in 64-bit modeBob Moore1-7/+14
2007-02-02ACPICA: misc fixes for new Table Manager:Bob Moore3-248/+389
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore9-2967/+1290
2006-12-20ACPI: Add support for acpi_load_table/acpi_unload_table_idJohn Keller1-1/+53
2006-10-14ACPI: fix printk format warningsRandy Dunlap2-2/+2
2006-07-09ACPI: ACPICA 20060707Bob Moore4-21/+71