summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
* KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-42/+0
* KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+4
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
|\
| * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-0418-775/+739
|\|
| * MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu2014-06-301-5/+0
| * MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu2014-06-301-3/+0
| * MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu2014-06-3014-15/+15
| * MIPS: KVM: Remove unneeded volatileDeng-Cheng Zhu2014-06-301-2/+2
| * MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu2014-06-304-42/+16
| * MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu2014-06-305-117/+110
| * MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu2014-06-3013-549/+554
* | MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu2014-06-251-0/+1
|/
* MIPS: KVM: Remove redundant semicolonJames Hogan2014-05-301-1/+1
* MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan2014-05-301-9/+3
* MIPS: KVM: Quieten kvm_info() loggingJames Hogan2014-05-302-22/+21
* MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan2014-05-303-28/+0
* MIPS: KVM: Fix kvm_debug bit-rottageJames Hogan2014-05-302-10/+10
* MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} staticJames Hogan2014-05-301-2/+2
* MIPS: KVM: Add count frequency KVM registerJames Hogan2014-05-303-0/+57
* MIPS: KVM: Add master disable count interfaceJames Hogan2014-05-303-14/+142
* MIPS: KVM: Rewrite count/compare timer emulationJames Hogan2014-05-303-33/+397
* MIPS: KVM: Migrate hrtimer to follow VCPUJames Hogan2014-05-301-0/+23
* MIPS: KVM: Deliver guest interrupts after local_irq_disable()James Hogan2014-05-301-1/+1
* MIPS: KVM: Add CP0_HWREna KVM register accessJames Hogan2014-05-301-0/+7
* MIPS: KVM: Add CP0_UserLocal KVM register accessJames Hogan2014-05-301-0/+7
* MIPS: KVM: Add CP0_Count/Compare KVM register accessJames Hogan2014-05-302-0/+52
* MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.hJames Hogan2014-05-301-31/+0
* MIPS: KVM: Add CP0_EPC KVM register accessJames Hogan2014-05-301-1/+8
* MIPS: KVM: Use tlb_write_randomJames Hogan2014-05-301-6/+4
* MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan2014-05-304-40/+12
* MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan2014-05-301-1/+1
* MIPS: KVM: remove the stale memory alias support function unalias_gfnDeng-Cheng Zhu2014-05-291-5/+0
* MIPS: KVM: Remove dead code in CP0 emulationJames Hogan2014-03-191-7/+0
* MIPS: KVM: Consult HWREna before emulating RDHWRJames Hogan2014-03-191-14/+16
* MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan2014-03-191-3/+4
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* MIPS: KVM: remove shadow_tlb codeJames Hogan2014-01-242-131/+0
* MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHIJames Hogan2014-01-241-3/+1
* kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-042-487/+486
|\
| * mips/kvm: Make kvm_locore.S 64-bit buildable/safe.David Daney2013-08-261-27/+27
| * mips/kvm: Cleanup .push/.pop directives in kvm_locore.SDavid Daney2013-08-261-13/+1
| * mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.SDavid Daney2013-08-261-484/+491
| * KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa2013-07-181-0/+4
* | MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATIONMarkos Chandras2013-07-191-1/+0
|/
* mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REGDavid Daney2013-06-111-29/+54
* mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.David Daney2013-06-031-9/+9
* mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2013-06-032-57/+245