aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-30MIPS: KVM: Deliver guest interrupts after local_irq_disable()James Hogan1-1/+1
2014-05-30MIPS: KVM: Add CP0_HWREna KVM register accessJames Hogan1-0/+7
2014-05-30MIPS: KVM: Add CP0_UserLocal KVM register accessJames Hogan1-0/+7
2014-05-30MIPS: KVM: Add CP0_Count/Compare KVM register accessJames Hogan2-0/+52
2014-05-30MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.hJames Hogan1-31/+0
2014-05-30MIPS: KVM: Add CP0_EPC KVM register accessJames Hogan1-1/+8
2014-05-30MIPS: KVM: Use tlb_write_randomJames Hogan1-6/+4
2014-05-30MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan4-40/+12
2014-05-30MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan1-1/+1
2014-05-29MIPS: KVM: remove the stale memory alias support function unalias_gfnDeng-Cheng Zhu1-5/+0
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
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-24MIPS: KVM: remove shadow_tlb codeJames Hogan2-131/+0
2014-01-24MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHIJames Hogan1-3/+1
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-487/+486
2013-08-26mips/kvm: Make kvm_locore.S 64-bit buildable/safe.David Daney1-27/+27
2013-08-26mips/kvm: Cleanup .push/.pop directives in kvm_locore.SDavid Daney1-13/+1
2013-08-26mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.SDavid Daney1-484/+491
2013-07-19MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATIONMarkos Chandras1-1/+0
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-06-11mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REGDavid Daney1-29/+54
2013-06-03mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.David Daney1-9/+9
2013-06-03mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2-57/+245