index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
fake_mem.c
Age
Commit message (
Expand
)
Author
2020-01-20
efi: Fix handling of multiple efi_fake_mem= entries
Dan Williams
2020-01-20
efi: Add tracking for dynamically allocated memmaps
Dan Williams
2019-11-07
x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
Dan Williams
2019-11-07
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2017-01-07
x86/efi: Don't allocate memmap through memblock after mm_init()
Nicolai Stange
2016-09-09
efi: Add efi_memmap_install() for installing new EFI memory maps
Matt Fleming
2016-09-09
efi: Split out EFI memory map functions into new file
Matt Fleming
2016-09-09
efi/fake_mem: Refactor main two code chunks into functions
Matt Fleming
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
2016-09-09
x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmap
Matt Fleming
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
2015-10-28
efi: Fix warning of int-to-pointer-cast on x86 32-bit builds
Taku Izumi
2015-10-12
efi: Add "efi_fake_mem" boot option
Taku Izumi