aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-19KVM: arm64: Refactor __load_guest_stage2()Quentin Perret1-2/+7
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret1-0/+26
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret1-0/+3
2021-03-19KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret2-2/+6
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret1-2/+3
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret1-1/+1
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret4-0/+21
2021-03-19arm64: asm: Provide set_sctlr_el2 macroQuentin Perret1-3/+11
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret1-0/+8
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret1-0/+2
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret3-0/+27
2021-03-19KVM: arm64: Allow using kvm_nvhe_sym() in hyp codeQuentin Perret1-0/+4
2021-03-19KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret1-0/+6
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret1-0/+1
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret1-2/+39
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+3
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier7-29/+33
2021-03-18KVM: arm64: Force SCTLR_EL2.WXN when running nVHEMarc Zyngier1-1/+1
2021-03-18KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ONMarc Zyngier1-3/+4
2021-03-18KVM: arm64: Enable SVE support for nVHEDaniel Kiss1-13/+0
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier2-3/+7
2021-03-18arm64: sve: Provide a conditional update accessor for ZCR_ELxMarc Zyngier1-0/+9
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier1-1/+3
2021-03-18KVM: arm64: Let vcpu_sve_pffr() handle HYP VAsMarc Zyngier1-2/+2
2021-03-18KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier2-0/+4
2021-03-17quota: wire up quotactl_pathSascha Hauer2-1/+3
2021-03-15arm64: csum: cast to the proper typeAlex Elder1-1/+1
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+11
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-9/+5
2021-03-11arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]Ard Biesheuvel1-14/+0
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-4/+1
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-6/+14
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2-1/+3
2021-03-10arch_topology: Allow multiple entities to provide sched_freq_tick() callbackViresh Kumar1-9/+1
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-2/+2
2021-03-09arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-03-08arm64: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-4/+0
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier1-2/+2
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull1-1/+2
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose1-0/+5
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-47/+1
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+3
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov5-11/+60
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-2/+0
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver1-0/+24
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+13
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2-0/+13
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+11
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-1/+3
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-69/+57