summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/inject_fault.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier1-12/+5
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2022-04-29KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei1-2/+2
2022-04-27KVM: arm64: Inject exception on out-of-IPA-range translation faultMarc Zyngier1-0/+28
2020-11-10KVM: arm64: Move AArch32 exceptions over to AArch64 sysregsMarc Zyngier1-42/+20
2020-11-10KVM: arm64: Consolidate exception injectionMarc Zyngier1-3/+72
2020-11-10KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier1-108/+6
2020-09-18KVM: arm64: Fix inject_fault.c kernel-doc warningsTian Tao1-0/+1
2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier1-1/+1
2020-05-28KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier1-37/+38
2020-01-19KVM: arm64: Correct PSTATE on exception entryMark Rutland1-5/+65
2019-10-21KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
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