summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-111-2/+1
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-6/+6
* mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2022-07-171-1/+1
* MIPS: Return true/false (not 1/0) from bool functionsHuilong Deng2021-08-211-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-87/+13
|\
| * KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-79/+13
| * KVM: MIPS: defer flush to generic MMU notifier codePaolo Bonzini2021-04-171-9/+2
| * KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini2021-04-171-5/+1
| * KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini2021-04-171-3/+6
* | MIPS: Remove KVM_TE supportThomas Bogendoerfer2021-03-101-405/+0
|/
* 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