summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: KVM: Trace guest register access emulationJames Hogan2016-06-142-12/+107
* MIPS: KVM: Add guest mode switch trace eventsJames Hogan2016-06-142-0/+52
* MIPS: KVM: Add kvm_asid_change trace eventJames Hogan2016-06-142-4/+25
* MIPS: KVM: Clean up kvm_exit trace eventJames Hogan2016-06-144-41/+45
* MIPS: KVM: Add kvm_aux trace eventJames Hogan2016-06-142-0/+57
* MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan2016-06-142-23/+23
* MIPS: KVM: Use va in kvm_get_inst()James Hogan2016-06-141-8/+7
* MIPS: KVM: Combine handle_tlb_ld/st_missJames Hogan2016-06-141-52/+19
* MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan2016-06-142-21/+24
* MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan2016-06-143-24/+27
* MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()James Hogan2016-06-141-38/+4
* MIPS: KVM: Clean up TLB management hazardsJames Hogan2016-06-141-22/+5
* MIPS: KVM: Restore host EBase from ebase variableJames Hogan2016-06-142-4/+1
* MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan2016-06-142-16/+4
* MIPS: KVM: Simplify even/odd TLB handlingJames Hogan2016-06-141-9/+2
* MIPS: KVM: Don't indirect KVM functionsJames Hogan2016-06-143-29/+3
* MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan2016-06-143-360/+385
* MIPS: KVM: Make various Cause variables 32-bitJames Hogan2016-06-143-41/+41
* MIPS: KVM: Convert code to kernel sized typesJames Hogan2016-06-146-98/+98
* MIPS: KVM: Convert headers to kernel sized typesJames Hogan2016-06-145-52/+51
* MIPS: KVM: Drop unused kvm_mips_sync_icache()James Hogan2016-06-141-26/+0
* MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan2016-06-142-6/+2
* MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan2016-06-141-0/+3
* MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan2016-06-141-6/+10
* MIPS: KVM: Fix modular KVM under QEMUJames Hogan2016-06-143-1/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-194-50/+76
|\
| * KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
| * MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan2016-05-101-1/+4
| * MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan2016-05-101-1/+2
| * MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan2016-05-101-8/+18
| * MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan2016-05-102-35/+28
| * MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan2016-05-101-5/+23
* | MIPS: Define & use CP0_EBase bit definitionsJames Hogan2016-05-131-1/+2
* | MIPS: Support extended ASIDsPaul Burton2016-05-131-0/+14
* | MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton2016-05-131-11/+19
* | MIPS: KVM/locore.S: Relax noatJames Hogan2016-05-131-11/+5
* | MIPS: KVM/locore.S: Only preserve callee saved registersJames Hogan2016-05-131-47/+1
* | MIPS: KVM: Abstract guest ASID maskPaul Burton2016-05-132-13/+15
* | MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan2016-05-131-2/+2
* | MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_runJames Hogan2016-05-131-12/+0
|/
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-032-2/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-151-4/+4
|\
| * KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-4/+4
* | mips/kvm: fix ioctl error handlingMichael S. Tsirkin2016-03-021-2/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-249-183/+103
|\
| * MIPS: KVM: Add missing newline to kvm_err()James Hogan2016-01-241-1/+1
| * MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-243-27/+3
| * MIPS: KVM: Use cacheops.h definitionsJames Hogan2016-01-241-22/+8
| * MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2016-01-243-55/+56
| * MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan2016-01-241-2/+2