summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/esrt.c
AgeCommit message (Expand)Author
2023-06-06efi/esrt: Allow ESRT access without CAP_SYS_ADMINNicholas Bishop
2023-05-10efi: make kobj_type structure constantThomas Weißschuh
2023-01-23efi: Actually enable the ESRT under XenDemi Marie Obenour
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour
2022-01-06efi: use default_groups in kobj_typeGreg Kroah-Hartman
2020-06-15efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu
2020-02-23efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2018-07-17efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel
2018-03-12efi/esrt: Fix handling of early ESRT table mappingArd Biesheuvel
2017-12-06efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman
2017-08-21firmware/efi/esrt: Constify attribute_group structuresArvind Yadav
2017-03-17efi/esrt: Cleanup bad memory map log messagesDaniel Drake
2017-02-01efi/esrt: Fix typo in pr_err() messageColin Ian King
2016-09-09efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel
2016-09-09efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming
2015-12-14efi/esrt: Don't preformat nameRasmus Villemoes
2015-10-12drivers/firmware: Make efi/esrt.c driver explicitly non-modularPaul Gortmaker
2015-04-30efi/esrt: Fix some compiler warningsPeter Jones
2015-04-30efi: Add esrt supportPeter Jones