summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/prmt.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: PRM: Annotate struct prm_module_info with __counted_byKees Cook2023-10-031-1/+1
* acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel2023-08-221-3/+3
* efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel2023-08-221-1/+1
* ACPI: PRM: Check whether EFI runtime is availableArd Biesheuvel2023-01-181-0/+10
* ACPI: PRM: Change handler_addr type to void pointerSudeep Holla2022-06-301-2/+2
* ACPI: PRM: Handle memory allocation and memory remap failureAubrey Li2021-10-261-5/+26
* ACPI: PRM: Remove unnecessary blank linesAubrey Li2021-10-261-4/+0
* ACPI: PRM: Find PRMT table before parsing itAubrey Li2021-09-081-1/+9
* ACPI: PRM: Deal with table not present or no module foundAubrey Li2021-08-161-0/+6
* ACPI: PRM: make symbol 'prm_module_list' staticWei Yongjun2021-06-171-1/+1
* ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda2021-06-101-0/+303