summaryrefslogtreecommitdiff
path: root/source/components
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos within commentsRobert Moore2020-02-111-1/+1
* Table Manager: Update comments in a function headerRobert Moore2020-02-041-6/+6
* Merge pull request #549 from SchmErik/legacy-wakeRobert Moore2020-01-271-0/+10
|\
| * Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-01-221-0/+10
* | Fix a commentRobert Moore2020-01-221-1/+1
|/
* All acpica: Update copyrights to 2020Robert Moore2020-01-09188-188/+188
* Dispatcher: always generate buffer objects for ASL CreateField() operatorMaximilian Luz2019-12-062-2/+9
* Merge pull request #520 from SchmErik/acpisrc-unix-line-endRobert Moore2019-11-211-1/+0
|\
| * acpisrc: add unix line ending support for non-windows buildErik Schmauss2019-11-141-1/+0
* | Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1Erik Schmauss2019-11-142-1/+23
|/
* Fix a typo in hwxfsleepRobert Moore2019-11-081-1/+1
* debugger: fix spelling mistake "adress" -> "address"Colin Ian King2019-11-051-1/+1
* Revert a clang change for strcpy->UtSafeStrcpy.Robert Moore2019-10-231-2/+1
* debugger: remove leading whitespaces when converting a string to a bufferErik Schmauss2019-10-151-0/+4
* dispatcher: fix reference count removalErik Schmauss2019-10-151-1/+1
* acpiexec: initialize all simple types and field units from user inputErik Schmauss2019-10-151-3/+1
* debugger: add field unit support for AcpiDbGetNextTokenErik Schmauss2019-10-151-0/+16
* debugger: surround field unit output with braces '{'Erik Schmauss2019-10-151-1/+6
* Debugger: Fix a format string for output of a 64-bit integer.Robert Moore2019-10-101-2/+2
* debugger: add command to dump all fields of a particular subtypeErik Schmauss2019-10-092-0/+136
* utilities: add flag to only display data when dumping buffersErik Schmauss2019-10-081-27/+35
* make acpi_load_table() return table indexNikolaus Voss2019-09-262-2/+10
* Add new external interface, AcpiUnloadTableRobert Moore2019-09-261-0/+39
* More Clang changes - V8.0.1Robert Moore2019-09-198-9/+18
* Revert "More Clang changes"Robert Moore2019-09-128-18/+9
* More Clang changesRobert Moore2019-09-128-9/+18
* Win OSL: Replace GetTickCount with GetTickCount64Robert Moore2019-08-221-1/+1
* Results from Clang changes/fixesRobert Moore2019-08-2116-24/+35
* Add "Windows 2019" string to _OSI support.Jung-uk Kim2019-08-151-0/+1
* Differentiate Windows 8.1 from Windows 8.Jung-uk Kim2019-08-151-1/+1
* Fully deploy ACPI_PRINTF_LIKE macroRobert Moore2019-08-144-54/+54
* Remove unintentional call to delete walkstateErik Schmauss2019-07-311-1/+0
* Fix some coverity-found issuesRobert Moore2019-07-315-15/+14
* Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2019-07-252-0/+36
|\
| * ACPICA: Return UINT32 from AcpiDispatchGpe()Rafael J. Wysocki2019-07-171-3/+3
| * ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki2019-07-172-0/+36
* | Increase total number of possible Owner IDsRobert Moore2019-07-257-14/+20
|/
* Merge pull request #479 from SchmErik/table-load-initRobert Moore2019-07-121-1/+3
|\
| * Table load: exit interpreter before initializing objectsErik Schmauss2019-07-111-1/+3
* | Debugger: remove redundant assignment on ObjDescColin Ian King2019-07-041-1/+0
|/
* ACPICA: Clear status of GPEs on first direct enableRafael J. Wysocki2019-06-204-4/+11
* Update table load object initializationRobert Moore2019-06-202-6/+13
* Update for object initialization sequenceRobert Moore2019-06-043-34/+30
* remove legacy module-level code due to deprecationErik Schmauss2019-05-166-262/+0
* Update file permissionRobert Moore2019-05-151-0/+0
* Namespace: simplify creation of the initial/default namespaceRobert Moore2019-05-151-11/+46
* Revert "Events: Clear status of an event before enabling it"Rafael J. Wysocki2019-04-301-8/+0
* Merge pull request #456 from SchmErik/iasl-ext-04Robert Moore2019-04-051-0/+5
|\
| * Namespace: add check to avoid null pointer dereferenceErik Schmauss2019-04-021-0/+5
* | Events: Clear status of an event before enabling itFurquan Shaikh2019-04-021-0/+8
|/