summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/efi.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel2016-11-071-4/+4
* arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel2016-07-011-0/+14
* arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel2016-07-011-1/+35
* arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-1/+1
* arm64/efi/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-281-0/+3
* arm64/efi: Apply strict permissions to UEFI Runtime Services regionsArd Biesheuvel2016-04-281-14/+40
* arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-0/+23
* arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-325/+1
* arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAPArd Biesheuvel2015-12-091-3/+4
* arm64: efi: fix initcall return valuesArd Biesheuvel2015-11-261-5/+5
* arm64: efi: deal with NULL return value of early_memremap()Ard Biesheuvel2015-11-261-1/+13
* arm64: efi: correctly map runtime regionsMark Rutland2015-11-251-7/+2
* arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel2015-11-181-9/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-3/+2
|\
| * arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-071-1/+0
| * arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-071-2/+2
* | efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-2/+2
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-14/+5
|\ \ | |/ |/|
| * efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm2015-10-121-1/+1
| * arm64: Use core efi=debug instead of uefi_debug command line parameterLeif Lindholm2015-10-121-14/+5
* | arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-011-1/+2
|/
* arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel2015-07-271-2/+2
* e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-0/+1
* arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon2015-03-201-1/+5
* efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel2015-03-141-0/+9
* arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-221-58/+53
* arm64/efi: handle potential failure to remap memory mapArd Biesheuvel2015-01-161-4/+6
* arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-121-31/+1
* arm64/efi: remove free_boot_services() and friendsArd Biesheuvel2015-01-121-122/+1
* arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-121-103/+127
* arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel2015-01-081-1/+1
* arm64: dmi: set DMI string as dump stack arch descriptionArd Biesheuvel2014-11-051-0/+2
* arm64: dmi: Add SMBIOS/DMI supportYi Li2014-11-051-0/+13
* arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)Ard Biesheuvel2014-11-051-2/+0
* arm64/efi: invert UEFI memory region reservation logicArd Biesheuvel2014-11-051-10/+10
* Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-26/+18
|\
| * arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-20/+6
| * arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefiDave Young2014-10-031-3/+8
| * arm64/efi: uefi_init error handling fixDave Young2014-10-031-3/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-241-0/+2
|\ \
| * | efi/arm64: Store Runtime Services revisionSemen Protsenko2014-08-221-0/+2
| |/
* / arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm2014-08-191-0/+2
|/
* efi/arm64: Handle missing virtual mapping for UEFI System TableArd Biesheuvel2014-07-181-4/+24
* efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel2014-07-071-13/+1
* arm64: efi: only attempt efi map setup if booting via EFILeif Lindholm2014-05-231-0/+3
* arm64: add EFI runtime servicesMark Salter2014-04-301-0/+466