aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/inject_fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng1-3/+3
2018-03-19KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1Christoffer Dall1-2/+2
2018-03-19KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1Christoffer Dall1-2/+2
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall1-4/+4
2018-03-19KVM: arm/arm64: Introduce vcpu_el1_is_32bitChristoffer Dall1-3/+3
2018-03-19KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall1-1/+1
2018-01-16KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse1-1/+12
2017-11-06KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier1-71/+3
2016-09-08arm64: KVM: Add Virtual Abort injection helperMarc Zyngier1-0/+12
2016-08-01arm64: KVM: Set cpsr before spsr on fault injectionAndrew Jones1-7/+5
2016-05-20kvm: arm64: Fix EC field in inject_abt64Matt Evans1-1/+1
2016-01-24arm64: KVM: Fix AArch64 guest userspace exception injectionMarc Zyngier1-3/+35
2015-11-24arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier1-1/+1
2015-08-27arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier1-6/+6
2015-01-15arm64: kvm: move to ESR_ELx macrosMark Rutland1-7/+7
2013-06-12arm64: KVM: 32bit guest fault injectionMarc Zyngier1-1/+78
2013-06-07arm64: KVM: fault injection into a guestMarc Zyngier1-0/+126