summaryrefslogtreecommitdiff
path: root/drivers/acpi/executer
AgeCommit message (Expand)Author
2009-01-09ACPICA: create acpica/ directoryLen Brown
2008-12-31ACPICA: Restructure includes into public/privateBob Moore
2008-12-29ACPICA: Update debug output for IndexField I/OBob Moore
2008-10-22ACPICA: Add support for zero-length buffer-to-string conversionsBob 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: Remove obsolete debug levels (WARN and ERROR)Bob Moore
2008-10-22ACPICA: Fix warning for 64-bit buildBob Moore
2008-10-22ACPICA: Copy dynamically loaded tables to local bufferDennis Noordsij
2008-08-15ACPICA: Fix possible memory leak in Unload() operatorLin Ming
2008-07-16ACPICA: Cleanup debug operand dump mechanismBob Moore
2008-07-16ACPICA: Fix for invalid large array index on 64-bit systemsBob Moore
2008-07-16ACPICA: Add const qualifier for appropriate string constantsBob Moore
2008-07-16ACPICA: Several lint changes, no functional changesBob Moore
2008-07-16ACPICA: Removed unused include files from source filesBob Moore
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore
2008-06-11ACPICA: Fix for Load operator, load table at the namespace rootBob Moore
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison
2008-04-23ACPICA: update Intel copyrightLen Brown
2008-04-22ACPICA: Updates for Debug object outputBob Moore
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming
2008-04-22ACPICA: Fix for SizeOf when used with Buffers and PackagesLin Ming
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming
2008-04-22ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg strin...Lin Ming
2008-04-22ACPICA: Fixed a problem with Index Fields where the Index register was incorr...Bob Moore
2008-04-22ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op...Lin Ming
2008-04-22ACPICA: Fixed a problem with Index references passed as method argumentsLin Ming
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore
2008-04-22ACPICA: Cleanup of debug outputBob Moore
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming
2008-04-22ACPICA: Fix for Load/LoadTable to specify load locationBob Moore
2008-04-22ACPICA: Add error checks to prevent faultsBob Moore
2008-04-22ACPICA: Add a table checksum verify for Load operatorBob Moore
2008-04-22ACPICA: Fix for memory leak related to DdbHandle objectsBob Moore
2008-04-22ACPICA: Fix a fault when storing DdbHandle to Debug objectBob Moore
2008-04-22ACPICA: Fix for fault if Load() failsBob Moore
2008-04-22ACPICA: Fix for Alias operator to see target child objectsBob Moore
2008-04-22ACPICA: New interfaces for table event handlersLin Ming
2008-04-22ACPICA: Increase maximum buffer size dumped to screen in buffer object dumpBob Moore
2008-04-22ACPICA: Misc fixes for recent global lock code updateBob Moore
2008-04-22ACPICA: Update comments for acquire/release mutex interfacesBob Moore
2008-04-22ACPICA: Avoid use of invalid pointers in returned object fieldBob Moore
2008-04-22ACPICA: changed order of interpretation of operand objectsBob Moore
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore
2008-04-22ACPICA: Removed unused codeBob Moore