summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: kvm: Use vm_get_page_prot to get protection bitsThomas Bogendoerfer2020-11-191-1/+3
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
* KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson2020-07-091-35/+5
* KVM: MIPS: Account pages used for GPA page tablesSean Christopherson2020-07-091-1/+1
* KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson2020-07-091-8/+4
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-10/+10
* mips: add support for folded p4d page tablesMike Rapoport2019-11-221-4/+12
* mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2019-11-221-12/+12
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
* KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-10/+0
* KVM: MIPS: Implement VZ supportJames Hogan2017-03-281-0/+20
* KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-031-17/+218
* KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan2017-02-031-19/+37
* KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan2017-02-031-23/+26
* KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan2017-02-031-4/+70
* KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan2017-02-031-0/+22
* KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2017-02-031-0/+124
* KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan2017-02-031-1/+0
* KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan2017-02-031-8/+13
* KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan2017-02-031-3/+18
* KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan2017-02-031-0/+51
* KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2017-02-031-0/+2
* KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2017-02-031-33/+260
* KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan2017-02-031-5/+4
* KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan2017-02-031-19/+0
* KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2017-02-031-1/+1
* KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan2017-02-031-72/+5
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-031-0/+21
* KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan2017-02-031-59/+34
* KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan2017-02-031-15/+64
* KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-031-0/+95
* KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan2017-02-031-0/+134
* KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan2017-02-031-4/+4
* KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan2017-02-031-51/+0
* KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan2017-02-031-2/+2
* KVM: MIPS/MMU: Simplify ASID restorationJames Hogan2017-02-031-34/+12
* KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan2016-10-261-4/+0
* Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-09-291-2/+14
|\
| * KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan2016-09-291-0/+4
| * KVM: MIPS: Split kernel/user ASID regenerationJames Hogan2016-09-291-2/+10
* | 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