summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-249-183/+103Star
|\
| * MIPS: KVM: Add missing newline to kvm_err()James Hogan2016-01-241-1/+1
| * MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-243-27/+3Star
| * MIPS: KVM: Use cacheops.h definitionsJames Hogan2016-01-241-22/+8Star
| * MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2016-01-243-55/+56
| * MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan2016-01-241-2/+2
| * MIPS: KVM: Refactor added offsetof()sJames Hogan2016-01-241-7/+3Star
| * MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan2016-01-242-19/+19
| * MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan2016-01-241-37/+0Star
| * MIPS: KVM: Trivial whitespace and style fixesJames Hogan2016-01-243-13/+11Star
* | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-162-8/+8
|/
* MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan2015-11-181-1/+4
* MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan2015-11-181-1/+1
* MIPS: KVM: Fix ASID restoration logicJames Hogan2015-11-181-6/+10
* MIPS: Fix duplicate CP0_* definitions.James Hogan2015-11-111-8/+0Star
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-5/+8
|\
| * KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-0/+1
| * KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
| * KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+3
| * KVM: mips: use id_to_memslot correctlyPaolo Bonzini2015-05-191-1/+1
| * KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-2/+2
* | MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire2015-06-061-1/+1
* | MIPS: KVM: Fix unused variable build warningNicholas Mc Guire2015-05-121-6/+0Star
|/
* MIPS: KVM: Wire up MSA capabilityJames Hogan2015-03-271-0/+18
* MIPS: KVM: Expose MSA registersJames Hogan2015-03-271-0/+65
* MIPS: KVM: Add MSA exception handlingJames Hogan2015-03-274-2/+124
* MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan2015-03-271-2/+35
* MIPS: KVM: Add base guest MSA supportJames Hogan2015-03-274-18/+302
* MIPS: KVM: Wire up FPU capabilityJames Hogan2015-03-271-0/+37
* MIPS: KVM: Expose FPU registersJames Hogan2015-03-271-1/+71
* MIPS: KVM: Add FP exception handlingJames Hogan2015-03-274-3/+80
* MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan2015-03-271-11/+100
* MIPS: KVM: Add base guest FPU supportJames Hogan2015-03-275-1/+268
* MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan2015-03-272-0/+18
* MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan2015-03-273-2/+113
* MIPS: KVM: Simplify default guest Config registersJames Hogan2015-03-271-6/+9
* MIPS: KVM: Drop pr_info messages on init/exitJames Hogan2015-03-271-3/+0Star
* MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan2015-03-271-3/+3
* MIPS: KVM: Implement PRid CP0 register accessJames Hogan2015-03-271-0/+7
* MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan2015-03-274-0/+63
* MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan2015-03-273-0/+33
* KVM: MIPS: Enable after disabling interruptTapasweni Pathak2015-03-021-0/+1
* KVM: MIPS: Fix trace event to save PC directlyJames Hogan2015-03-021-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-132-6/+19
|\
| * kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
| * KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2015-02-042-4/+4
| * KVM: MIPS: Disable HTW while in guestJames Hogan2015-02-041-0/+13
| * KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-2/+1Star
* | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+1
|/