summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 20180427R04_27_18Robert Moore2018-04-271-1/+1
* Logfile: Changes for version 20180427Robert Moore2018-04-271-0/+43
* Debugger: Removed direct support for EC address space in "Test Objects"Robert Moore2018-04-271-2/+1
* Disassembler: Fix a typo in the NFIT table supportRobert Moore2018-04-271-1/+1
* Debugger: Add Package support for "test objects" commandRobert Moore2018-04-271-2/+62
* iASL: Add support to detect illegal forward referencesRobert Moore2018-04-209-208/+202
* acpiexec: Add option to disable the local fault handlerRobert Moore2018-04-192-1/+12
* Improve error messages for the namespace root nodeRobert Moore2018-04-195-14/+30
* Add error messages for ACPI tables with bad OEM and OEM Table IDsRobert Moore2018-04-133-2/+19
* Merge pull request #376 from tsoome/illumosRobert Moore2018-04-131-0/+1
|\
| * acpi: this statement may fall throughToomas Soome2018-03-311-0/+1
* | Merge pull request #378 from ColinIanKing/masterRobert Moore2018-04-131-1/+1
|\ \ | |/ |/|
| * Fix potential infinite loop in AcpiRsDumpByteListColin Ian King2018-04-101-1/+1
|/
* Merge pull request #375 from ColinIanKing/masterRobert Moore2018-03-191-1/+1
|\
| * Tables: Fix spelling mistake in commentColin Ian King2018-03-191-1/+1
|/
* iASL: Enhance the -tc option (create AML hex file in C)Robert Moore2018-03-163-3/+80
* Update version to 20180313R03_13_18Robert Moore2018-03-131-1/+1
* Logfile: Changes for version 20180313Robert Moore2018-03-131-0/+46
* Merge pull request #371 from SchmErik/acpisrc_dev02Robert Moore2018-03-091-1/+4
|\
| * acpisrc: restore check to avoid segfault on modes other than -lErik Schmauss2018-03-091-1/+4
|/
* Merge pull request #364 from jwrdegoede/get-object-infoRobert Moore2018-03-094-25/+9
|\
| * Remove calling of _STA from AcpiGetObjectInfo()Hans de Goede2018-02-264-25/+9
* | Merge pull request #369 from SchmErik/acpisrc_dev01Robert Moore2018-03-095-10/+71
|\ \
| * | acpisrc: adding feature to convert files with SPDX headersErik Schmauss2018-03-055-10/+71
* | | Merge pull request #370 from SchmErik/pr363Robert Moore2018-03-091-2/+7
|\ \ \
| * | | Events: add a return on failure from AcpiHwRegisterReadErik Schmauss2018-03-091-2/+7
| |/ /
* | | acpiexec: update for module-level code changesRobert Moore2018-03-093-26/+68
* | | Cleanup/simplify module-level code supportRobert Moore2018-03-099-70/+116
|/ /
* | Merge pull request #367 from SchmErik/aslts_dev04Robert Moore2018-02-282-29/+28
|\ \
| * | ASLTS: parallelize ASLTS acpiexec execution for speedErik Schmauss2018-02-282-29/+28
* | | Merge pull request #296 from kkamagui/fix_operand_cache_memory_leak_in_acpi_n...Robert Moore2018-02-281-0/+10
|\ \ \
| * | | acpi: acpica: fix acpi operand cache leak in nseval.cSeunghun Han2017-07-191-0/+10
* | | | Merge pull request #365 from SchmErik/macro_fixRobert Moore2018-02-284-9/+11
|\ \ \ \
| * | | | macros: fix ACPI_ERROR_NAMESPACE macroErik Schmauss2018-02-284-9/+11
* | | | | Rename a global for clarity, no functional changeRobert Moore2018-02-288-11/+10
| |_|/ / |/| | |
* | | | Merge pull request #366 from SchmErik/aslts_dev03Robert Moore2018-02-28163-2925/+2925
|\ \ \ \ | |/ / / |/| | |
| * | | ASLTS: Change CH03 to use __LINE__ and __METHOD__ macrosErik Schmauss2018-02-26159-1620/+1620
| * | | ASLTS: change M380-M387, M390, M391 to use the __LINE__ macroErik Schmauss2018-02-163-594/+594
| * | | ASLTS: change CH04 to emit line numbers instead of indexErik Schmauss2018-02-1690-711/+711
| | |/ | |/|
* | | Merge pull request #329 from zetalog/gpe-acpiexecRobert Moore2018-02-282-24/+24
|\ \ \
| * | | acpiexec: Fix wrong faked GPE registersLv Zheng2017-10-161-5/+5
| * | | acpiexec: Fix order of table loading and GPE initializationLv Zheng2017-10-161-19/+19
* | | | Merge pull request #322 from zetalog/acpica-gpeRobert Moore2018-02-2810-120/+219
|\ \ \ \
| * | | | Events: Dispatch GPEs after enabling for the first timeLv Zheng2017-10-166-12/+52
| * | | | Events: Add parallel GPE handling support to fix potential redundant _Exx eva...Lv Zheng2017-10-122-92/+142
| * | | | Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeLv Zheng2017-10-124-21/+4
| * | | | Events: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2017-10-123-1/+14
| * | | | Events: Dispatch active GPEs at init timeRafael J. Wysocki2017-10-121-4/+17
* | | | | AcpiExec: Use memcpy instead of strncpy when contructing table headerRobert Moore2018-02-272-6/+6
* | | | | Change a compile-time option to a runtime optionRobert Moore2018-02-272-17/+26
| |_|/ / |/| | |