summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore3-11/+26
2008-04-22ACPICA: Fix to handle NULL package elements correctlyLin Ming1-3/+2
2008-04-22ACPICA: Fix for extraneous debug message for packagesBob Moore1-4/+31
2008-04-22ACPICA: Fix for possible error when packages/buffers are passed to methods ex...Bob Moore1-0/+8
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming1-4/+11
2008-04-22ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRCBob Moore5-8/+100
2008-04-22ACPICA: Added new error messagesBob Moore1-0/+9
2008-04-22ACPICA: Add va_end statements as appropriateBob Moore2-0/+6
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming5-20/+88
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming2-13/+24
2008-04-22ACPICA: Fix for Load operatorLin Ming1-0/+1
2008-04-22ACPICA: Methods now implicitly return 0 in slack modeLin Ming1-0/+24
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 argume...Lin Ming11-42/+260
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 strin...Lin Ming7-108/+156
2008-04-22ACPICA: Fixed a problem with Index Fields where the Index register was incorr...Bob Moore2-44/+34
2008-04-22ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of t...Bob Moore1-5/+8
2008-04-22ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op...Lin Ming2-10/+13
2008-04-22ACPICA: Fixed a problem with Index references passed as method argumentsLin Ming1-2/+8
2008-04-22ACPICA: Fixed a problem with FromBCD and ToBCD with some compilersBob Moore1-1/+1
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore2-2/+3
2008-04-22ACPICA: Cleanup of debug outputBob Moore1-9/+30
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore13-48/+54
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore13-37/+44
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming1-0/+8
2008-04-22ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack...Bob Moore2-20/+26
2008-04-22ACPICA: Fix for Load/LoadTable to specify load locationBob Moore3-5/+18
2008-04-22ACPICA: Add error checks to prevent faultsBob Moore2-2/+16
2008-04-22ACPICA: Add a table checksum verify for Load operatorBob Moore2-4/+22
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 Moore3-18/+43
2008-04-22ACPICA: Fix for Alias operator to see target child objectsBob Moore2-41/+75
2008-04-22ACPICA: Fix for namespace lookup problemLin Ming1-16/+8
2008-04-22ACPICA: New interfaces for table event handlersLin Ming3-2/+119
2008-04-22ACPICA: Support for iASL - multiple files and wildcardsBob Moore2-0/+7
2008-04-22ACPICA: Updated error message for dynamic method serializationBob Moore1-1/+1
2008-04-22ACPICA: Fix for update of the Global Lock HandleBob Moore2-8/+14
2008-04-22ACPICA: Fix for package reference countsBob Moore1-0/+22
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 Moore4-12/+32
2008-04-22ACPICA: Removed extraneous codeBob Moore2-10/+1
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 Moore6-8/+170
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore8-134/+196
2008-04-22ACPICA: Removed unused codeBob Moore4-39/+0
2008-04-22ACPICA: Several fixes for internal method result stackBob Moore6-482/+161
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-12/+8