summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-07-30Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier
2020-07-30KVM: arm64: Rename kvm_vcpu_dabt_isextabt()Will Deacon
2020-07-30Merge branch 'kvm-arm64/el2-obj-v4.1' into kvmarm-master/nextMarc Zyngier
2020-07-30KVM: arm64: Ensure that all nVHE hyp code is in .hyp.textDavid Brazdil
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier
2020-07-28Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier
2020-07-07KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier
2020-07-07KVM: arm64: Disintegrate SPSR arrayMarc Zyngier
2020-07-07KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier
2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier
2020-07-07KVM: arm64: debug: Drop useless vpcu parameterMarc Zyngier
2020-07-07KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs accessMarc Zyngier
2020-07-07KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall
2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan
2020-07-05KVM: arm64: Lift instrumentation restrictions on VHEDavid Brazdil
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil
2020-07-05KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil
2020-07-05KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier
2020-06-09KVM: arm64: Stop save/restoring ACTLR_EL1James Morse
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall
2020-05-16KVM: Fix spelling in code commentsFuad Tabba
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier
2020-05-16KVM: arm64: Clean up kvm makefilesFuad Tabba
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull
2020-04-30KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier