summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/esrt.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-0/+1
* efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel2018-07-171-1/+2
* efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-161-1/+4
* efi/esrt: Fix handling of early ESRT table mappingArd Biesheuvel2018-03-121-13/+4Star
* efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian2017-12-061-1/+1
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-061-9/+6Star
* firmware/efi/esrt: Constify attribute_group structuresArvind Yadav2017-08-211-1/+1
* efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-03-171-1/+1
* efi/esrt: Fix typo in pr_err() messageColin Ian King2017-02-011-1/+1
* efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel2016-09-091-2/+3
* efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming2016-09-091-16/+4Star
* efi/esrt: Don't preformat nameRasmus Villemoes2015-12-141-4/+1Star
* drivers/firmware: Make efi/esrt.c driver explicitly non-modularPaul Gortmaker2015-10-121-16/+3Star
* efi/esrt: Fix some compiler warningsPeter Jones2015-04-301-11/+18
* efi: Add esrt supportPeter Jones2015-04-301-0/+464