summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2-24/+54
2020-07-27ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2-9/+1
2020-07-27ACPICA: Replace one-element array with flexible-arrayGustavo A. R. Silva1-2/+1
2020-07-27ACPICA: Preserve memory opregion mappingsRafael J. Wysocki2-24/+54
2020-06-05ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2-1/+4
2020-05-09ACPICA: Fix required parameters for _NIG and _NIHErik Kaneda1-2/+2
2020-05-09ACPICA: Dispatcher: add status checksErik Kaneda1-5/+12
2020-05-09ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create ope...Erik Kaneda1-1/+4
2020-05-09ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.hErik Kaneda2-1/+1
2020-05-09ACPICA: Make acpi_protocol_lengths staticYue Haibing1-1/+1
2020-04-06Merge branch 'acpica'Rafael J. Wysocki10-22/+91
2020-03-30Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds8-17/+27
2020-03-30Merge branch 'acpica'Rafael J. Wysocki8-17/+27
2020-03-30ACPICA: Fixes for acpiExec namespace init fileBob Moore7-20/+83
2020-03-30ACPICA: utilities: fix sprintf()John Levon1-1/+6
2020-03-30ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda1-0/+1
2020-03-30ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda1-1/+1
2020-03-25ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki3-15/+51
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki1-0/+45
2020-02-16ACPICA: Fix a couple of typosBob Moore1-1/+1
2020-02-16ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth1-1/+1
2020-02-16ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth1-2/+2
2020-02-16ACPICA: cast the result of the pointer difference to u32Sven Barth1-1/+1
2020-02-16ACPICA: Table Manager: Update comments in a function headerBob Moore1-6/+6
2020-02-16ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal1-0/+12
2020-02-16ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore1-1/+1
2020-02-16ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2-3/+3
2020-02-16ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda2-5/+3
2020-02-11ACPICA: Introduce acpi_any_gpe_status_set()Rafael J. Wysocki3-0/+105
2020-01-13ACPICA: All acpica: Update copyrights to 2020 Including tool signons.Bob Moore142-143/+143
2019-12-19ACPICA: Dispatcher: always generate buffer objects for ASL create_field() ope...Maximilian Luz3-3/+12
2019-12-19ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1Erik Kaneda2-1/+22
2019-12-19ACPICA: debugger: fix spelling mistake "adress" -> "address"Colin Ian King1-1/+1
2019-10-28ACPICA: debugger: remove leading whitespaces when converting a string to a bu...Erik Schmauss1-0/+4
2019-10-28ACPICA: acpiexec: initialize all simple types and field units from user inputErik Schmauss1-6/+3
2019-10-28ACPICA: debugger: add field unit support for acpi_db_get_next_tokenErik Schmauss1-0/+15
2019-10-28ACPICA: debugger: surround field unit output with braces '{'Erik Schmauss1-1/+6
2019-10-28ACPICA: debugger: add command to dump all fields of particular subtypeErik Schmauss4-0/+141
2019-10-28ACPICA: utilities: add flag to only display data when dumping buffersErik Schmauss2-27/+34
2019-10-28ACPICA: make acpi_load_table() return table indexNikolaus Voss2-2/+8
2019-10-28ACPICA: Add new external interface, acpi_unload_table()Bob Moore1-0/+32
2019-10-28ACPICA: More Clang changesBob Moore8-11/+14
2019-10-28ACPICA: Win OSL: Replace get_tick_count with get_tick_count64Bob Moore1-1/+1
2019-10-28ACPICA: Results from ClangBob Moore13-25/+28
2019-09-17Merge tag 'acpi-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds19-80/+87
2019-08-21ACPICA: Add "Windows 2019" string to _OSI support.Jung-uk Kim1-0/+1
2019-08-21ACPICA: Differentiate Windows 8.1 from Windows 8.Jung-uk Kim1-1/+1
2019-08-21ACPICA: Fully deploy ACPI_PRINTF_LIKE macroBob Moore5-54/+57
2019-08-21ACPICA: Fix issues with arg types within printf format stringsBob Moore4-15/+13
2019-08-21ACPICA: Increase total number of possible Owner IDsBob Moore11-21/+27