summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_...void0red2023-05-301-0/+3
* ACPICA: Avoid undefined behavior: applying zero offset to null pointerTamir Duberstein2023-05-301-3/+8
* ACPI: Don't build ACPICA with '-Os'Mark Rutland2023-03-111-1/+1
* ACPICA: nsrepair: handle cases without a return value correctlyDaniil Tatianin2023-03-111-5/+7
* ACPICA: Fix error code path in acpi_ds_call_control_method()Rafael J. Wysocki2023-01-181-2/+8
* ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()Li Zetao2023-01-181-7/+0
* ACPICA: Avoid walking the ACPI Namespace if it is not thereRafael J. Wysocki2022-04-201-0/+3
* ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov2022-01-273-4/+6
* ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki2022-01-271-1/+2
* ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki2022-01-271-0/+1
* ACPICA: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-11-264-13/+15
* Revert "ACPICA: Fix memory leak caused by _CID repair function"Rafael J. Wysocki2021-08-151-7/+0
* ACPICA: Fix memory leak caused by _CID repair functionErik Kaneda2021-07-201-0/+7
* ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2020-08-212-9/+1
* ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1Erik Kaneda2020-02-282-1/+22
* ACPICA: Never run _REG on system_memory and system_IOBob Moore2019-11-245-9/+19
* ACPICA: Namespace: remove address node from global list after method terminationErik Schmauss2019-05-161-0/+4
* ACPICA: AML interpreter: add region addresses in global list during initializ...Erik Schmauss2019-05-161-0/+4
* ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.cSeunghun Han2018-05-301-0/+8
* ACPICA: Fix memory leak on unusual memory leakBob Moore2018-05-301-0/+4
* ACPICA: Events: add a return on failure from acpi_hw_register_readErik Schmauss2018-05-301-2/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
*-. Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki2017-09-032-9/+29
|\ \
| * | ACPICA: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2017-08-172-0/+10
| * | ACPICA: Dispatch active GPEs at init timeRafael J. Wysocki2017-08-171-9/+19
| |/
* | Merge branch 'acpica'Rafael J. Wysocki2017-09-0339-611/+1331
|\ \
| * | ACPICA: Revert "Update resource descriptor handling"Erik Schmauss2017-08-031-9/+5
| * | ACPICA: Resources: Allow _DMA method in walk resourcesBob Moore2017-08-031-3/+4
| * | ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesBob Moore2017-08-035-0/+18
| * | ACPICA: Implement deferred resolution of reference package elementsBob Moore2017-08-0316-345/+661
| * | ACPICA: Debugger: Improve support for Alias objectsBob Moore2017-08-032-13/+58
| * | ACPICA: Interpreter: Update handling for Alias operatorBob Moore2017-08-031-47/+14
| * | ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC buildsLv Zheng2017-08-031-3/+3
| * | ACPICA: CLib: Add short multiply/shift supportLv Zheng2017-08-035-16/+228
| * | ACPICA: Add a comment, no functional changeBob Moore2017-08-031-0/+7
| * | ACPICA: Namespace: Update/fix an error messageBob Moore2017-08-031-6/+16
| * | ACPICA: Divergences: reduce access size definitionsLv Zheng2017-08-031-1/+1
| * | ACPICA: Update resource descriptor handlingBob Moore2017-07-201-5/+9
| * | ACPICA: Disassembler: skip parsing of incorrect external declarationsErik Schmauss2017-07-201-0/+26
| * | ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_aliasAlex James2017-07-201-0/+5
| * | ACPICA: Tables: Add deferred table verification supportLv Zheng2017-07-202-11/+50
| * | ACPICA: Tables: Combine checksum/duplication verification togetherLv Zheng2017-07-203-110/+169
| * | ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng2017-07-203-3/+11
| * | ACPICA: Tables: Do not validate signature for dynamic table loadLv Zheng2017-07-202-29/+1
| * | ACPICA: Tables: Cleanup table handler invokersLv Zheng2017-07-203-20/+33
| * | ACPICA: Tables: Add sanity check in acpi_put_table()Lv Zheng2017-07-201-0/+4
| * | ACPICA: linuxize: cleanup typedef definitionsLv Zheng2017-07-201-3/+9
| * | Back port of "ACPICA: Use designated initializers"Kees Cook2017-07-201-3/+6
| * | ACPICA: iASL compiler: allow compilation of externals with paths that refer t...Erik Schmauss2017-07-202-0/+7
| * | ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via...Erik Schmauss2017-07-201-0/+2