summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KVM: Check for pfn noslot caseJames Hogan2016-08-191-1/+1
* MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2016-08-121-3/+9
* MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan2016-08-121-1/+1
* MIPS: KVM: Add missing gfn range checkJames Hogan2016-08-121-8/+15
* MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan2016-08-121-21/+28
* MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2016-08-011-1/+6
* MIPS: KVM: Use host CCA for TLB mappingsJames Hogan2016-06-151-8/+10
* MIPS: KVM: Dump guest tlbs if kvm_get_inst() failsJames Hogan2016-06-141-0/+1
* MIPS: KVM: Use va in kvm_get_inst()James Hogan2016-06-141-8/+7
* MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan2016-06-141-10/+12
* MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan2016-06-141-9/+11
* MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan2016-06-141-11/+2
* MIPS: KVM: Simplify even/odd TLB handlingJames Hogan2016-06-141-9/+2
* MIPS: KVM: Don't indirect KVM functionsJames Hogan2016-06-141-2/+2
* MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan2016-06-141-0/+380