aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-10-22Merge branch 'ec' into testLen Brown
2008-10-22Merge branch 'dock' into testLen Brown
2008-10-22Merge branch 'cpuidle' into testLen Brown
2008-10-22Merge branch 'bugzilla-11481' into testLen Brown
2008-10-22Merge branch 'bugzilla-10503' into testLen Brown
2008-10-22Merge branch 'bugzilla-10237' into testLen Brown
2008-10-22Merge branch 'asus-cleanup' into testLen Brown
2008-10-22Merge branch 'acpica' into testLen Brown
2008-10-22Merge branch 'bugfixes' into testLen Brown
2008-10-22Merge branch 'acer-wmi' into testLen Brown
2008-10-22Merge branch 'FW_BUG' into testLen Brown
2008-10-22ACPICA: Add support for zero-length buffer-to-string conversionsBob Moore
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore
2008-10-22ACPICA: Fix for implicit return compatibilityLin Ming
2008-10-22ACPICA: Fixed a couple memory leaks associated with "implicit return"Lin Ming
2008-10-22ACPICA: Optimize buffer allocation procedureBob Moore
2008-10-22ACPICA: Fix possible memory leak, error exit pathLin Ming
2008-10-22ACPICA: Fix fault after mem allocation failure in AML parserLin Ming
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming
2008-10-22ACPICA: Fix possible memory leak in acpi_ns_get_external_pathnameBob Moore
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore
2008-10-22ACPICA: Update comments - no functional changesBob Moore
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore
2008-10-22ACPICA: Reduce error to warning for incorrect method arg countLin Ming
2008-10-22ACPICA: Disallow evaluation of named object types with no valueBob Moore
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming
2008-10-22ACPICA: add preemption point after each opcode parseAlexey Starikovskiy
2008-10-22ACPICA: Improve object conversion error messagesBob Moore
2008-10-22ACPICA: Add function to decode reference obj types to stringsBob Moore
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore
2008-10-22ACPICA: Fix warning for 64-bit buildBob Moore
2008-10-22ACPICA: Add function to dereference returned reference objectsLin Ming
2008-10-22ACPICA: Return status from global init functionYi Yang
2008-10-22ACPICA: Fix table compare code, length then dataBob Moore
2008-10-22ACPICA: Allow same ACPI table to be loaded/unloaded more than onceBob Moore
2008-10-22ACPICA: Add check for invalid handle in acpi_get_object_infoFiodor Suietov
2008-10-22ACPICA: Copy dynamically loaded tables to local bufferDennis Noordsij
2008-10-22ACPI: Fix possible null ptr dereferencedonald.d.dugger@intel.com
2008-10-22ACPI: remove unused acpi_is_child_device()Len Brown
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui
2008-10-22ACPI: Add DMI check to disable power state check in power transitionZhao Yakui
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui
2008-10-22ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui
2008-10-22ACPI: Get the device power state in the course of scanning deviceZhao Yakui
2008-10-22ACPI: replace AE_BAD_ADDRESS exception code with AE_ERRORLin Ming
2008-10-18ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanismZhao Yakui
2008-10-17asus_acpi: whitespace and comment cleanupMike Dahlgren
2008-10-17ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize ECZhao Yakui
2008-10-16cpuidle: upon BIOS bug, default to default_idle rather than pollingVenkatesh Pallipadi