summaryrefslogtreecommitdiff
path: root/source/include/aclocal.h
Commit message (Expand)AuthorAgeFilesLines
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* GPE support code overhaul and enhancement.Robert Moore2010-12-011-5/+12
* Clear PCIEXP_WAKE_STS when clearing ACPI events.Robert Moore2010-09-291-0/+1
* Add Vista SP2 to supported _OSI strings.Robert Moore2010-09-291-1/+2
* Make ACPI_THREAD_ID no longer configurable, always UINT64.Robert Moore2010-08-201-1/+1
* Add new host interfaces for _OSI support.Robert Moore2010-08-051-2/+7
* iASL: Allow multiple invocations of -e option.Robert Moore2010-07-201-0/+8
* Additional GPE cleanup.Robert Moore2010-06-291-1/+0
* Performance enhancement for namespace search and access.Robert Moore2010-05-251-2/+3
* Add GPE support for dynamically loaded ACPI tables.Robert Moore2010-04-081-0/+4
* Clarify/rename some root table descriptor fields.Robert Moore2010-04-051-6/+6
* Major update for GPE support code for shared GPEs.Robert Moore2010-03-261-0/+3
* Disassembler: Remove obsolete "Integer64" field in parse object.Robert Moore2010-01-191-1/+0
* Remove obsolete ACPI_INTEGER (acpi_integer) type.Robert Moore2010-01-191-1/+1
* Predefined name repair: fix NULL package elements.Robert Moore2010-01-151-0/+1
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Disassembler: Restructure code for externals, no functional change.Robert Moore2009-10-011-0/+23
* Update _OSI with new Windows OS strings.Robert Moore2009-09-021-0/+3
* Fix: Predefined object repair executed only once.Robert Moore2009-06-231-0/+17
* Update comment.Robert Moore2009-05-211-3/+4
* Disable preservation of SCI enable bit (SCI_EN).Robert Moore2009-05-201-1/+8
* New: AcpiInstallMethod - install a single control method.Robert Moore2009-05-131-0/+1
* Debugger: Lock method args for multithread command.Robert Moore2009-04-241-0/+1
* Fix warnings when ACPI_THREAD_ID is configured as a pointer.Robert Moore2009-04-131-1/+1
* Clear PM register write-only bits on reading.Robert Moore2009-03-131-0/+4
* New: I/O port protection.Robert Moore2009-03-131-0/+29
* Preserve all PM control reserved and ignored bits.Robert Moore2009-03-111-1/+8
* Fix AcpiWalkNamespace race condition with table unload.Robert Moore2009-03-061-0/+10
* Revert "Fix WalkNamespace/TableUnload race condition."Robert Moore2009-02-191-12/+10
* Fix WalkNamespace/TableUnload race condition.Robert Moore2009-02-171-10/+12
* Add function to handle PM1 control registers.Robert Moore2009-02-031-6/+4
* Remove redundant ACPI_BITREG_SLEEP_TYPE_B.Robert Moore2009-02-031-2/+2
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* New: AcpiGetGpeDevice interface.Robert Moore2008-11-181-2/+10
* Move some additional symbols to public headers.Robert Moore2008-10-241-5/+0
* Restructure includes into public/private.Robert Moore2008-10-221-70/+8
* Add a mechanism to escape infinite AML While() loops.Robert Moore2008-10-091-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* New: Validation for predefined ACPI methods/objects.Robert Moore2008-09-241-0/+88
* Return method arg count from AcpiGetObjectInfo.Robert Moore2008-06-261-0/+0
* Fix order of names in global mutex table (debug only).Robert Moore2008-06-261-1/+1
* Add const qualifier for appropriate string constants.Robert Moore2008-05-091-2/+2
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Revert notify handling from synchronous back to asynchronous.rmoore12007-10-181-2/+1
* Change to make Notify() operator completely synchronous.rmoore12007-04-271-1/+2
* changed order of interpretation of operand objects.rmoore12007-03-141-1/+4
* Several fixes for internal method result stack.rmoore12007-03-081-4/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Enhance debugger statistics/memory command.rmoore12006-12-141-1/+3
* Debugger multithreading enhancements.rmoore12006-12-081-3/+21