summaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)Author
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames 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
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan
2017-01-05KVM: MIPS: Don't clobber CP0_Status.UXJames Hogan
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan
2016-10-26KVM: MIPS: Make ERET handle ERL before EXLJames Hogan
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan
2016-10-19KVM: MIPS: Add missing uaccess.h includeJames Hogan
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-05MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-10-05MIPS: KVM: Use __local_flush_icache_user_range()James 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: Drop dubious EntryHi optimisationJames Hogan
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan
2016-09-29KVM: MIPS: Split kernel/user ASID regenerationJames Hogan
2016-09-29KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino
2016-09-08KVM: MIPS: Emulate MMIO via TLB miss for EVAJames 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: Reset CP0_PageMask during host TLB flushJames Hogan
2016-08-01MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan
2016-08-01MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan
2016-08-01MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan
2016-08-01MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan
2016-08-01MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan
2016-08-01MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan
2016-08-01MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan
2016-07-05MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan
2016-07-05MIPS: KVM: Decode RDHWR more strictlyJames Hogan
2016-07-05MIPS: KVM: Recognise r6 CACHE encodingJames Hogan
2016-07-05MIPS: KVM: Support r6 compact branch emulationJames Hogan
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan
2016-07-05MIPS: KVM: Fix fpu.S misassembly with r6James Hogan
2016-07-05MIPS: KVM: Save k0 straight into VCPU structureJames Hogan
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan