summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/kvm_mips_emul.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu1-2324/+0
2014-06-30MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu1-23/+11
2014-06-30MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu1-55/+52
2014-06-30MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu1-191/+198
2014-05-30MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan1-2/+0
2014-05-30MIPS: KVM: Fix kvm_debug bit-rottageJames Hogan1-1/+5
2014-05-30MIPS: KVM: Add count frequency KVM registerJames Hogan1-0/+48
2014-05-30MIPS: KVM: Add master disable count interfaceJames Hogan1-12/+120
2014-05-30MIPS: KVM: Rewrite count/compare timer emulationJames Hogan1-22/+371
2014-05-30MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan1-1/+1
2014-03-19MIPS: KVM: Remove dead code in CP0 emulationJames Hogan1-7/+0
2014-03-19MIPS: KVM: Consult HWREna before emulating RDHWRJames Hogan1-14/+16
2014-03-19MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan1-3/+4
2013-05-16Revert "MIPS: Allow ASID size to be determined at boot time."David Daney1-13/+16
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle1-16/+13
2013-05-08KVM/MIPS32: Privileged instruction/target branch emulation.Sanjay Lal1-0/+1829