aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-25ACPI suspend: build fix for ACPI_SLEEP=n && XEN_SAVE_RESTORE=y.Rafael J. Wysocki1-0/+2
2008-10-25toshiba_acpi: always call input_sync() after input_report_switch()Len Brown1-0/+2
2008-10-25ACPI: Always report a sync event after a lid state changeGuillem Jover1-1/+2
2008-10-25ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.cMiao Xie1-0/+5
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds74-1458/+2745
2008-10-23dock: make dock driver not a moduleShaohua Li1-1/+1
2008-10-23ACPI: hack around sysfs warning with link orderZhao Yakui1-1/+1
2008-10-23ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=nLen Brown1-1/+1
2008-10-23Merge branch 'linus' into testLen Brown7-133/+267
2008-10-22Merge branch 'ull' into testLen Brown21-71/+83
2008-10-22Merge branch 'suspend' into testLen Brown2-27/+76
2008-10-22Merge branch 'misc' into testLen Brown20-33/+36
2008-10-22Merge branch 'fadt-test' into testLen Brown1-7/+25
2008-10-22Merge branch 'ec' into testLen Brown3-187/+197
2008-10-22Merge branch 'dock' into testLen Brown6-511/+355
2008-10-22Merge branch 'cpuidle' into testLen Brown1-0/+1
2008-10-22Merge branch 'bugzilla-11481' into testLen Brown1-3/+22
2008-10-22Merge branch 'bugzilla-10503' into testLen Brown1-0/+10
2008-10-22Merge branch 'bugzilla-10237' into testLen Brown1-2/+13
2008-10-22Merge branch 'asus-cleanup' into testLen Brown1-111/+110
2008-10-22Merge branch 'acpica' into testLen Brown47-435/+1634
2008-10-22Merge branch 'bugfixes' into testLen Brown5-66/+131
2008-10-22Merge branch 'acer-wmi' into testLen Brown1-2/+37
2008-10-22Merge branch 'FW_BUG' into testLen Brown1-3/+15
2008-10-22ACPICA: Add support for zero-length buffer-to-string conversionsBob Moore1-2/+9
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore4-6/+933
2008-10-22ACPICA: Fix for implicit return compatibilityLin Ming1-0/+4
2008-10-22ACPICA: Fixed a couple memory leaks associated with "implicit return"Lin Ming2-1/+6
2008-10-22ACPICA: Optimize buffer allocation procedureBob Moore1-25/+28
2008-10-22ACPICA: Fix possible memory leak, error exit pathLin Ming2-0/+16
2008-10-22ACPICA: Fix fault after mem allocation failure in AML parserLin Ming1-17/+11
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming1-1/+0
2008-10-22ACPICA: Fix possible memory leak in acpi_ns_get_external_pathnameBob Moore1-2/+3
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore22-281/+280
2008-10-22ACPICA: Update comments - no functional changesBob Moore1-10/+11
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore4-26/+29
2008-10-22ACPICA: Reduce error to warning for incorrect method arg countLin Ming1-8/+9
2008-10-22ACPICA: Disallow evaluation of named object types with no valueBob Moore1-0/+21
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore3-4/+2
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming10-35/+35
2008-10-22ACPICA: add preemption point after each opcode parseAlexey Starikovskiy1-0/+2
2008-10-22ACPICA: Improve object conversion error messagesBob Moore1-2/+6
2008-10-22ACPICA: Add function to decode reference obj types to stringsBob Moore1-0/+36
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore1-0/+4
2008-10-22ACPICA: Fix warning for 64-bit buildBob Moore1-2/+1
2008-10-22ACPICA: Add function to dereference returned reference objectsLin Ming1-0/+79
2008-10-22ACPICA: Return status from global init functionYi Yang2-5/+10
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-22ACPICA: Add check for invalid handle in acpi_get_object_infoFiodor Suietov1-0/+1