summaryrefslogtreecommitdiff
path: root/include/acpi
AgeCommit message (Expand)Author
2008-11-30Merge branch 'acpica' into testLen Brown
2008-11-27ACPICA: Update version to 20081031Bob Moore
2008-11-27ACPICA: disable _BIF warningLin Ming
2008-11-27ACPICA: Allow _WAK method to return an IntegerBob Moore
2008-11-27ACPICA: Consolidate method arg count validation codeBob Moore
2008-11-27ACPICA: Add Buffer->String conversion for predefined methodsBob Moore
2008-11-27ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore
2008-11-27ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore
2008-11-27ACPICA: Update FACS waking vector interfacesBob Moore
2008-11-27ACPICA: Fix several warnings under gcc 4 compilerBob Moore
2008-11-11Merge branch 'ec' into releaseLen Brown
2008-11-11Merge branch 'processor-256' into releaseLen Brown
2008-11-11Merge branch 'video' into releaseLen Brown
2008-11-11Merge branch 'misc' into releaseLen Brown
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy
2008-11-07ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger
2008-11-07ACPI: add driver component definitions to sysfs debug_layersBjorn Helgaas
2008-11-07ACPI: fix conflicting component definitionsBjorn Helgaas
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas
2008-11-06ACPI: Disambiguate processor declaration typeMyron Stowe
2008-11-06ACPI: remove CONFIG_ACPI_ECBjorn Helgaas
2008-11-06ACPI: remove CONFIG_ACPI_POWERBjorn Helgaas
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui
2008-10-23Merge branch 'linus' into testLen Brown
2008-10-22Merge branch 'ull' into testLen Brown
2008-10-22Merge branch 'misc' into testLen Brown
2008-10-22Merge branch 'ec' into testLen Brown
2008-10-22Merge branch 'dock' into testLen Brown
2008-10-22Merge branch 'acpica' into testLen Brown
2008-10-22ACPICA: Update version to 20080926Bob Moore
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming
2008-10-22ACPICA: Update version to 20080829Bob Moore
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore
2008-10-22ACPICA: Remove obsolete exception codesBob Moore
2008-10-22ACPICA: Add namespace node to operand object unionBob Moore
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore
2008-10-22ACPICA: add preemption point after each opcode parseAlexey Starikovskiy
2008-10-22ACPICA: Update version to 20080729Bob Moore
2008-10-22ACPICA: x2APIC support: changes for MADT and SRAT ACPI tablesBob Moore
2008-10-22ACPICA: Add function to decode reference obj types to stringsBob Moore
2008-10-22ACPICA: Update version to 20080701Bob Moore
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore
2008-10-22ACPICA: Cleanup macro definition file.Bob Moore
2008-10-22ACPICA: Return status from global init functionYi Yang
2008-10-22ACPICA: Fix wrong resource descriptor length for 64-bit buildBob Moore
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox