| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Fix for some local named nodes not marked temporary and to disallow d... | Bob Moore | 2008-04-23 | 2 | -48/+79 |
* | ACPICA: Update version to 20080321 | Bob Moore | 2008-04-23 | 1 | -1/+1 |
* | ACPICA: Update for new Notify values | Zhang Rui | 2008-04-23 | 4 | -45/+82 |
* | ACPICA: Fixes for size of StartDependent resource descriptor | Bob Moore | 2008-04-23 | 2 | -1/+12 |
* | ACPICA: Updates for Debug object output | Bob Moore | 2008-04-23 | 1 | -24/+52 |
* | ACPICA: Fixes for external Reference Objects | Bob Moore | 2008-04-23 | 3 | -11/+26 |
* | ACPICA: Fix to handle NULL package elements correctly | Lin Ming | 2008-04-22 | 2 | -15/+19 |
* | ACPICA: Fix for extraneous debug message for packages | Bob Moore | 2008-04-22 | 1 | -4/+31 |
* | ACPICA: Update ACPICA version to 20080213 | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Fix for possible error when packages/buffers are passed to methods ex... | Bob Moore | 2008-04-22 | 1 | -0/+8 |
* | ACPICA: Update behavior of CopyObject to match ACPI spec | Lin Ming | 2008-04-22 | 1 | -4/+11 |
* | ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRC | Bob Moore | 2008-04-22 | 7 | -8/+103 |
* | ACPICA: Disassembler support for new ACPI tables | Bob Moore | 2008-04-22 | 2 | -10/+249 |
* | ACPICA: Fix for ACPI_HIDWORD macro | Bob Moore | 2008-04-22 | 1 | -34/+35 |
* | ACPICA: Added new error messages | Bob Moore | 2008-04-22 | 1 | -0/+9 |
* | ACPICA: Add va_end statements as appropriate | Bob Moore | 2008-04-22 | 2 | -0/+6 |
* | ACPICA: Update version to 20080123 | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Fixes for Unload and DDBHandles | Lin Ming | 2008-04-22 | 5 | -20/+88 |
* | ACPICA: Bulletproof disassembler for bad ACPI tables | Bob Moore | 2008-04-22 | 1 | -6/+7 |
* | ACPICA: Include file support for new ACPI tables | Bob Moore | 2008-04-22 | 1 | -1/+334 |
* | ACPICA: Fix for LoadTable operator, input strings | Lin Ming | 2008-04-22 | 2 | -13/+24 |
* | ACPICA: Fix for Load operator | Lin Ming | 2008-04-22 | 1 | -0/+1 |
* | ACPICA: Methods now implicitly return 0 in slack mode | Lin Ming | 2008-04-22 | 1 | -0/+24 |
* | ACPICA: Fix for SizeOf when used with Buffers and Packages | Lin Ming | 2008-04-22 | 1 | -5/+17 |
* | ACPICA: Update version to 20071219 | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Implemented full argument resolution support for the BankValue argume... | Lin Ming | 2008-04-22 | 12 | -42/+267 |
* | ACPICA: Undo accidental checkin of not-fully-tested mutex changes | Bob Moore | 2008-04-22 | 1 | -16/+0 |
* | ACPICA: Implemented full support for deferred execution for the TermArg strin... | Lin Ming | 2008-04-22 | 9 | -110/+160 |
* | ACPICA: Fixed a problem with Index Fields where the Index register was incorr... | Bob Moore | 2008-04-22 | 2 | -44/+34 |
* | ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of t... | Bob Moore | 2008-04-22 | 1 | -5/+8 |
* | ACPICA: Update version to 20071114 | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op... | Lin Ming | 2008-04-22 | 2 | -10/+13 |
* | ACPICA: Fixed a problem with Index references passed as method arguments | Lin Ming | 2008-04-22 | 1 | -2/+8 |
* | ACPICA: Fixed a problem with FromBCD and ToBCD with some compilers | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Fixes a problem with control method references within packages | Bob Moore | 2008-04-22 | 2 | -2/+3 |
* | ACPICA: Cleanup of debug output | Bob Moore | 2008-04-22 | 1 | -9/+30 |
* | ACPICA: Cosmetic changes only, no functional changes | Bob Moore | 2008-04-22 | 16 | -53/+69 |
* | ACPICA: Cosmetic changes only, no functional changes | Bob Moore | 2008-04-22 | 13 | -37/+44 |
* | ACPICA: Update version to 20071019 | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Added additional parameter validation for LoadTable | Lin Ming | 2008-04-22 | 1 | -0/+8 |
* | ACPICA: Fix for Increment/Decrement operator, incorrect type change | Lin Ming | 2008-04-22 | 1 | -2/+2 |
* | ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack... | Bob Moore | 2008-04-22 | 2 | -20/+26 |
* | ACPICA: Fix for Load/LoadTable to specify load location | Bob Moore | 2008-04-22 | 4 | -6/+20 |
* | ACPICA: Add error checks to prevent faults | Bob Moore | 2008-04-22 | 2 | -2/+16 |
* | ACPICA: Add a table checksum verify for Load operator | Bob Moore | 2008-04-22 | 2 | -4/+22 |
* | ACPICA: Fix for memory leak related to DdbHandle objects | Bob Moore | 2008-04-22 | 1 | -0/+1 |
* | ACPICA: Fix a fault when storing DdbHandle to Debug object | Bob Moore | 2008-04-22 | 1 | -1/+11 |
* | ACPICA: Fix for fault if Load() fails | Bob Moore | 2008-04-22 | 3 | -18/+43 |
* | ACPICA: Fix for Alias operator to see target child objects | Bob Moore | 2008-04-22 | 2 | -41/+75 |
* | ACPICA: update version number to 20070919 | Bob Moore | 2008-04-22 | 1 | -1/+1 |