summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/memmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel1-3/+0
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel1-230/+10
2022-06-28drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan1-1/+1
2022-06-15efi: Correct comment on efi_memmap_allocLiu Zixian1-2/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
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