aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan1-2/+8
2016-08-01MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan1-24/+24
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2-7/+17
2016-08-01MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan1-1/+1
2016-07-05MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan1-1/+7
2016-07-05MIPS: KVM: Decode RDHWR more strictlyJames Hogan1-1/+3
2016-07-05MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2-2/+24
2016-07-05MIPS: KVM: Support r6 compact branch emulationJames Hogan1-6/+46
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan2-12/+10
2016-07-05MIPS: KVM: Fix fpu.S misassembly with r6James Hogan1-2/+5
2016-07-05MIPS: KVM: Save k0 straight into VCPU structureJames Hogan1-22/+15
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan2-11/+24
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan2-15/+83
2016-07-05MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan1-4/+0
2016-07-05MIPS: KVM: Check MSA presence at uasm timeJames Hogan1-20/+15
2016-07-05MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan1-12/+15
2016-07-05MIPS: KVM: Add dumping of generated entry codeJames Hogan1-0/+25
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan6-632/+636
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-2/+2
2016-06-23MIPS: KVM: Combine entry trace events into classJames Hogan1-40/+22
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan1-5/+3
2016-06-15MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan1-5/+15
2016-06-15MIPS: KVM: Use host CCA for TLB mappingsJames Hogan2-9/+12
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan3-12/+12
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan4-1/+85
2016-06-15MIPS: KVM: Emulate RDHWR CPUNum registerJames Hogan1-1/+1
2016-06-15MIPS: KVM: Allow ULRI to restrict UserLocal registerJames Hogan1-2/+12
2016-06-15MIPS: KVM: Don't hardcode restored HWREnaJames Hogan1-2/+2
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan1-5/+5
2016-06-15MIPS: KVM: List FPU/MSA registersJames Hogan1-0/+58
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan2-7/+35
2016-06-15MIPS: KVM: Pass all unknown registers to callbacksJames Hogan1-20/+2
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan2-104/+79
2016-06-15MIPS: KVM: Factor writing of translated guest instructionsJames Hogan1-58/+34
2016-06-15MIPS: KVM: Fix translation of MFC0 ErrCtlJames Hogan1-1/+1
2016-06-14MIPS: KVM: Print unknown load/store encodingsJames Hogan1-2/+4
2016-06-14MIPS: KVM: Dump guest tlbs if kvm_get_inst() failsJames Hogan1-0/+1
2016-06-14MIPS: KVM: Trace guest register access emulationJames Hogan2-12/+107
2016-06-14MIPS: KVM: Add guest mode switch trace eventsJames Hogan2-0/+52
2016-06-14MIPS: KVM: Add kvm_asid_change trace eventJames Hogan2-4/+25
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