summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* acpihelp: Split files and generate cleanupRobert Moore2016-12-0813-687/+957
* Macro header: Fix some typos in comments. No functional changeRobert Moore2016-12-071-6/+8
* Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2016-12-0219-292/+906
|\
| * Merge pull request #190 from zetalog/acpica-sleepRobert Moore2016-12-026-14/+93
| |\
| | * Hardware: Add sleep register hooksLv Zheng2016-11-116-14/+93
| * | Merge pull request #161 from zetalog/acpica-gasRobert Moore2016-12-023-46/+276
| |\ \
| | * | Hardware: Sort access bit width algorithmLv Zheng2016-11-091-20/+59
| | * | Utilities: Add power of two rounding supportLv Zheng2016-11-091-0/+60
| | * | Hardware: Add AccessWidth/BitOffset support in AcpiHwWrite()Lv Zheng2016-11-091-9/+49
| | * | Hardware: Add AccessWidth/BitOffset support in AcpiHwRead()Lv Zheng2016-11-091-15/+45
| | * | Hardware: Add optimized access bit width supportLv Zheng2016-11-091-2/+52
| | * | Hardware: Enhance AcpiHwValidateRegister() with AccessWidth/BitOffset awarenessLv Zheng2016-11-091-9/+14
| | * | Hardware: Introduce a set of macros to handle bit width mask generationLv Zheng2016-11-092-13/+14
| | * | Utilities: Add ACPI_IS_POWER_OF_TWO()Lv Zheng2016-11-091-0/+5
| | |/
| * | Merge pull request #148 from zetalog/acpica-debuggerRobert Moore2016-12-0211-231/+535
| |\ \
| | * | Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-0311-231/+535
| * | | Linux-specific header: Add support for s390x compilation.Colin Ian King2016-11-301-1/+2
* | | | Fix a couple of debug output statementsRobert Moore2016-12-022-2/+2
|/ / /
* | | Update version to 20161117R11_17_16Robert Moore2016-11-171-1/+1
* | | Table Manager: Fix error path memory leak while getting table(s) from fileRobert Moore2016-11-171-2/+3
* | | Revert "FADT support cleanup"Robert Moore2016-11-176-219/+242
* | | Merge pull request #180 from coypoop/masterRobert Moore2016-11-161-6/+13
|\ \ \
| * | | All paths lead to Exit (and closing fd)Maya Rashish2016-10-141-2/+4
| * | | Rename ErrorExit to Exit.Maya Rashish2016-10-141-5/+5
| * | | Check if allocation failedMaya Rashish2016-10-141-0/+5
* | | | acpixtract: change fopen mode from "rt" to "r"Peter Wu2016-11-162-4/+4
* | | | acpixtract: support CRLF in input filesPeter Wu2016-11-161-2/+2
| |_|/ |/| |
* | | iASL: Grammar change updatesRobert Moore2016-11-048-638/+992
* | | iASL: Update for handling of External() statements/opcodesRobert Moore2016-11-041-0/+15
* | | iASL: Remove error for method invocation as a targetRobert Moore2016-11-041-12/+1
* | | Disassembler: Add support to disable ASL+ optimizations for some opsRobert Moore2016-11-041-146/+202
* | | Utilities: Add new decode function for parser valuesRobert Moore2016-11-043-0/+59
* | | Parser: Update parse info table for some operatorsRobert Moore2016-11-041-4/+4
* | | Parser: Allow method invocations as target operandsRobert Moore2016-11-044-39/+59
* | | acpibin: Add two new command line options for comparing filesRobert Moore2016-11-043-3/+25
* | | Merge pull request #178 from zetalog/acpica-nameRobert Moore2016-11-033-32/+67
|\ \ \
| * | | Namespace: Add AcpiNsHandleToName()Lv Zheng2016-09-233-32/+67
* | | | Merge pull request #182 from zetalog/acpica-diverg-tableRobert Moore2016-11-0318-229/+341
|\ \ \ \ | |_|_|/ |/| | |
| * | | Tables: Allow FADT to be customized with virtual addressLv Zheng2016-11-041-6/+7
| * | | Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory()...Lv Zheng2016-11-045-28/+199
| * | | Tables: Add an error message complaining driver bugsLv Zheng2016-11-041-0/+17
| * | | Tables: Add AcpiTbUnloadTable()Lv Zheng2016-11-044-69/+62
| * | | Tables: Cleanup AcpiTbInstallAndLoadTable()Lv Zheng2016-11-044-45/+6
| * | | Events: Fix AcpiEvInitializeRegion() return valueLv Zheng2016-11-046-51/+29
| * | | Dispatcher: Tune interpreter lock around AcpiEvInitializeRegion()Lv Zheng2016-11-045-19/+10
| * | | Dispatcher: Fix an unbalanced lock exit path in AcpiDsAutoSerializeMethod()Lv Zheng2016-11-041-1/+1
| * | | Dispatcher: Fix order issue of method terminationLv Zheng2016-11-041-20/+20
| | |/ | |/|
* | | iASL: optimization improvement for 32-bit tablesRobert Moore2016-10-311-3/+7
* | | Disassembler: fix regression for ResourceTemplatesRobert Moore2016-10-251-3/+1
|/ /
* | avoid iasl return Access Size error with PCC register whenHoan Tran2016-10-111-0/+5