summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/mips.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini1-1/+6
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan1-198/+0
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan1-0/+1
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan1-0/+1
2017-02-03KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan1-0/+24
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan1-19/+23
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan1-0/+26
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan1-0/+18
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan1-34/+14
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan1-1/+1
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan1-1/+6
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-16/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-33/+1
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+1
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan1-3/+5
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan1-1/+6
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan1-0/+5
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan1-41/+2
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-5/+3
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan1-16/+0
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring1-7/+2
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/j...Radim 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-16MIPS: KVM: Add KScratch registersJames Hogan1-0/+71
2016-06-16MIPS: KVM: List FPU/MSA registersJames Hogan1-0/+58
2016-06-16MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan1-7/+22
2016-06-16MIPS: 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