summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/memmap.c
Commit message (Expand)AuthorAgeFilesLines
* efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2022-11-181-3/+0
* efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2022-11-181-230/+10
* drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan2022-06-281-1/+1
* efi: Correct comment on efi_memmap_allocLiu Zixian2022-06-151-2/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* efi: Fix handling of multiple efi_fake_mem= entriesDan Williams2020-01-201-1/+1
* efi: Fix efi_memmap_alloc() leaksDan Williams2020-01-201-0/+25
* efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-201-21/+26
* efi: Add a flags parameter to efi_memory_mapDan Williams2020-01-201-14/+17
* efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-151-0/+3
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-071-0/+38
* x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-0/+11
* efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming2016-09-091-0/+25
* efi: Split out EFI memory map functions into new fileMatt Fleming2016-09-091-0/+267