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