summaryrefslogtreecommitdiffstats
path: root/Documentation/connector (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-22ACPICA: Bulletproof disassembler for bad ACPI tablesBob Moore1-6/+7
2008-04-22ACPICA: Include file support for new ACPI tablesBob Moore1-1/+334
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: Update version to 20071219Bob Moore1-1/+1
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming12-42/+267
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 Ming9-110/+160
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: Update version to 20071114Bob Moore1-1/+1
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 Moore16-53/+69
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore13-37/+44
2008-04-22ACPICA: Update version to 20071019Bob Moore1-1/+1
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming1-0/+8
2008-04-22ACPICA: Fix for Increment/Decrement operator, incorrect type changeLin Ming1-2/+2
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 Moore4-6/+20
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: update version number to 20070919Bob Moore1-1/+1
2008-04-22ACPICA: Fix for namespace lookup problemLin Ming1-16/+8
2008-04-22ACPICA: New interfaces for table event handlersLin Ming7-4/+139
2008-04-22ACPICA: Add minimal disassembly support for the SLIC tableBob Moore2-0/+2
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: Update version to 20070508Bob Moore1-1/+1
2008-04-22ACPICA: Fix for update of the Global Lock HandleBob Moore2-8/+14
2008-04-22ACPICA: Update version to 20070320Bob Moore1-1/+1
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 Moore5-13/+33
2008-04-22ACPICA: Removed obsolete ACPI_NO_INTEGER64_SUPPORT defineBob Moore2-31/+4
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: Fixed a couple compiler warnings for extra extern statementsBob Moore1-0/+6
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 Moore9-8/+177
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore11-145/+219