aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder2-2/+2
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2016-03-02mips/kvm: fix ioctl error handlingMichael S. Tsirkin1-2/+2
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-4/+4
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-183/+103
2016-01-24MIPS: KVM: Add missing newline to kvm_err()James Hogan1-1/+1
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan3-27/+3
2016-01-24MIPS: KVM: Use cacheops.h definitionsJames Hogan1-22/+8
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan3-55/+56
2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan1-2/+2
2016-01-24MIPS: KVM: Refactor added offsetof()sJames Hogan1-7/+3
2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan2-19/+19
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan1-37/+0
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan3-13/+11
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams2-8/+8
2015-11-18MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan1-1/+4
2015-11-18MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan1-1/+1
2015-11-18MIPS: KVM: Fix ASID restoration logicJames Hogan1-6/+10
2015-11-11MIPS: Fix duplicate CP0_* definitions.James Hogan1-8/+0
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+8
2015-06-06MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire1-1/+1
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-0/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-1/+3
2015-05-19KVM: mips: use id_to_memslot correctlyPaolo Bonzini1-1/+1
2015-05-12MIPS: KVM: Fix unused variable build warningNicholas Mc Guire1-6/+0
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger1-2/+2
2015-03-27MIPS: KVM: Wire up MSA capabilityJames Hogan1-0/+18
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan1-0/+65
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan4-2/+124
2015-03-27MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan1-2/+35
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan4-18/+302
2015-03-27MIPS: KVM: Wire up FPU capabilityJames Hogan1-0/+37
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan1-1/+71
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan4-3/+80
2015-03-27MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan1-11/+100
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan5-1/+268
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan2-0/+18
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan3-2/+113
2015-03-27MIPS: KVM: Simplify default guest Config registersJames Hogan1-6/+9
2015-03-27MIPS: KVM: Drop pr_info messages on init/exitJames Hogan1-3/+0
2015-03-27MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan1-3/+3
2015-03-27MIPS: KVM: Implement PRid CP0 register accessJames Hogan1-0/+7
2015-03-27MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan4-0/+63
2015-03-27MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan3-0/+33
2015-03-02KVM: MIPS: Enable after disabling interruptTapasweni Pathak1-0/+1
2015-03-02KVM: MIPS: Fix trace event to save PC directlyJames Hogan1-3/+3
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+19
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1