aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore2-13/+8
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore1-4/+11
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore5-9/+20
2008-12-31ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming2-1/+2
2008-12-30ACPI: simplify buffer management for acpi_pci_bind() etc.Len Brown1-3/+0
2008-12-29ACPICA: Update version to 20081031Bob Moore1-1/+1
2008-12-29ACPICA: Consolidate method arg count validation codeBob Moore1-0/+3
2008-12-29ACPICA: Add Buffer->String conversion for predefined methodsBob Moore1-1/+1
2008-12-29ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore2-0/+3
2008-12-29ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore3-1/+8
2008-12-29ACPICA: Update FACS waking vector interfacesBob Moore1-4/+2
2008-12-29ACPICA: Fix several warnings under gcc 4 compilerBob Moore1-4/+4
2008-12-19ACPI: don't cond_resched() when irqs_disabled()Wu Fengguang1-1/+5
2008-12-19ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas1-1/+1
2008-11-27ACPICA: disable _BIF warningLin Ming1-1/+1
2008-11-27ACPICA: Allow _WAK method to return an IntegerBob Moore1-1/+1
2008-11-11Merge branch 'ec' into releaseLen Brown1-2/+2
2008-11-11Merge branch 'processor-256' into releaseLen Brown1-0/+1
2008-11-11Merge branch 'video' into releaseLen Brown1-0/+2
2008-11-11Merge branch 'misc' into releaseLen Brown1-5/+16
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy1-2/+2
2008-11-07ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger1-0/+2
2008-11-07ACPI: add driver component definitions to sysfs debug_layersBjorn Helgaas1-0/+4
2008-11-07ACPI: fix conflicting component definitionsBjorn Helgaas1-3/+3
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+12
2008-11-06ACPI: Disambiguate processor declaration typeMyron Stowe1-0/+1
2008-11-06ACPI: remove CONFIG_ACPI_ECBjorn Helgaas1-2/+0
2008-11-06ACPI: remove CONFIG_ACPI_POWERBjorn Helgaas1-2/+0
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui1-0/+1
2008-10-23Merge branch 'linus' into testLen Brown2-4/+4
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-22Merge branch 'misc' into testLen Brown1-1/+5
2008-10-22Merge branch 'ec' into testLen Brown1-0/+1
2008-10-22Merge branch 'dock' into testLen Brown3-2/+13
2008-10-22Merge branch 'acpica' into testLen Brown15-255/+777
2008-10-22ACPICA: Update version to 20080926Bob Moore1-1/+1
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore4-0/+468
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming1-11/+23
2008-10-22ACPICA: Update version to 20080829Bob Moore1-1/+1
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore3-11/+30
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore1-0/+1
2008-10-22ACPICA: Remove obsolete exception codesBob Moore1-73/+55
2008-10-22ACPICA: Add namespace node to operand object unionBob Moore1-0/+7
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore1-19/+13
2008-10-22ACPICA: add preemption point after each opcode parseAlexey Starikovskiy2-0/+11
2008-10-22ACPICA: Update version to 20080729Bob Moore1-1/+1
2008-10-22ACPICA: x2APIC support: changes for MADT and SRAT ACPI tablesBob Moore2-6/+49
2008-10-22ACPICA: Add function to decode reference obj types to stringsBob Moore1-0/+2
2008-10-22ACPICA: Update version to 20080701Bob Moore1-1/+1
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore1-0/+1