summaryrefslogtreecommitdiff
path: root/source/include
AgeCommit message (Expand)Author
2013-12-04iASL: Add full support for the DBG2 table.Robert Moore
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-26Linux Header: Remove unused OSL prototypes.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-15Update version to 20131115.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-07Tests/ASLTS: Enable CHECKSUM_ABORT to allow feature to be tested properly.Robert Moore
2013-11-07Cleanup ACPI_ALLOCATE_BUFFER buffer deletion.Robert Moore
2013-11-07Linux: Update aclinux.h to use correct ACPICA macros.Robert Moore
2013-09-27Update version to 20130927.Robert Moore
2013-09-27Fix small corruption in license header - no functional change.Robert Moore
2013-09-27Update aclinux.h for new OSL override mechanism.Robert Moore
2013-09-26Add support to allow host to redefine individual OSL prototypes.Robert Moore
2013-09-26Simplify configuration of global ACPI_REDUCED_HARDWARE macro.Robert Moore
2013-09-26Prevent possible build issues for use of ACPI_PRINTF_LIKE macroRobert Moore
2013-09-20Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces.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-18Gcc-specific header: replace __FUNCTION__ with __func__Robert Moore
2013-09-18Predefine name macros: Sort list, add _CBA method.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-18Fix a macro for the hardware-reduced caseRobert Moore
2013-09-13AcpiExec: Add history/line-editing for Unix/Linux systems.Robert Moore
2013-08-23Debugger: Ensure that debug output is immediately disabled on termination.Robert Moore
2013-08-23Update version to 20130823.Robert Moore
2013-08-22SCI Handlers: Update handler interface, eliminate unnecessary argument.Robert Moore
2013-08-22AcpiDump: Code cleanup, no functional change.Robert Moore
2013-08-22AcpiDump: Cleanup exception codes in the Linux OSL.Robert Moore
2013-08-22AcpiDump: Add multiple table instances support.Robert Moore
2013-08-22AcpiDump: Add RSDP/RSDT/XSDT table extraction support.Robert Moore
2013-08-21Debugger: Add new command to display full namespace pathnames.Robert Moore
2013-08-16Add support for host-installed SCI handlers.Robert Moore
2013-08-14Debugger: Prevent possible command line buffer overflow.Robert Moore
2013-08-14Linux-specific header: enable "aarch64" 64-bit build.Robert Moore
2013-08-08Revert "Disassembler: Update for CondRefOf operator."Robert Moore
2013-08-02Disassembler: Update for CondRefOf operator.Robert Moore
2013-07-26iASL/disassembler: Add support for external method reference file.Robert Moore
2013-07-25Update version to 20130725.Robert Moore
2013-07-25Update headers for rename of walk namespace arguments.Robert Moore
2013-07-18Expose _OSI invocation information to the host.Robert Moore
2013-07-18Add AcpiUpdateInterfaces public interface.Robert Moore
2013-07-03Merge pull request #16 from juikim/masterRobert Moore
2013-06-28iASL/Disassembler: Emit all unresolved method externals in a text blockRobert Moore
2013-06-27Move few platform-specific definitions from FreeBSD header files to acfreebsd.h.Jung-uk Kim
2013-06-26Reduce code duplication.Jung-uk Kim