aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan1-2/+2
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan1-1/+4
2016-10-19KVM: MIPS: Add missing uaccess.h includeJames Hogan1-0/+1
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips into nextRadim Krčmář1-0/+30
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan1-0/+30
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-08-01MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan1-0/+12
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan1-0/+6
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan1-5/+7
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan1-0/+4
2016-07-05MIPS: KVM: Add dumping of generated entry codeJames Hogan1-0/+25
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan1-25/+12
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-2/+2
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan1-0/+71
2016-06-15MIPS: KVM: List FPU/MSA registersJames Hogan1-0/+58
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan1-7/+22
2016-06-15MIPS: KVM: Pass all unknown registers to callbacksJames Hogan1-20/+2
2016-06-14MIPS: KVM: Add guest mode switch trace eventsJames Hogan1-0/+4
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan1-15/+2
2016-06-14MIPS: KVM: Add kvm_aux trace eventJames Hogan1-0/+11
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan1-19/+19
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan1-3/+0
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan1-17/+1
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan1-4/+4
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan1-1/+10
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+1
2016-05-10MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan1-1/+4
2016-05-10MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan1-1/+2
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2016-03-02mips/kvm: fix ioctl error handlingMichael S. Tsirkin1-2/+2
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-4/+4
2016-01-24MIPS: KVM: Add missing newline to kvm_err()James Hogan1-1/+1
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan1-16/+16
2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan1-2/+2
2015-11-18MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan1-1/+4
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-0/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-1/+3
2015-05-19KVM: mips: use id_to_memslot correctlyPaolo Bonzini1-1/+1
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger1-2/+2
2015-03-27MIPS: KVM: Wire up MSA capabilityJames Hogan1-0/+18
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan1-0/+65
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan1-0/+10
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan1-16/+116
2015-03-27MIPS: KVM: Wire up FPU capabilityJames Hogan1-0/+37
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan1-1/+71
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan1-0/+7
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan1-0/+126
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan1-0/+14