summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan2016-07-051-1/+7
* MIPS: KVM: Decode RDHWR more strictlyJames Hogan2016-07-051-1/+3
* MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2016-07-052-2/+24
* MIPS: KVM: Support r6 compact branch emulationJames Hogan2016-07-051-6/+46
* MIPS: KVM: Don't save/restore lo/hi for r6James Hogan2016-07-052-12/+10
* MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan2016-07-051-3/+3
* MIPS: KVM: Fix fpu.S misassembly with r6James Hogan2016-07-051-2/+5
* MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-053-6/+6
* MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-053-6/+6
* MIPS: KVM: Save k0 straight into VCPU structureJames Hogan2016-07-051-22/+15
* MIPS: KVM: Relative branch to common exit handlerJames Hogan2016-07-053-12/+25
* MIPS: KVM: Dynamically choose scratch registersJames Hogan2016-07-053-15/+84
* MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan2016-07-051-4/+0
* MIPS: KVM: Check MSA presence at uasm timeJames Hogan2016-07-051-20/+15
* MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan2016-07-051-12/+15
* MIPS: KVM: Drop now unused asm offsetsJames Hogan2016-07-051-66/+0
* MIPS: KVM: Add dumping of generated entry codeJames Hogan2016-07-051-0/+25
* MIPS; KVM: Convert exception entry to uasmJames Hogan2016-07-057-634/+642
* MIPS: uasm: Add r6 MUL encodingJames Hogan2016-07-052-0/+48
* MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-055-5/+16
* MIPS: uasm: Add DI instructionJames Hogan2016-07-055-11/+16
* MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2016-07-055-13/+43
* MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan2016-07-054-14/+24
* KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
* MIPS: KVM: Combine entry trace events into classJames Hogan2016-06-231-40/+22
* MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan2016-06-152-72/+3
* MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan2016-06-151-5/+15
* MIPS: Add define for Config.VI (virtual icache) bitJames Hogan2016-06-152-1/+2
* MIPS: KVM: Use host CCA for TLB mappingsJames Hogan2016-06-152-9/+12
* MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan2016-06-154-14/+20
* MIPS: KVM: Add KScratch registersJames Hogan2016-06-155-1/+104
* MIPS: KVM: Emulate RDHWR CPUNum registerJames Hogan2016-06-151-1/+1
* MIPS: KVM: Allow ULRI to restrict UserLocal registerJames Hogan2016-06-151-2/+12
* MIPS: KVM: Don't hardcode restored HWREnaJames Hogan2016-06-153-3/+7
* MIPS: Clean up RDHWR handlingJames Hogan2016-06-154-14/+35
* MIPS: KVM: List FPU/MSA registersJames Hogan2016-06-151-0/+58
* MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan2016-06-151-1/+1
* MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan2016-06-153-7/+37
* MIPS: KVM: Pass all unknown registers to callbacksJames Hogan2016-06-151-20/+2
* MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan2016-06-154-114/+126
* MIPS: KVM: Factor writing of translated guest instructionsJames Hogan2016-06-151-58/+34
* MIPS: KVM: Fix translation of MFC0 ErrCtlJames Hogan2016-06-151-1/+1
* MIPS: KVM: Print unknown load/store encodingsJames Hogan2016-06-141-2/+4
* MIPS: KVM: Dump guest tlbs if kvm_get_inst() failsJames Hogan2016-06-141-0/+1
* 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-145-63/+45
* MIPS: KVM: Add kvm_aux trace eventJames Hogan2016-06-142-0/+57
* MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan2016-06-143-27/+27