summaryrefslogtreecommitdiff
path: root/source/include/acglobal.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-9/+5
* Make AcpiGbl_SystemAwakeAndRunning publically available.Robert Moore2010-09-081-1/+1
* Revert "Remove obsolete/unused AcpiGbl_SystemAwakeAndRunning global."Robert Moore2010-09-031-0/+1
* Remove obsolete/unused AcpiGbl_SystemAwakeAndRunning global.Robert Moore2010-08-191-1/+0
* Add new host interfaces for _OSI support.Robert Moore2010-08-051-1/+6
* iASL: Allow multiple invocations of -e option.Robert Moore2010-07-201-0/+1
* Truncate I/O addresses to 16 bits for Windows compatibility.Robert Moore2010-05-201-0/+8
* acpiexec: add option to disable memory tracking mechanism.Robert Moore2010-05-191-0/+1
* Clarify/rename some root table descriptor fields.Robert Moore2010-04-051-4/+3
* Update part 2: DSDT copy/detection.Robert Moore2010-03-311-1/+1
* Set DSDT copy option to FALSE by default.Robert Moore2010-03-251-1/+1
* Add subsystem option to force copy of DSDT to local memory.Robert Moore2010-03-241-0/+8
* Add detection of corrupted/replaced DSDT.Robert Moore2010-03-241-0/+5
* Enhance configuration for output of AML Debug Object.Robert Moore2010-02-261-0/+5
* 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/+1
* Add support for module-level executable AML code.Robert Moore2009-07-231-0/+2
* Major update for AcpiGetObjectInfo external interface.Robert Moore2009-06-101-1/+2
* Remove duplicate extern declarations for public globals.Robert Moore2009-05-221-15/+18
* Remove unused global variables.Robert Moore2009-04-081-3/+0
* New: I/O port protection.Robert Moore2009-03-131-0/+1
* Fix AcpiWalkNamespace race condition with table unload.Robert Moore2009-03-061-0/+4
* Split out PM1 status registers from the FADT.Robert Moore2009-01-301-1/+4
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Allow OS override of all ACPI tables.Robert Moore2008-12-091-1/+0
* FADT: set UseDefaultRegisterWidths to TRUE by default.Robert Moore2008-12-031-1/+1
* FADT parsing changes and fixes.Robert Moore2008-11-211-0/+6
* New: AcpiGetGpeDevice interface.Robert Moore2008-11-181-0/+1
* Add global pointer for FACS table to simplify FACS access.Robert Moore2008-10-161-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* AcpiExec: Add support for dynamic table load/unload.Robert Moore2008-06-131-1/+1
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Added new event counters and statistics interface.rmoore12007-11-141-1/+2
* Implemented new event counters.rmoore12007-11-091-1/+3
* Cosmetic changes only, no functional changes.rmoore12007-10-251-6/+4
* New interfaces for table event handlers.rmoore12007-09-191-1/+4
* Fixed a couple compiler warnings for extra extern statements.rmoore12007-03-141-45/+52
* Update for mutiple global lock acquisitions by same thread.rmoore12007-03-141-9/+13
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Added option to display memory statistics upon termination.rmoore12006-12-141-1/+2
* ACPICA: Split AcpiFormatException into two parts. New function is AcpiUtVerif...rmoore12006-08-301-1/+9
* ACPICA: Update internal GPE data structure to simplify debug, use GpeNumber i...rmoore12006-08-281-2/+1
* ACPICA: Change for GPE support: when a "wake" GPE is received, now all wake G...rmoore12006-08-281-37/+35
* ACPICA: Add AcpiGpeCount global to track the number of GPE eventsrmoore12006-08-241-1/+5
* The Table Manager component has been completely redesigned and reimplemented....rmoore12006-08-231-36/+11
* ACPICA: Completed a new design and implementation for the ACPI Global Lock su...rmoore12006-07-201-2/+2
* add comments to global spinlocksrmoore12006-06-221-3/+3
* Major update for locking.rmoore12006-06-201-7/+20
* Convert hardware mutex to a spinlock, since code is used at xrupt levelrmoore12006-06-021-1/+5