aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-04KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2-4/+4
2015-02-04KVM: MIPS: Disable HTW while in guestJames Hogan1-0/+13
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-2/+1
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-42/+0
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-775/+739
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-06-30MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu1-5/+0
2014-06-30MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu1-3/+0
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu14-15/+15
2014-06-30MIPS: KVM: Remove unneeded volatileDeng-Cheng Zhu1-2/+2
2014-06-30MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu4-42/+16
2014-06-30MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu5-117/+110
2014-06-30MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu13-549/+554
2014-06-25MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu1-0/+1
2014-05-30MIPS: KVM: Remove redundant semicolonJames Hogan1-1/+1
2014-05-30MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan1-9/+3
2014-05-30MIPS: KVM: Quieten kvm_info() loggingJames Hogan2-22/+21
2014-05-30MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan3-28/+0
2014-05-30MIPS: KVM: Fix kvm_debug bit-rottageJames Hogan2-10/+10
2014-05-30MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} staticJames Hogan1-2/+2
2014-05-30MIPS: KVM: Add count frequency KVM registerJames Hogan3-0/+57
2014-05-30MIPS: KVM: Add master disable count interfaceJames Hogan3-14/+142
2014-05-30MIPS: KVM: Rewrite count/compare timer emulationJames Hogan3-33/+397
2014-05-30MIPS: KVM: Migrate hrtimer to follow VCPUJames Hogan1-0/+23