aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/prmt.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03ACPI: PRM: Annotate struct prm_module_info with __counted_byKees Cook1-1/+1
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel1-3/+3
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel1-1/+1
2023-01-18ACPI: PRM: Check whether EFI runtime is availableArd Biesheuvel1-0/+10
2022-06-30ACPI: PRM: Change handler_addr type to void pointerSudeep Holla1-2/+2
2021-10-26ACPI: PRM: Handle memory allocation and memory remap failureAubrey Li1-5/+26
2021-10-26ACPI: PRM: Remove unnecessary blank linesAubrey Li1-4/+0
2021-09-08ACPI: PRM: Find PRMT table before parsing itAubrey Li1-1/+9
2021-08-16ACPI: PRM: Deal with table not present or no module foundAubrey Li1-0/+6
2021-06-17ACPI: PRM: make symbol 'prm_module_list' staticWei Yongjun1-1/+1
2021-06-10ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda1-0/+303