aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/entry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan1-9/+123
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan1-0/+14
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan1-0/+78
2017-02-03KVM: MIPS: Support NetLogic KScratch registersJames Hogan1-5/+20
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan1-1/+15
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-9/+13
2017-01-05KVM: MIPS: Don't clobber CP0_Status.UXJames Hogan1-1/+4
2016-08-01MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan1-3/+22
2016-08-01MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan1-2/+8
2016-08-01MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan1-24/+24
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan1-12/+4
2016-07-05MIPS: KVM: Save k0 straight into VCPU structureJames Hogan1-22/+15
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan1-6/+17
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan1-15/+79
2016-07-05MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan1-4/+0
2016-07-05MIPS: KVM: Check MSA presence at uasm timeJames Hogan1-20/+15
2016-07-05MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan1-12/+15
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan1-0/+622