summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dispatcher
AgeCommit message (Expand)AuthorLines
2009-01-09ACPICA: create acpica/ directoryLen Brown-8278/+0
2009-01-08ACPICA: delete acdisasm.hLen Brown-0/+2
2008-12-31ACPICA: Restructure includes into public/privateBob Moore-0/+11
2008-12-29ACPICA: Add support to externally execute _OSI methodBob Moore-0/+3
2008-12-29ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore-3/+21
2008-12-29ACPICA: Optimize execution of AML While loopsBob Moore-4/+25
2008-10-22ACPICA: Fix for implicit return compatibilityLin Ming-0/+4
2008-10-22ACPICA: Fixed a couple memory leaks associated with "implicit return"Lin Ming-0/+3
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore-67/+82
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore-6/+10
2008-08-18ACPI: Change package length error to warningMing Ling-1/+1
2008-07-16ACPICA: Cleanup debug operand dump mechanismBob Moore-26/+2
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore-7/+7
2008-07-16ACPICA: Fix for hang on GPE method invocationBob Moore-9/+2
2008-06-11ACPICA: Fix to allow zero-length ASL field declarationsBob Moore-4/+1
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison-1/+1
2008-04-23ACPICA: update Intel copyrightLen Brown-11/+11
2008-04-22ACPICA: Fix for some local named nodes not marked temporary and to disallow d...Bob Moore-48/+79
2008-04-22ACPICA: Fix for extraneous debug message for packagesBob Moore-4/+31
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming-40/+199
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg strin...Lin Ming-9/+134
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore-1/+1
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore-32/+28
2008-04-22ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack...Bob Moore-17/+21
2008-04-22ACPICA: Fix for package reference countsBob Moore-0/+22
2008-04-22ACPICA: Removed extraneous codeBob Moore-7/+0
2008-04-22ACPICA: changed order of interpretation of operand objectsBob Moore-5/+119
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore-6/+6
2008-04-22ACPICA: Several fixes for internal method result stackBob Moore-459/+158
2008-02-07ACPI: track opregion names to avoid driver resource conflicts.Thomas Renninger-1/+3
2007-12-02ACPICA: fix acpi-cpufreq boot crash due to _PSD return-by-referenceBob Moore-6/+85
2007-05-09ACPICA: LindentLen Brown-12/+7
2007-05-09Revert "ACPICA: fix AML mutex re-entrancy"Len Brown-5/+7
2007-02-15ACPICA: fix AML mutex re-entrancyAlexey Starikovskiy-7/+5
2007-02-02ACPICA: Update copyright to 2007.Bob Moore-11/+11
2007-02-02ACPICA: Use manifest constants for parse pass numberBob Moore-4/+5
2007-02-02ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore-2/+2
2007-02-02ACPICA: Eliminate control method 2-pass parse/execute.Valery Podrezov-46/+4
2007-02-02ACPICA: Update interpreter error paths to always report the errorBob Moore-3/+7
2007-02-02ACPICA: Report error if method creates 2 objects with the same nameBob Moore-3/+12
2007-02-02ACPICA: Allow type ANY to be the target of the Scope operator.Bob Moore-0/+2
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore-5/+18
2007-02-02ACPICA: Temporary fix for BankValue parameterBob Moore-2/+28
2007-02-02ACPICA: Handle case NumElements > Package lengthBob Moore-46/+41
2007-02-02ACPICA: Handle mis-matched package lengthBob Moore-8/+19
2006-07-09ACPI: ACPICA 20060707Bob Moore-31/+6
2006-06-28ACPI: ACPICA 20060623Bob Moore-251/+162
2006-06-14ACPI: ACPICA 20060608Bob Moore-2/+2
2006-06-14ACPI: ACPICA 20060526Bob Moore-6/+21
2006-06-14ACPI: ACPICA 20060512Bob Moore-14/+56