aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/executer (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22ACPICA: Add support for zero-length buffer-to-string conversionsBob Moore1-2/+9
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore10-161/+146
2008-10-22ACPICA: Update comments - no functional changesBob Moore1-10/+11
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore3-20/+19
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore1-1/+1
2008-10-22ACPICA: Fix warning for 64-bit buildBob Moore1-2/+1
2008-10-22ACPICA: Copy dynamically loaded tables to local bufferDennis Noordsij1-31/+82
2008-08-15ACPICA: Fix possible memory leak in Unload() operatorLin Ming1-0/+3
2008-07-16ACPICA: Cleanup debug operand dump mechanismBob Moore3-48/+30
2008-07-16ACPICA: Fix for invalid large array index on 64-bit systemsBob Moore1-1/+1
2008-07-16ACPICA: Add const qualifier for appropriate string constantsBob Moore1-2/+3
2008-07-16ACPICA: Several lint changes, no functional changesBob Moore1-4/+4
2008-07-16ACPICA: Removed unused include files from source filesBob Moore1-2/+0
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore6-24/+26
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