summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2017-02-031-1/+1
* KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2017-02-031-0/+1
* KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2017-02-031-0/+2
* KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan2017-02-031-0/+3
* KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan2017-02-031-1/+0Star
* KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-031-0/+13
* KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2017-02-031-0/+1
* KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan2017-02-031-5/+0Star
* KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan2017-02-031-3/+6
* KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan2017-02-031-3/+8
* KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan2017-02-031-1/+1
* KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan2017-02-031-0/+15
* KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2017-02-031-3/+4
* KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan2017-02-031-0/+4
* KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan2017-02-031-2/+1Star
* KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan2017-02-031-0/+27
* KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan2017-02-031-5/+0Star
* KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan2017-02-031-1/+0Star
* KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2017-02-031-1/+0Star
* KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan2017-02-031-2/+0Star
* KVM: MIPS: Drop vm_init() callbackJames Hogan2017-02-031-3/+0Star
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-031-3/+0Star
* KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan2017-02-031-5/+2Star
* KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-031-0/+17
* KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan2017-02-031-0/+17
* KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2017-02-031-1/+2
* KVM: MIPS: Add fast path TLB refill handlerJames Hogan2017-02-031-0/+1
* KVM: MIPS: Wire up vcpu uninitJames Hogan2017-02-031-1/+1
* KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan2017-02-031-0/+4
* KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan2017-02-031-0/+2
* KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan2017-02-031-3/+1Star
* KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan2017-02-031-2/+2
* KVM: MIPS/MMU: Simplify ASID restorationJames Hogan2017-02-031-3/+0Star
* KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-261-3/+4
* Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-09-291-0/+17
|\
| * KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan2016-09-291-0/+3
| * KVM: MIPS: Override HVA error values for EVAJames Hogan2016-09-081-0/+14
* | KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-081-23/+23
|/
* MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan2016-07-051-3/+3
* MIPS: KVM: Relative branch to common exit handlerJames Hogan2016-07-051-1/+1
* MIPS: KVM: Dynamically choose scratch registersJames Hogan2016-07-051-0/+1
* MIPS; KVM: Convert exception entry to uasmJames Hogan2016-07-051-2/+6
* MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan2016-06-151-67/+0Star
* MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan2016-06-151-2/+8
* MIPS: KVM: Add KScratch registersJames Hogan2016-06-151-0/+19
* MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan2016-06-151-1/+1
* MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan2016-06-151-0/+2
* MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan2016-06-151-9/+13
* MIPS: KVM: Clean up kvm_exit trace eventJames Hogan2016-06-141-22/+0Star
* MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan2016-06-141-4/+4