aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)Author
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-06-06MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini
2015-05-19KVM: mips: use id_to_memslot correctlyPaolo Bonzini
2015-05-12MIPS: KVM: Fix unused variable build warningNicholas Mc Guire
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger
2015-03-27MIPS: KVM: Wire up MSA capabilityJames Hogan
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan
2015-03-27MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan
2015-03-27MIPS: KVM: Wire up FPU capabilityJames Hogan
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan
2015-03-27MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan
2015-03-27MIPS: KVM: Simplify default guest Config registersJames Hogan
2015-03-27MIPS: KVM: Drop pr_info messages on init/exitJames Hogan
2015-03-27MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan
2015-03-27MIPS: KVM: Implement PRid CP0 register accessJames Hogan
2015-03-27MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan
2015-03-27MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan
2015-03-02KVM: MIPS: Enable after disabling interruptTapasweni Pathak
2015-03-02KVM: MIPS: Fix trace event to save PC directlyJames Hogan
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini
2015-02-04KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan
2015-02-04KVM: MIPS: Disable HTW while in guestJames Hogan
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
2014-06-30MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu
2014-06-30MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu
2014-06-30MIPS: KVM: Remove unneeded volatileDeng-Cheng Zhu
2014-06-30MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu
2014-06-30MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu
2014-06-30MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu
2014-06-25MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu
2014-05-30MIPS: KVM: Remove redundant semicolonJames Hogan