aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/executer (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-11ACPICA: Fix for Load operator, load table at the namespace rootBob Moore1-2/+8
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison1-2/+2
2008-04-23ACPICA: update Intel copyrightLen Brown23-23/+23
2008-04-22ACPICA: Updates for Debug object outputBob Moore1-24/+52
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming1-4/+11
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming3-17/+46
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming1-4/+1
2008-04-22ACPICA: Fix for SizeOf when used with Buffers and PackagesLin Ming1-5/+17
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argument to BankFieldLin Ming1-0/+15
2008-04-22ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore1-16/+0
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg string arguments for DataTableRegionLin Ming2-95/+16
2008-04-22ACPICA: Fixed a problem with Index Fields where the Index register was incorrectly limited to a maximum of 32 bitsBob Moore2-44/+34
2008-04-22ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operatorLin Ming2-10/+13
2008-04-22ACPICA: Fixed a problem with Index references passed as method argumentsLin Ming1-2/+8
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore1-1/+2
2008-04-22ACPICA: Cleanup of debug outputBob Moore1-9/+30
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore7-15/+24
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming1-0/+8
2008-04-22ACPICA: Fix for Load/LoadTable to specify load locationBob Moore1-1/+2
2008-04-22ACPICA: Add error checks to prevent faultsBob Moore1-2/+10
2008-04-22ACPICA: Add a table checksum verify for Load operatorBob Moore1-3/+21
2008-04-22ACPICA: Fix for memory leak related to DdbHandle objectsBob Moore1-0/+1
2008-04-22ACPICA: Fix a fault when storing DdbHandle to Debug objectBob Moore1-1/+11
2008-04-22ACPICA: Fix for fault if Load() failsBob Moore1-11/+24
2008-04-22ACPICA: Fix for Alias operator to see target child objectsBob Moore1-5/+15
2008-04-22ACPICA: New interfaces for table event handlersLin Ming1-1/+28
2008-04-22ACPICA: Increase maximum buffer size dumped to screen in buffer object dumpBob Moore1-1/+1
2008-04-22ACPICA: Misc fixes for recent global lock code updateBob Moore3-11/+31
2008-04-22ACPICA: Update comments for acquire/release mutex interfacesBob Moore1-6/+30
2008-04-22ACPICA: Avoid use of invalid pointers in returned object fieldBob Moore4-8/+21
2008-04-22ACPICA: changed order of interpretation of operand objectsBob Moore1-1/+2
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore3-116/+160
2008-04-22ACPICA: Removed unused codeBob Moore4-39/+0
2008-02-21ACPI: fix build warningMing Lin1-2/+3
2007-05-09ACPICA: LindentLen Brown7-19/+13
2007-05-09Revert "ACPICA: fix AML mutex re-entrancy"Len Brown2-17/+21
2007-05-09Revert "ACPICA: revert "acpi_serialize" changes"Len Brown3-47/+92
2007-03-15ACPICA: revert "acpi_serialize" changesLen Brown3-92/+47
2007-02-15ACPICA: fix AML mutex re-entrancyAlexey Starikovskiy2-21/+17
2007-02-02ACPICA: Update copyright to 2007.Bob Moore23-23/+23
2007-02-02ACPICA: Removed all 16-bit support.Bob Moore2-6/+1
2007-02-02ACPICA: Fixes for load() operator.Alexey Starikovskiy2-132/+38
2007-02-02ACPICA: Miscellaneous table manager updates and optimizationsAlexey Starikovskiy1-2/+6
2007-02-02ACPICA: Update debug output routines for data structure changesBob Moore1-22/+5
2007-02-02ACPICA: Fix for possible memory leak and fault.Fiodor Suietov1-3/+5
2007-02-02ACPICA: On AML mutex force-release, set depth to zero (was 1).Bob Moore1-1/+7
2007-02-02ACPICA: Fix trace output name and whitespaceBob Moore1-3/+1
2007-02-02ACPICA: Fix memory leak in table load error pathBob Moore1-1/+1
2007-02-02ACPICA: Re-implement interpreters' "serialized mode"Bob Moore3-48/+95
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore4-61/+52