aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dispatcher (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22ACPICA: Fix for implicit return compatibilityLin Ming1-0/+4
2008-10-22ACPICA: Fixed a couple memory leaks associated with "implicit return"Lin Ming1-0/+3
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore4-67/+82
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore1-6/+10
2008-08-18ACPI: Change package length error to warningMing Ling1-1/+1
2008-07-16ACPICA: Cleanup debug operand dump mechanismBob Moore2-26/+2
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore3-7/+7
2008-07-16ACPICA: Fix for hang on GPE method invocationBob Moore2-9/+2
2008-06-11ACPICA: Fix to allow zero-length ASL field declarationsBob Moore1-4/+1
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison1-1/+1
2008-04-23ACPICA: update Intel copyrightLen Brown11-11/+11
2008-04-22ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicatesBob Moore2-48/+79
2008-04-22ACPICA: Fix for extraneous debug message for packagesBob Moore1-4/+31
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argument to BankFieldLin Ming4-40/+199
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg string arguments for DataTableRegionLin Ming3-9/+134
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore1-1/+1
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore5-32/+28
2008-04-22ACPICA: Fixed a memory leak when Device or Thermal objects referenced in packagesBob Moore1-17/+21
2008-04-22ACPICA: Fix for package reference countsBob Moore1-0/+22
2008-04-22ACPICA: Removed extraneous codeBob Moore1-7/+0
2008-04-22ACPICA: changed order of interpretation of operand objectsBob Moore2-5/+119
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore1-6/+6
2008-04-22ACPICA: Several fixes for internal method result stackBob Moore4-459/+158
2008-02-07ACPI: track opregion names to avoid driver resource conflicts.Thomas Renninger1-1/+3
2007-12-02ACPICA: fix acpi-cpufreq boot crash due to _PSD return-by-referenceBob Moore1-6/+85
2007-05-09ACPICA: LindentLen Brown3-12/+7
2007-05-09Revert "ACPICA: fix AML mutex re-entrancy"Len Brown1-5/+7
2007-02-15ACPICA: fix AML mutex re-entrancyAlexey Starikovskiy1-7/+5
2007-02-02ACPICA: Update copyright to 2007.Bob Moore11-11/+11
2007-02-02ACPICA: Use manifest constants for parse pass numberBob Moore3-4/+5
2007-02-02ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore1-2/+2
2007-02-02ACPICA: Eliminate control method 2-pass parse/execute.Valery Podrezov1-46/+4
2007-02-02ACPICA: Update interpreter error paths to always report the errorBob Moore1-3/+7
2007-02-02ACPICA: Report error if method creates 2 objects with the same nameBob Moore1-3/+12
2007-02-02ACPICA: Allow type ANY to be the target of the Scope operator.Bob Moore1-0/+2
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore1-5/+18
2007-02-02ACPICA: Temporary fix for BankValue parameterBob Moore1-2/+28
2007-02-02ACPICA: Handle case NumElements > Package lengthBob Moore1-46/+41
2007-02-02ACPICA: Handle mis-matched package lengthBob Moore1-8/+19
2006-07-09ACPI: ACPICA 20060707Bob Moore3-31/+6
2006-06-28ACPI: ACPICA 20060623Bob Moore4-251/+162
2006-06-14ACPI: ACPICA 20060608Bob Moore1-2/+2
2006-06-14ACPI: ACPICA 20060526Bob Moore3-6/+21
2006-06-14ACPI: ACPICA 20060512Bob Moore3-14/+56
2006-06-14ACPI: ACPICA 20060421Bob Moore11-172/+217
2006-06-14ACPI: ACPICA 20060331Bob Moore2-2/+1
2006-06-14[ACPI] ACPICA 20060317Bob Moore3-13/+13
2006-04-01ACPI: ACPICA 20060310Bob Moore5-12/+10
2006-03-31[ACPI] ACPICA 20060210Bob Moore10-1/+42
2006-01-31[ACPI] ACPICA 20060127Bob Moore11-118/+196