summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-12-30KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier1-0/+1
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier1-3/+3
2020-10-01KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier1-1/+1
2020-09-09KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2-6/+14
2020-09-09KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse1-0/+15
2020-09-09KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse3-26/+72
2020-09-03KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil1-1/+1
2020-07-16KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull1-4/+7
2020-05-14KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier1-0/+7
2020-02-19arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose1-1/+9
2020-02-11KVM: arm64: Correct PSTATE on exception entryMark Rutland1-5/+65
2020-02-01KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHEAndrew Murray1-1/+5
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon1-1/+4
2019-10-11KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2019-08-29KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier1-14/+18
2019-08-25arm64: KVM: regmap: Fix unexpected switch fall-throughAnders Roxell1-0/+5
2019-06-19KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse1-0/+1
2019-05-04KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier1-3/+3
2019-03-23arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin1-1/+1
2019-03-23KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse2-0/+10
2019-03-23arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier1-3/+5
2019-03-23arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier1-0/+24
2019-03-23KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall1-2/+24
2019-01-22arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-1/+1
2019-01-09arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2018-10-01arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-1/+9
2018-10-01arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-09-07arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMDMarc Zyngier1-3/+6
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini6-16/+92
2018-08-12KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier1-2/+39
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier1-1/+1
2018-08-12KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encodingMarc Zyngier1-2/+0
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-1/+2
2018-07-21KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse1-17/+4
2018-07-21arm64: KVM: export the capability to set guest SError syndromeDongjiu Geng1-0/+3
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng3-3/+50
2018-07-21arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2-8/+3
2018-07-09arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier1-1/+10
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland4-21/+21
2018-06-21KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin1-3/+3
2018-06-21KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin1-4/+20
2018-06-21KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin1-3/+5
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-115/+211
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier1-0/+4
2018-05-31arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier1-1/+37
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+42
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin3-51/+13
2018-05-25KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin1-4/+8
2018-05-25KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin1-12/+4
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin2-2/+19