summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ / |/| | |
* | | | AML Debug Object: Don't ignore output of zero-length stringsRobert Moore2018-02-151-4/+3
* | | | Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2018-02-15266-3814/+3811
|\ \ \ \
| * \ \ \ Merge pull request #360 from SchmErik/aslts_dev02Robert Moore2018-02-15266-3814/+3811
| |\ \ \ \
| | * | | | ASLTS: change formatting of ERR to emit decimal line numbersErik Schmauss2018-02-141-5/+2
| | * | | | ASLTS: adding macros to ERR functionsErik Schmauss2018-02-14266-3809/+3809
| |/ / / /
* | | | | Fix memory leak on unusual memory leakRobert Moore2018-02-151-0/+3
|/ / / /
* | | | Update for ACPICA build/release instructionsRobert Moore2018-02-141-3/+9
* | | | Merge pull request #359 from dell/thunderboltRobert Moore2018-02-142-0/+2
|\ \ \ \
| * | | | Recognize the _OSI string "Windows 2017.2"Mario Limonciello2018-02-122-0/+2
|/ / / /
* | | | Update version to 20180209R02_09_18Robert Moore2018-02-091-1/+1
* | | | Logfile: Changes for version 20180209Robert Moore2018-02-091-0/+68
* | | | Add option to disable Package object name resolution errorsRobert Moore2018-02-092-5/+31
* | | | Merge pull request #358 from SchmErik/iasl_externRobert Moore2018-02-084-7/+18
|\ \ \ \
| * | | | iASL: add check for ignored exceptions in AslCommonErrorErik Schmauss2018-02-071-0/+7
| * | | | iASL: drop external name collision to a warning for nowErik Schmauss2018-02-073-7/+11
* | | | | Merge pull request #357 from SchmErik/dt_refactor01Robert Moore2018-02-078-237/+234
|\ \ \ \ \