summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mmu.c
AgeCommit message (Expand)Author
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon
2020-07-09KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson
2020-07-09KVM: MIPS: Account pages used for GPA page tablesSean Christopherson
2020-07-09KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2019-11-22mips: add support for folded p4d page tablesMike Rapoport
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan
2017-02-03KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan
2016-09-29KVM: MIPS: Split kernel/user ASID regenerationJames Hogan
2016-08-19MIPS: KVM: Check for pfn noslot caseJames Hogan
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan
2016-08-12MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan
2016-08-12MIPS: KVM: Add missing gfn range checkJames Hogan
2016-08-12MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan
2016-06-15MIPS: KVM: Use host CCA for TLB mappingsJames Hogan
2016-06-14MIPS: KVM: Dump guest tlbs if kvm_get_inst() failsJames Hogan
2016-06-14MIPS: KVM: Use va in kvm_get_inst()James Hogan
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan