summaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan4-41/+45
2016-06-14MIPS: KVM: Add kvm_aux trace eventJames Hogan2-0/+57
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan2-23/+23
2016-06-14MIPS: KVM: Use va in kvm_get_inst()James Hogan1-8/+7
2016-06-14MIPS: KVM: Combine handle_tlb_ld/st_missJames Hogan1-52/+19
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan2-21/+24
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan3-24/+27
2016-06-14MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()James Hogan1-38/+4
2016-06-14MIPS: KVM: Clean up TLB management hazardsJames Hogan1-22/+5
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan2-4/+1
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan2-16/+4
2016-06-14MIPS: KVM: Simplify even/odd TLB handlingJames Hogan1-9/+2
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan3-29/+3
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan3-360/+385
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan3-41/+41
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan6-98/+98
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan5-52/+51
2016-06-14MIPS: KVM: Drop unused kvm_mips_sync_icache()James Hogan1-26/+0
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan2-6/+2
2016-06-14MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan1-0/+3
2016-06-14MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan1-6/+10
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan3-1/+12
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-50/+76
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+1
2016-05-13MIPS: Define & use CP0_EBase bit definitionsJames Hogan1-1/+2
2016-05-13MIPS: Support extended ASIDsPaul Burton1-0/+14
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton1-11/+19
2016-05-13MIPS: KVM/locore.S: Relax noatJames Hogan1-11/+5
2016-05-13MIPS: KVM/locore.S: Only preserve callee saved registersJames Hogan1-47/+1
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton2-13/+15
2016-05-13MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan1-2/+2
2016-05-13MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_runJames Hogan1-12/+0
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-05-10MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan1-8/+18
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan2-35/+28
2016-05-10MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan1-5/+23
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder2-2/+2
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-183/+103
2016-01-24MIPS: KVM: Add missing newline to kvm_err()James Hogan1-1/+1
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan3-27/+3
2016-01-24MIPS: KVM: Use cacheops.h definitionsJames Hogan1-22/+8
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan3-55/+56
2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan1-2/+2
2016-01-24MIPS: KVM: Refactor added offsetof()sJames Hogan1-7/+3
2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan2-19/+19
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan1-37/+0