aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/prmt.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03ACPI: PRM: Annotate struct prm_module_info with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersGravatar Ard Biesheuvel 1-3/+3
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidGravatar Ard Biesheuvel 1-1/+1
2023-01-18ACPI: PRM: Check whether EFI runtime is availableGravatar Ard Biesheuvel 1-0/+10
2022-06-30ACPI: PRM: Change handler_addr type to void pointerGravatar Sudeep Holla 1-2/+2
2021-10-26ACPI: PRM: Handle memory allocation and memory remap failureGravatar Aubrey Li 1-5/+26
2021-10-26ACPI: PRM: Remove unnecessary blank linesGravatar Aubrey Li 1-4/+0
2021-09-08ACPI: PRM: Find PRMT table before parsing itGravatar Aubrey Li 1-1/+9
2021-08-16ACPI: PRM: Deal with table not present or no module foundGravatar Aubrey Li 1-0/+6
2021-06-17ACPI: PRM: make symbol 'prm_module_list' staticGravatar Wei Yongjun 1-1/+1
2021-06-10ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeGravatar Erik Kaneda 1-0/+303