summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
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