aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)AuthorFilesLines
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan2-59/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2-30/+1
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan1-3/+3
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan3-92/+22
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan3-25/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan3-77/+22
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan3-125/+38
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 Hogan3-0/+102
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan3-2/+148
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2-12/+34
2017-02-03KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan1-2/+2
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan2-3/+83
2017-02-03KVM: MIPS: Support NetLogic KScratch registersJames Hogan1-5/+20
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan2-5/+21
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan2-1/+69
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan2-0/+10
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan2-1/+46
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan1-7/+20
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan2-41/+50
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan6-45/+43
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan2-53/+54
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan2-8/+8
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan1-34/+12
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan1-16/+0
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring1-7/+2
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan1-2/+2
2017-01-05KVM: MIPS: Don't clobber CP0_Status.UXJames Hogan1-1/+4
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-9/+15
2016-10-26KVM: MIPS: Make ERET handle ERL before EXLJames Hogan1-4/+4
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan2-5/+4
2016-10-19KVM: MIPS: Add missing uaccess.h includeJames Hogan1-0/+1
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-7/+2
2016-10-05MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker5-5/+0
2016-10-05MIPS: KVM: Use __local_flush_icache_user_range()James Hogan1-2/+2
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář4-16/+126
2016-09-29KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan1-2/+1
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan3-5/+47
2016-09-29KVM: MIPS: Split kernel/user ASID regenerationJames Hogan1-2/+10
2016-09-29KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan1-10/+53
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-09-08KVM: MIPS: Emulate MMIO via TLB miss for EVAJames Hogan1-0/+18
2016-08-19MIPS: KVM: Check for pfn noslot caseJames Hogan1-1/+1
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2-12/+35
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: Reset CP0_PageMask during host TLB flushJames Hogan1-0/+2
2016-08-01MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan1-1/+1
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan1-3/+4