summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/arm64-stub.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti2023-09-051-104/+13
* efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel2023-03-231-1/+3
* efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel2023-03-101-0/+1
* efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-241-9/+17
* arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-071-2/+3
* efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel2022-11-181-2/+4
* efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-091-28/+0
* efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-091-10/+1
* arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel2022-11-091-1/+9
* Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-14/+13
|\
| * efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel2022-09-271-0/+8
| * efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-271-1/+1
| * efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-13/+4
* | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-2/+2
|/
* efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel2022-05-031-3/+9
* efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel2022-05-031-1/+2
* efi/libstub: arm64: Fix image check alignment at entryMihai Carabas2022-01-231-3/+3
* efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel2021-08-031-0/+4
* efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel2021-08-031-0/+2
* efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel2021-08-031-15/+13
* efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel2021-08-031-1/+48
* arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse2021-03-101-1/+1
* efi/arm64: Update debug prints to reflect other entropy sourcesMark Brown2021-01-211-2/+2
* Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-4/+5
|\
| * Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-10-121-3/+5
| |\
| | * efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel2020-09-291-3/+5
| * | efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel2020-09-161-1/+0
| |/
* / arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-071-3/+3
|/
* efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon2020-07-131-11/+14
* efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar2020-05-011-7/+7
* efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel2020-04-241-1/+1
* efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel2020-04-241-2/+2
* efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel2020-04-231-27/+5
* efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel2020-04-231-37/+25
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-5/+3
|\
| * arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-5/+3
* | efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel2020-03-291-1/+6
* | efi/libstub: Use hidden visibility for all source filesArd Biesheuvel2020-02-231-7/+1
* | efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel2020-02-221-2/+1
|/
* efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-4/+4
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-7/+5
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-6/+6
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-5/+1
* efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland2018-05-191-0/+10
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-1/+9
|\
| * efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel2017-08-211-1/+9
* | efi/arm64: add EFI_KIMG_ALIGNMark Rutland2017-08-151-2/+4
|/
* efi/libstub: Unify command line param parsingArd Biesheuvel2017-04-051-3/+1
* arm64: kaslr: increase randomization granularityArd Biesheuvel2016-04-281-3/+12
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-7/+27
|\