summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/memmap.c
AgeCommit message (Expand)AuthorLines
2022-06-28drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan-1/+1
2022-06-15efi: Correct comment on efi_memmap_allocLiu Zixian-2/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesDan Williams-1/+1
2020-01-20efi: Fix efi_memmap_alloc() leaksDan Williams-0/+25
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams-21/+26
2020-01-20efi: Add a flags parameter to efi_memory_mapDan Williams-14/+17
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel-0/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange-0/+38
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming-0/+11
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming-0/+25
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming-0/+267