aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan1-4/+0
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips into nextRadim Krčmář1-2/+14
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan1-0/+4
2016-09-29KVM: MIPS: Split kernel/user ASID regenerationJames Hogan1-2/+10
2016-08-19MIPS: KVM: Check for pfn noslot caseJames Hogan1-1/+1
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan1-3/+9
2016-08-12MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan1-1/+1
2016-08-12MIPS: KVM: Add missing gfn range checkJames Hogan1-8/+15
2016-08-12MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan1-21/+28
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan1-1/+6
2016-06-15MIPS: KVM: Use host CCA for TLB mappingsJames Hogan1-8/+10
2016-06-14MIPS: KVM: Dump guest tlbs if kvm_get_inst() failsJames Hogan1-0/+1
2016-06-14MIPS: KVM: Use va in kvm_get_inst()James Hogan1-8/+7
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan1-10/+12
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan1-9/+11
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan1-11/+2
2016-06-14MIPS: KVM: Simplify even/odd TLB handlingJames Hogan1-9/+2
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan1-2/+2
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan1-0/+380