aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04MIPS: fix typos in commentsJulia Lawall1-1/+1
2021-06-21mips/kvm: Use BUG_ON instead of if condition followed by BUGzhouchuangao1-2/+1
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer1-174/+0
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+41
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen1-0/+41
2020-05-14KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.cJason Yan1-2/+2
2017-06-20KVM: MIPS: Fix maybe-uninitialized build failureJames Cowgill1-1/+5
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan1-0/+16
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesJames Hogan1-0/+14
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+7
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan1-0/+404
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan1-35/+0
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan1-49/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan1-29/+0
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-44/+0
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan1-64/+0
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan1-10/+30
2017-02-03KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan1-2/+2
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan1-0/+35
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-4/+4
2016-08-01MIPS: KVM: Reset CP0_PageMask during host TLB flushJames Hogan1-0/+2
2016-08-01MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan1-1/+1
2016-06-15MIPS: KVM: Use host CCA for TLB mappingsJames Hogan1-1/+2
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan1-9/+9
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan1-11/+12
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan1-10/+11
2016-06-14MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()James Hogan1-38/+4
2016-06-14MIPS: KVM: Clean up TLB management hazardsJames Hogan1-22/+5
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan1-10/+0
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan1-360/+4
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan1-15/+13
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan1-4/+4
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+18
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton1-11/+19
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton1-1/+2
2016-05-10MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan1-8/+18
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-57/+20
2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan1-18/+18
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan1-37/+0
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan1-2/+2
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-7/+7
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan1-0/+6
2015-03-02KVM: MIPS: Enable after disabling interruptTapasweni Pathak1-0/+1
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu1-0/+809