Age | Commit message (Expand) | Author |
2008-04-22 | ACPICA: Fix to handle NULL package elements correctly | Lin Ming |
2008-04-22 | ACPICA: Fix for extraneous debug message for packages | Bob Moore |
2008-04-22 | ACPICA: Fix for possible error when packages/buffers are passed to methods ex... | Bob Moore |
2008-04-22 | ACPICA: Update behavior of CopyObject to match ACPI spec | Lin Ming |
2008-04-22 | ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRC | Bob Moore |
2008-04-22 | ACPICA: Added new error messages | Bob Moore |
2008-04-22 | ACPICA: Add va_end statements as appropriate | Bob Moore |
2008-04-22 | ACPICA: Fixes for Unload and DDBHandles | Lin Ming |
2008-04-22 | ACPICA: Fix for LoadTable operator, input strings | Lin Ming |
2008-04-22 | ACPICA: Fix for Load operator | Lin Ming |
2008-04-22 | ACPICA: Methods now implicitly return 0 in slack mode | Lin Ming |
2008-04-22 | ACPICA: Fix for SizeOf when used with Buffers and Packages | Lin Ming |
2008-04-22 | ACPICA: Implemented full argument resolution support for the BankValue argume... | Lin Ming |
2008-04-22 | ACPICA: Undo accidental checkin of not-fully-tested mutex changes | Bob Moore |
2008-04-22 | ACPICA: Implemented full support for deferred execution for the TermArg strin... | Lin Ming |
2008-04-22 | ACPICA: Fixed a problem with Index Fields where the Index register was incorr... | Bob Moore |
2008-04-22 | ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of t... | Bob Moore |
2008-04-22 | ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op... | Lin Ming |
2008-04-22 | ACPICA: Fixed a problem with Index references passed as method arguments | Lin Ming |
2008-04-22 | ACPICA: Fixed a problem with FromBCD and ToBCD with some compilers | Bob Moore |
2008-04-22 | ACPICA: Fixes a problem with control method references within packages | Bob Moore |
2008-04-22 | ACPICA: Cleanup of debug output | Bob Moore |
2008-04-22 | ACPICA: Cosmetic changes only, no functional changes | Bob Moore |
2008-04-22 | ACPICA: Cosmetic changes only, no functional changes | Bob Moore |
2008-04-22 | ACPICA: Added additional parameter validation for LoadTable | Lin Ming |
2008-04-22 | ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack... | Bob Moore |
2008-04-22 | ACPICA: Fix for Load/LoadTable to specify load location | Bob Moore |
2008-04-22 | ACPICA: Add error checks to prevent faults | Bob Moore |
2008-04-22 | ACPICA: Add a table checksum verify for Load operator | Bob Moore |
2008-04-22 | ACPICA: Fix for memory leak related to DdbHandle objects | Bob Moore |
2008-04-22 | ACPICA: Fix a fault when storing DdbHandle to Debug object | Bob Moore |
2008-04-22 | ACPICA: Fix for fault if Load() fails | Bob Moore |
2008-04-22 | ACPICA: Fix for Alias operator to see target child objects | Bob Moore |
2008-04-22 | ACPICA: Fix for namespace lookup problem | Lin Ming |
2008-04-22 | ACPICA: New interfaces for table event handlers | Lin Ming |
2008-04-22 | ACPICA: Support for iASL - multiple files and wildcards | Bob Moore |
2008-04-22 | ACPICA: Updated error message for dynamic method serialization | Bob Moore |
2008-04-22 | ACPICA: Fix for update of the Global Lock Handle | Bob Moore |
2008-04-22 | ACPICA: Fix for package reference counts | Bob Moore |
2008-04-22 | ACPICA: Increase maximum buffer size dumped to screen in buffer object dump | Bob Moore |
2008-04-22 | ACPICA: Misc fixes for recent global lock code update | Bob Moore |
2008-04-22 | ACPICA: Removed extraneous code | Bob Moore |
2008-04-22 | ACPICA: Update comments for acquire/release mutex interfaces | Bob Moore |
2008-04-22 | ACPICA: Avoid use of invalid pointers in returned object field | Bob Moore |
2008-04-22 | ACPICA: changed order of interpretation of operand objects | Bob Moore |
2008-04-22 | ACPICA: Update for mutiple global lock acquisitions by same thread | Bob Moore |
2008-04-22 | ACPICA: Removed unused code | Bob Moore |
2008-04-22 | ACPICA: Several fixes for internal method result stack | Bob Moore |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds |
2008-04-21 | acpi: Storage class should be before const qualifier | Tobias Klauser |