summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)Author
2008-04-22ACPICA: Fixes for size of StartDependent resource descriptorBob Moore
2008-04-22ACPICA: Updates for Debug object outputBob Moore
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore
2008-04-22ACPICA: Fix to handle NULL package elements correctlyLin Ming
2008-04-22ACPICA: Fix for extraneous debug message for packagesBob Moore
2008-04-22ACPICA: Fix for possible error when packages/buffers are passed to methods ex...Bob Moore
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming
2008-04-22ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRCBob Moore
2008-04-22ACPICA: Added new error messagesBob Moore
2008-04-22ACPICA: Add va_end statements as appropriateBob Moore
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming
2008-04-22ACPICA: Fix for Load operatorLin Ming
2008-04-22ACPICA: Methods now implicitly return 0 in slack modeLin 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 AcpiGetDevices where the search of a branch of t...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: Fixed a problem with FromBCD and ToBCD with some compilersBob Moore
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: Cosmetic changes only, no functional changesBob Moore
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming
2008-04-22ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack...Bob Moore
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: Fix for namespace lookup problemLin Ming
2008-04-22ACPICA: New interfaces for table event handlersLin Ming
2008-04-22ACPICA: Support for iASL - multiple files and wildcardsBob Moore
2008-04-22ACPICA: Updated error message for dynamic method serializationBob Moore
2008-04-22ACPICA: Fix for update of the Global Lock HandleBob Moore
2008-04-22ACPICA: Fix for package reference countsBob Moore
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: Removed extraneous codeBob 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