summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-10/+16
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-10/+16
2020-10-29KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier1-2/+0
2020-10-29KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier1-1/+0
2020-10-29KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier1-7/+16
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+1
2020-10-22Merge branch 'kvm-fixes' into 'next'Paolo Bonzini1-0/+7
2020-10-01KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier1-0/+7
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier4-34/+62
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-4/+0
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil1-0/+6
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil1-1/+1
2020-09-30kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil3-27/+48
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-4/+0
2020-09-15KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull3-10/+6
2020-09-15KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull1-28/+38
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull1-13/+94
2020-09-15KVM: arm64: nVHE: Pass pointers consistently to hyp-initAndrew Scull1-1/+0
2020-09-15KVM: arm64: nVHE: Handle hyp panicsAndrew Scull2-33/+63
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull3-19/+87
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull1-0/+5
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+1
2020-09-15KVM: arm64: nVHE: Don't consume host SErrors with ESBAndrew Scull1-1/+5
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull3-1/+112
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-2/+6
2020-09-15KVM: arm64: Remove __activate_vm wrapperAndrew Scull1-4/+4
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+5
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini7-0/+831
2020-07-30Merge branch 'kvm-arm64/el2-obj-v4.1' into kvmarm-master/nextMarc Zyngier1-3/+23
2020-07-30KVM: arm64: Ensure that all nVHE hyp code is in .hyp.textDavid Brazdil1-3/+23
2020-07-28Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier1-0/+5
2020-07-07KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier1-2/+2
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-2/+3
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2-18/+17
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil6-28/+32
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil1-2/+3
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil2-1/+50
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil3-1/+48
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil2-1/+78
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2-1/+272
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2-1/+157
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull2-1/+164
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil1-0/+34