summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ACPICA copyrights to 2013.Robert Moore2013-01-08325-331/+331
* Debugger: Add support to test all possible sleep values.Robert Moore2012-12-211-0/+10
* Update version to 20121220.R12_20_12Robert Moore2012-12-201-1/+1
* Logfile: Changes for version 20121220.Robert Moore2012-12-201-0/+87
* ACPICA reference: Add new resource manager interface.Robert Moore2012-12-202-0/+0
* Update build.txt readme for master ACPICA generation.Robert Moore2012-12-201-3/+3
* Fix comment in acenv.h - no functional change.Robert Moore2012-12-201-1/+1
* ASLTS: Remove an invalid error condition.Robert Moore2012-12-141-1/+2
* Makefiles/projectfiles: Update for new files.Robert Moore2012-12-142-0/+25
* iASL source restructuring: split large files into 5 new files.Robert Moore2012-12-1415-2555/+3193
* Windows project files: Update for new files.Robert Moore2012-12-126-0/+132
* Unix makefiles: Update for new files.Robert Moore2012-12-124-0/+17
* Source restructuring: split large files into 8 new files.Robert Moore2012-12-1223-3764/+4807
* iASL: Add remark if Timer() used in a 32-bit table.Robert Moore2012-12-122-1/+11
* ASLTS: Remove a couple of incorrect tests.Robert Moore2012-12-122-2/+8
* Interpreter: Fix Store() when implicit conversion is not possibleRobert Moore2012-12-071-5/+20
* Tests: Fix problem with Increment/Decrement ASL tests.Robert Moore2012-12-072-5/+4
* Resources: Split interrupt share/wake bits into two fields.Robert Moore2012-12-073-14/+36
* iASL: Cleanup table compiler debut output code.Robert Moore2012-12-062-32/+12
* Resources: Support for ACPI 5.0 wake bit in ExtendedInterrupt descriptor.Robert Moore2012-12-061-5/+5
* Interpreter: Add warning if 64-bit constant appears in 32-bit table.Robert Moore2012-12-066-13/+26
* Update ACPICA initialization messages.Robert Moore2012-12-065-8/+15
* Namespace: Eliminate dot...dot output during initialization.Robert Moore2012-12-061-19/+4
* Resource manager: Add support for ACPI 5.0 wake bit in IRQ descriptor.Robert Moore2012-12-061-4/+4
* Fix possible memory leak in dispatcher error path.Robert Moore2012-12-061-0/+1
* iASL: Additional debug output for table compiler.Robert Moore2012-12-055-3/+143
* Update for non-configured ACPI_IS_DEBUG_ENABLED macro.Robert Moore2012-12-052-3/+7
* iASL: Finish support for the TPM2 table.Robert Moore2012-12-057-1/+32
* iASL: Finish support for CSRT table.Robert Moore2012-12-059-17/+213
* AcpiHelp: Fix a few small typos.Robert Moore2012-12-041-8/+8
* Merge all debug output macros into a single file, acoutput.hRobert Moore2012-11-302-130/+119
* Deploy new ACPI_IS_DEBUG_ENABLED macro in debug output code.Robert Moore2012-11-303-7/+19
* Update ACPI_IS_DEBUG_ENABLED macro.Robert Moore2012-11-301-1/+1
* Eliminate superfluous return_UINT8 and return_UINT32 macros.Robert Moore2012-11-3010-32/+25
* FUNCTION_TRACE macros: Check if debug is enabled up-front.Robert Moore2012-11-301-41/+80
* DEBUG_PRINT macros: Update to improve performance.Robert Moore2012-11-302-69/+99
* ASLTS: Fix several issues with mutex tests.Robert Moore2012-11-292-22/+29
* Resource Manager: Add a pointer cast for a namespace node.Robert Moore2012-11-281-1/+2
* Add header file support for the ACPI 5.0 TPM2 ACPI table.Robert Moore2012-11-281-0/+36
* ASLTS: update package name for the bug demo test (bdemo).Robert Moore2012-11-271-1/+1
* Add time macros for various timer/time manipulation.Robert Moore2012-11-268-34/+56
* Fix some typos in comments. No functional change.Robert Moore2012-11-263-4/+4
* ASLTS: Update for ObjectType syntax change.Robert Moore2012-11-2613-54/+71
* Update ** pointers in some of the various walk functions.Robert Moore2012-11-217-12/+13
* ASLTS: Update generation/execution scripts.Robert Moore2012-11-213-19/+36
* iASL: Disallow method call as argument to ObjectType ASL operator.Robert Moore2012-11-211-1/+14
* Unix user-space OSL: Fix problem with WaitSemaphore.Robert Moore2012-11-211-8/+47
* ASLTS: Remove a test case for ObjectType operator.Robert Moore2012-11-161-11/+15
* ASLTS: Remove test that tests a nearly impossible condition.Robert Moore2012-11-161-2/+19
* ASLTS: Update for changed exception codes for LoadTable operator.Robert Moore2012-11-161-10/+11