aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware/efi/libstub/arm64-stub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-14/+13
2022-09-27efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel1-0/+8
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-1/+1
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-13/+4
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-2/+2
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel1-3/+9
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel1-1/+2
2022-01-23efi/libstub: arm64: Fix image check alignment at entryMihai Carabas1-3/+3
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel1-0/+4
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel1-0/+2
2021-08-03efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel1-15/+13
2021-08-03efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel1-1/+48
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-1/+1
2021-01-21efi/arm64: Update debug prints to reflect other entropy sourcesMark Brown1-2/+2
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-3/+5
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel1-3/+5
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel1-1/+0
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel1-3/+3
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon1-11/+14
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar1-7/+7
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel1-1/+1
2020-04-24efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel1-2/+2
2020-04-23efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel1-27/+5
2020-04-23efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel1-37/+25
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+3
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel1-5/+3
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel1-1/+6
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel1-7/+1
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-2/+1
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-4/+4
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-7/+5
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-6/+6
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-5/+1
2018-05-19efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland1-0/+10
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+9
2017-08-21efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel1-1/+9
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland1-2/+4
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel1-3/+1
2016-04-28arm64: kaslr: increase randomization granularityArd Biesheuvel1-3/+12
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+27
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel1-22/+56
2016-02-22efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel1-0/+20
2016-02-22efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel1-7/+7
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+78
2015-10-30arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel1-0/+68