aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-3/+4
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips into nextRadim Krčmář1-0/+17
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan1-0/+3
2016-09-08KVM: MIPS: Override HVA error values for EVAJames Hogan1-0/+14
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-23/+23
2016-07-05MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan1-3/+3
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan1-1/+1
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan1-0/+1
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan1-2/+6
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan1-67/+0
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan1-2/+8
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan1-0/+19
2016-06-15MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan1-1/+1
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan1-0/+2
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan1-9/+13
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan1-22/+0
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan1-4/+4
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan1-7/+4
2016-06-14MIPS: KVM: Simplify TLB_* macrosJames Hogan1-5/+3
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan1-6/+5
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan1-1/+1
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan1-3/+1
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan1-3/+0
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan1-0/+4
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan1-20/+20
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan1-50/+47
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan1-1/+0
2016-06-14MIPS: KVM: Drop unused guest_inst from kvm_vcpu_archJames Hogan1-1/+0
2016-06-14MIPS: KVM: Include bit 31 in segment matchesJames Hogan1-1/+1
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan1-0/+1
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+2
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton1-2/+3
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan1-1/+1
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-38/+1
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan1-28/+0
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan1-1/+0
2016-01-24MIPS: Move definition of DC bit to mipsregs.hJames Hogan1-3/+0
2016-01-24MIPS: KVM: Drop some unused definitions from kvm_host.hJames Hogan1-5/+0
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan1-1/+1
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-3/+3
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+2
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan1-0/+16
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan1-1/+20
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan1-0/+8
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan1-0/+27
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan1-0/+2