summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 20140926.R09_26_14Robert Moore2014-09-261-1/+1
* Logfile: Changes for version 20140926.Robert Moore2014-09-261-2/+71
* AcpiExec: Do not put STDIN into raw mode unless it is a terminal.Robert Moore2014-09-261-0/+9
* Documents/iASL: Update for new mapfile feature.Robert Moore2014-09-252-0/+0
* Documents/ACPICA: Update for new features.Robert Moore2014-09-252-0/+0
* iASL: Remove "Illegal forward reference within a method" errorRobert Moore2014-09-251-18/+6
* iASL: Remove "Illegal reference across two methods" error.Robert Moore2014-09-251-5/+26
* Tests: Update ASLTS makefiles.Robert Moore2014-09-251-2/+2
* iASL: Add two workarounds for a very old GCC bug.Robert Moore2014-09-252-2/+7
* Update file permissions.Robert Moore2014-09-193-0/+0
* iASL/Disassembler: Add support for hardware summary mapfiles.Robert Moore2014-09-1938-472/+2335
* iASL/Makefile/ProjectFile: Update dependencies.Robert Moore2014-09-172-2/+4
* iASL: Fix memory allocation/free issue.Robert Moore2014-09-173-13/+15
* Disassembler: Add a null return pointer check in dmbuffer.cRobert Moore2014-09-121-0/+4
* Add "has handler" flag to event/gpe status interfaces.Robert Moore2014-09-123-12/+55
* Update GPE handler removal, match behavior of handler install.Robert Moore2014-09-121-1/+2
* Disable BIOS-enabled GPEs during initialization.Robert Moore2014-09-121-0/+4
* acpidump: Add ACPI 1.0 RSDP support.Robert Moore2014-09-093-1/+42
* acpiexamples: Makefile fix for incorrect CFLAGS.Robert Moore2014-09-091-1/+1
* Update to GPIO region handler interface.Robert Moore2014-09-047-14/+122
* Add string for _DDN method name.Robert Moore2014-09-041-0/+1
* Disassembler/acpihelp: Add new _HID values.Robert Moore2014-09-041-0/+22
* acpiexec: Fix incorrect return value.Robert Moore2014-09-041-1/+1
* acpiexec: Update makefiles and project files for new file.Robert Moore2014-09-022-0/+5
* acpiexec: Update file permissions.Robert Moore2014-09-021-0/+0
* acpiexec: Split large file, no functional change.Robert Moore2014-09-023-799/+969
* Update version to 20140828.R08_28_14Robert Moore2014-08-281-1/+1
* Logfile: Changes for version 20140828.Robert Moore2014-08-281-2/+76
* ACPI 5.1: Add support for runtime validation of _DSD package.Robert Moore2014-08-281-0/+40
* Disassembler: Fix for GpioInt interrupt polarity flags.Robert Moore2014-08-152-2/+4
* iASL: Add _HID or _ADR requirement for Device objects. Remove for _DSD.Robert Moore2014-08-142-22/+12
* Headers: Add GTDT flag definitions for the timer subtable.Robert Moore2014-08-141-2/+6
* ACPI 5.1/Disassembler: Add GICC affinity subtable to SRAT table.Robert Moore2014-08-148-8/+55
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-14108-104/+4
* acpisrc: Add support to standardize lines after copyright header.Robert Moore2014-08-143-2/+34
* iASL/TableCompiler: Add object caching, cleanup memory leaks.Robert Moore2014-08-1410-65/+204
* iASL: Improve cacheing, reduce memory leaks.Robert Moore2014-08-1331-98/+293
* acpiexec: Ensure terminal state is always restored.Robert Moore2014-08-131-0/+2
* iASL: Update file permissions.Robert Moore2014-08-085-0/+0
* iASL: Split huge parser file into multiple subfiles. Uses M4.Robert Moore2014-08-088-1339/+1908
* iASL: Add error detection for illegal named references.Robert Moore2014-08-073-1/+195
* iASL: New file, aslascii.cRobert Moore2014-08-011-0/+421
* iASL: Split ASCII support functions to a new file.Robert Moore2014-08-014-476/+200
* Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2014-08-013-1/+35
|\
| * Merge pull request #45 from zetalog/acpica-1407Robert Moore2014-07-313-1/+35
| |\
| | * Executer: Fix a link error for 64-bit division in the Debug object timestamp ...Lv Zheng2014-07-301-1/+1
| | * Linux: Add support to force header inclusion rules for <acpi/acpi.h>.Lv Zheng2014-07-301-0/+10
| | * Linux: Add support to exclude <asm/acenv.h> inclusion.Lv Zheng2014-07-301-0/+2
| | * Linux: Add stub implementation of ACPICA 64-bit mathematics.Lv Zheng2014-07-301-0/+22
* | | iASL: Add error checking for proper use of _PSx power methods.Robert Moore2014-08-011-1/+36