aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/image-vars.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: Enable LPA2 at boot if supported by the systemGravatar Ard Biesheuvel 1-0/+1
2024-02-16arm64: mm: Add feature override support for LVAGravatar Ard Biesheuvel 1-0/+2
2024-02-16arm64: mm: Handle LVA support as a CPU featureGravatar Ard Biesheuvel 1-1/+0
2024-02-16arm64: mm: omit redundant remap of kernel imageGravatar Ard Biesheuvel 1-0/+1
2024-02-16arm64: kernel: Create initial ID map from C codeGravatar Ard Biesheuvel 1-0/+1
2024-02-16arm64: head: Move early kernel mapping routines into C codeGravatar Ard Biesheuvel 1-0/+19
2024-02-16arm64: head: move memstart_offset_seed handling to C codeGravatar Ard Biesheuvel 1-0/+1
2024-02-16arm64: idreg-override: Move to early mini C runtimeGravatar Ard Biesheuvel 1-0/+9
2024-02-09arm64: kaslr: Adjust randomization range dynamicallyGravatar Ard Biesheuvel 1-0/+2
2023-10-17efi: move screen_info into efi init codeGravatar Arnd Bergmann 1-0/+2
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadGravatar Ard Biesheuvel 1-0/+4
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Gravatar Catalin Marinas 1-4/+3
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapGravatar Mark Rutland 1-2/+0
2023-01-24efi: arm64: enter with MMU and caches enabledGravatar Ard Biesheuvel 1-2/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-15/+0
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Gravatar Quentin Perret 1-6/+0
2022-11-11KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Gravatar Will Deacon 1-3/+0
2022-11-11KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostGravatar Quentin Perret 1-3/+0
2022-11-11KVM: arm64: Provide I-cache invalidation by virtual address at EL2Gravatar Will Deacon 1-3/+0
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Gravatar Ard Biesheuvel 1-3/+0
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorGravatar Ard Biesheuvel 1-2/+0
2022-11-09efi: libstub: Clone memcmp() into the stubGravatar Ard Biesheuvel 1-1/+0
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyGravatar Ard Biesheuvel 1-1/+0
2022-11-09arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Gravatar Ard Biesheuvel 1-1/+0
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+0
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesGravatar Ard Biesheuvel 1-13/+0
2022-09-16arm64: alternatives: add shared NOP callbackGravatar Mark Rutland 1-0/+1
2022-09-16arm64: alternatives: add alternative_has_feature_*()Gravatar Mark Rutland 1-4/+0
2022-06-29arm64: lds: use PROVIDE instead of conditional definitionsGravatar Ard Biesheuvel 1-32/+31
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRGravatar Ard Biesheuvel 1-0/+4
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+3
2022-02-24arm64: Use the clearbhb instruction in mitigationsGravatar James Morse 1-0/+1
2022-02-24arm64: Mitigate spectre style branch history side channelsGravatar James Morse 1-0/+3
2022-02-08KVM: arm64: Make VMID bits accessible outside of allocatorGravatar Shameer Kolothum 1-0/+3
2021-11-17KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=yGravatar Sean Christopherson 1-0/+2
2021-05-25arm64: Rename arm64-internal cache maintenance functionsGravatar Fuad Tabba 1-1/+1
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextGravatar Marc Zyngier 1-2/+1
2021-04-01KVM: arm64: Log source when panicking from nVHE hypGravatar Andrew Scull 1-2/+1
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeGravatar Marc Zyngier 1-0/+1
2021-03-19KVM: arm64: Wrap the host with a stage 2Gravatar Quentin Perret 1-0/+3
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Gravatar Quentin Perret 1-0/+16
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textGravatar Will Deacon 1-0/+11
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableGravatar Marc Zyngier 1-0/+3
2021-01-23KVM: arm64: Remove patching of fn pointers in hypGravatar David Brazdil 1-1/+0
2020-12-22kasan, arm64: expand CONFIG_KASAN checksGravatar Andrey Konovalov 1-1/+1
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeGravatar David Brazdil 1-0/+3
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structGravatar David Brazdil 1-3/+0
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueGravatar Marc Zyngier 1-3/+1
2020-11-09KVM: arm64: Turn host HVC handling into a dispatch tableGravatar Marc Zyngier 1-0/+1
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 1-1/+0