summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/kvm_host.h
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: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames 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: Invalidate TLB by regenerating ASIDsJames Hogan
2016-09-08KVM: MIPS: Override HVA error values for EVAJames Hogan
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh
2016-07-05MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan
2016-06-15MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan
2016-06-14MIPS: KVM: Simplify TLB_* macrosJames Hogan
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan
2016-06-14MIPS: KVM: Drop unused guest_inst from kvm_vcpu_archJames Hogan
2016-06-14MIPS: KVM: Include bit 31 in segment matchesJames Hogan
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan
2016-01-24MIPS: Move definition of DC bit to mipsregs.hJames Hogan
2016-01-24MIPS: KVM: Drop some unused definitions from kvm_host.hJames Hogan
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini