summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/mips.c
AgeCommit message (Expand)Author
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan
2016-10-19KVM: MIPS: Add missing uaccess.h includeJames Hogan
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino
2016-08-01MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan
2016-07-05MIPS: KVM: Add dumping of generated entry codeJames Hogan
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan
2016-06-15MIPS: KVM: List FPU/MSA registersJames Hogan
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan
2016-06-15MIPS: KVM: Pass all unknown registers to callbacksJames Hogan
2016-06-14MIPS: KVM: Add guest mode switch trace eventsJames Hogan
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan
2016-06-14MIPS: KVM: Add kvm_aux trace eventJames Hogan
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-10MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan
2016-05-10MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-02mips/kvm: fix ioctl error handlingMichael S. Tsirkin
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-01-24MIPS: KVM: Add missing newline to kvm_err()James Hogan
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan
2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan
2015-11-18MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan