aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/memmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesDan Williams1-1/+1
2020-01-20efi: Fix efi_memmap_alloc() leaksDan Williams1-0/+25
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams1-21/+26
2020-01-20efi: Add a flags parameter to efi_memory_mapDan Williams1-14/+17
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel1-0/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange1-0/+38
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-0/+11
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming1-0/+25
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming1-0/+267