summaryrefslogtreecommitdiff
path: root/source/components/utilities/utxface.c
Commit message (Expand)AuthorAgeFilesLines
* Divergence: Port declarators back to ACPICALv Zheng2016-06-151-1/+1
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Debugger: Fix "terminate" command by cleaning up subsystem shutdown logicLv Zheng2015-10-201-14/+0
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-10-201-4/+0
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-3/+0
* Revert "Debugger: Fix "quit/exit" command by cleaning up user commands termin...Robert Moore2015-09-301-0/+4
* Revert "Debugger: Fix "terminate" command by cleaning up subsystem shutdown l...Robert Moore2015-09-301-0/+14
* Debugger: Fix "terminate" command by cleaning up subsystem shutdown logicLv Zheng2015-09-251-14/+0
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-09-251-4/+0
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Debugger: Split debugger initialization/termination APIs.Lv Zheng2015-08-141-8/+0
* Disassembler: Remove duplicate code in _PLD processing.Robert Moore2015-07-221-2/+2
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-3/+3
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-744/+744
* source and test: update copyright notices to 2015David E. Box2015-01-231-744/+744
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-1/+0
* iASL: Add support for ToPLD macro.Robert Moore2014-10-011-1/+3
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Fix some miscellaneous Linux generation issues.Robert Moore2013-11-071-0/+1
* Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces.Robert Moore2013-09-201-1/+1
* Add AcpiUpdateInterfaces public interface.Robert Moore2013-07-181-0/+34
* _OSI Support: handle any errors from AcpiOsAcquireMutex.Robert Moore2013-03-081-4/+16
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-1/+1
* Audit/update for ACPICA return macros and debug depth counter.Robert Moore2012-09-211-1/+3
* Add multi-endian support to the _PLD decode routine.Robert Moore2012-08-091-29/+31
* Split ACPICA initialization functions to new file, utxfinit.cRobert Moore2012-07-191-310/+1
* Disassembler: Add support to decode _PLD buffers.Robert Moore2012-07-191-3/+3
* Add support for complex _PLD buffers.Robert Moore2012-07-181-0/+93
* Lint changes.Robert Moore2012-02-151-2/+0
* Support for custom ACPICA build for ACPI 5.0 reduced hardware.Robert Moore2012-02-011-0/+7
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Add support for region address conflict checking.Robert Moore2011-12-211-1/+44
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* GPE support code overhaul and enhancement.Robert Moore2010-12-011-21/+0
* Add new host interfaces for _OSI support.Robert Moore2010-08-051-1/+149
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Add support for module-level executable AML code.Robert Moore2009-07-231-0/+10
* Fix fault if AcpiTerminate is called twice.Robert Moore2009-07-141-4/+17
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Restructure includes into public/private.Robert Moore2008-10-221-1/+3
* Add global pointer for FACS table to simplify FACS access.Robert Moore2008-10-161-0/+12
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* Return status from global init function.Robert Moore2008-07-091-1/+6
* Move GPE enable until after _REG/_STA/_INI methods are run.Robert Moore2008-05-071-21/+24