summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-132-6/+19
|\
| * kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
| * KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2015-02-042-4/+4
| * KVM: MIPS: Disable HTW while in guestJames Hogan2015-02-041-0/+13
| * KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-2/+1Star
* | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+1
|/
* 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/+0Star
* 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/+739Star
|\|
| * MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu2014-06-301-5/+0Star
| * MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu2014-06-301-3/+0Star
| * 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/+16Star
| * MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu2014-06-305-117/+110Star
| * 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/+3Star
* MIPS: KVM: Quieten kvm_info() loggingJames Hogan2014-05-302-22/+21Star
* MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan2014-05-303-28/+0Star
* 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/+0Star
* MIPS: KVM: Add CP0_EPC KVM register accessJames Hogan2014-05-301-1/+8
* MIPS: KVM: Use tlb_write_randomJames Hogan2014-05-301-6/+4Star
* MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan2014-05-304-40/+12Star
* 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/+0Star
* MIPS: KVM: Remove dead code in CP0 emulationJames Hogan2014-03-191-7/+0Star
* 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/+0Star
* MIPS: KVM: remove shadow_tlb codeJames Hogan2014-01-242-131/+0Star
* MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHIJames Hogan2014-01-241-3/+1Star
* 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-052-487/+486Star
|\
| * 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/+1Star