summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-10-04arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-1/+9
2018-10-04arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier1-0/+4
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier1-1/+37
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+38
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall4-27/+17
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse3-12/+28
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10
2018-05-09arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier1-1/+13
2018-04-20arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMark Rutland1-14/+0
2018-04-20arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMark Rutland1-2/+18
2018-04-20arm/arm64: KVM: Turn kvm_psci_version into a static inlineMark Rutland1-8/+12
2018-04-20arm64: KVM: Make PSCI_VERSION a fast pathMark Rutland1-0/+13
2018-04-20arm/arm64: KVM: Advertise SMCCC v1.1Mark Rutland1-1/+1
2018-04-20arm/arm64: KVM: Consolidate the PSCI include filesMark Rutland1-1/+4
2018-04-20arm64: KVM: Increment PC after handling an SMC trapMark Rutland1-0/+9
2018-04-20arm64: KVM: Use per-CPU vector when BP hardening is enabledMark Rutland1-1/+1
2018-04-13KVM: arm64: Restore host physical timer access on hyp_panic()James Morse1-0/+1
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2017-12-14arm64: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2017-11-08arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry1-1/+1
2017-11-08arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng1-1/+15
2017-06-14arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier1-2/+3
2017-06-14arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier1-4/+6
2017-05-25arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier1-0/+2
2017-05-20arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier1-4/+4
2017-03-22arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier1-9/+55
2017-01-09arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier1-1/+7
2016-11-18arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang1-2/+8
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier1-0/+15
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-609/+239
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-29/+14
2016-09-22ARM: KVM: Support vgic-v3Vladimir Murzin1-4/+0
2016-09-22KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin1-0/+4
2016-09-22arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin2-329/+1
2016-09-22arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin1-13/+0
2016-09-22arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin1-10/+11
2016-09-12arm64/kvm: use alternative auto-nopMark Rutland1-5/+1
2016-09-09arm64/kvm: use {read,write}_sysreg()Mark Rutland2-24/+13
2016-09-08arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier1-3/+15
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier3-3/+61
2016-09-08arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier1-0/+20
2016-09-08arm64: KVM: Route asynchronous abortsMarc Zyngier1-3/+8
2016-09-08arm64: KVM: Add EL1 async abort handlerMarc Zyngier1-0/+3
2016-09-08arm64: KVM: Add Virtual Abort injection helperMarc Zyngier1-0/+12
2016-09-08arm64: KVM: Preserve pending vSError in world switchMarc Zyngier1-0/+9
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier1-0/+32
2016-09-08arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier2-149/+2
2016-09-08arm64: KVM: Move kvm_vcpu_get_condition out of emulate.cMarc Zyngier1-11/+0