aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+2
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-10/+0
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+20
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan1-17/+218
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan1-19/+37
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan1-23/+26
2017-02-03KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan1-4/+70
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan1-0/+22
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan1-0/+124
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan1-1/+0
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan1-8/+13
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan1-3/+18
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan1-0/+51
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan1-0/+2
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan1-33/+260
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan1-5/+4
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan1-19/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan1-1/+1
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan1-72/+5
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-0/+21
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan1-59/+34
2017-02-03KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan1-15/+64
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+95
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan1-0/+134
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-4/+4
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan1-51/+0
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan1-2/+2
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan1-34/+12
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