summaryrefslogtreecommitdiff
path: root/source/components
AgeCommit message (Expand)Author
2013-12-03Add option to favor 32-bit FADT addresses.Robert Moore
2013-11-27Add option to ignore XSDT and force the use of the RSDT.Robert Moore
2013-11-27Add validation of the XSDT root table if present.Robert Moore
2013-11-26Remove unused ACPI_FREE_BUFFER macro. No functional change.Robert Moore
2013-11-22Disassembler: Improve pathname support for emitted External() statements.Robert Moore
2013-11-22Debug output: Fix a couple of small output issues.Robert Moore
2013-11-12Debugger: Simplify buffer deletion for Resources command.Robert Moore
2013-11-12Add support to delete all objects attached to the root namespace node.Robert Moore
2013-11-12Delete all attached data objects during namespace node deletion.Robert Moore
2013-11-08Revert "Cleanup ACPI_ALLOCATE_BUFFER buffer deletion."Robert Moore
2013-11-08Resources: Fix loop termination for the get AML length function.Robert Moore
2013-11-07Cleanup ACPI_ALLOCATE_BUFFER buffer deletion.Robert Moore
2013-11-07Fix some miscellaneous Linux generation issues.Robert Moore
2013-09-27Debug output: Do not emit function nesting level for kernel build.Robert Moore
2013-09-20Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces.Robert Moore
2013-09-20Debugger: Echo actual command for "unknown command" message.Robert Moore
2013-09-19Update comment: no functional change.Robert Moore
2013-09-18Add EXPORT_ACPI_INTERFACES macro to external interface modules.Robert Moore
2013-09-18Hardcode access width for the reset register.Robert Moore
2013-09-18Fix several possible memory leaks in the GPE handling.Robert Moore
2013-09-18Cleanup memory allocation macros and configurability.Robert Moore
2013-09-18Debugger/Apps: Add safe versions of common string functions.Robert Moore
2013-09-13AcpiExec: Add history/line-editing for Unix/Linux systems.Robert Moore
2013-09-05Debugger: Add a check for a null node during namespace walk.Robert Moore
2013-09-04Fix for a Store->ArgX when ArgX contains a reference to a field.Robert Moore
2013-09-04Table print header function: Increase default width for table length.Robert Moore
2013-08-30iASL: Implement wildcard support for -e option (get external tables).Robert Moore
2013-08-23Debugger: Ensure that debug output is immediately disabled on termination.Robert Moore
2013-08-22SCI Handlers: Update handler interface, eliminate unnecessary argument.Robert Moore
2013-08-22SCI handlers: Optimize installation by only locking SCI list once.Robert Moore
2013-08-22AcpiDump: Add RSDP/RSDT/XSDT table extraction support.Robert Moore
2013-08-22Tables: Cleanup table checksum verification code.Robert Moore
2013-08-22Debugger: Remove unused variable.Robert Moore
2013-08-21Debugger: Add new command to display full namespace pathnames.Robert Moore
2013-08-16Operation region support: Never free the handler "context" pointer.Robert Moore
2013-08-16Add support for host-installed SCI handlers.Robert Moore
2013-08-14Validate start object for AcpiWalkNamespace.Robert Moore
2013-08-14Debugger: Prevent possible command line buffer overflow.Robert Moore
2013-08-07Revert "Add support for method invocation as a target operand for ASL operato...Robert Moore
2013-08-07Revert "Parser: Fix handling of NULL target operands."Robert Moore
2013-08-02Parser: Fix handling of NULL target operands.Robert Moore
2013-08-01Debug output: small formatting update, no functional change.Robert Moore
2013-08-01Add support for method invocation as a target operand for ASL operators.Robert Moore
2013-07-31AcpiRead: On error, do not modify the return value target location.Robert Moore
2013-07-26Improve error message for "too many parent prefixes" condition.Robert Moore
2013-07-25Update names for WalkNamespace callbacks to clarify usage.Robert Moore
2013-07-19Return error if DerefOf resolves to a null package element.Robert Moore
2013-07-19Make ACPI Power Management Timer (PM Timer) optional.Robert Moore
2013-07-18Expose _OSI invocation information to the host.Robert Moore
2013-07-18Add AcpiUpdateInterfaces public interface.Robert Moore