summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
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 pre-r6 ll/sc instructions on r6James Hogan1-3/+3
2016-07-05MIPS: KVM: Fix fpu.S misassembly with r6James Hogan1-2/+5
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton3-6/+6
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton3-6/+6
2016-07-05MIPS: KVM: Save k0 straight into VCPU structureJames Hogan1-22/+15
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan3-12/+25
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan3-15/+84
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: Drop now unused asm offsetsJames Hogan1-66/+0
2016-07-05MIPS: KVM: Add dumping of generated entry codeJames Hogan1-0/+25
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan7-634/+642
2016-07-05MIPS: uasm: Add r6 MUL encodingJames Hogan2-0/+48
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan5-5/+16
2016-07-05MIPS: uasm: Add DI instructionJames Hogan5-11/+16
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan5-13/+43
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan4-14/+24
2016-07-02MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle1-4/+6
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-2/+2
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-1/+1
2016-06-28clocksource/drivers/ralink: Convert init function to return errorDaniel Lezcano1-6/+13
2016-06-27mips: use the new LED disk activity triggerStephan Linz7-7/+7
2016-06-24mips: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+3
2016-06-23MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsBjorn Helgaas1-1/+8
2016-06-23mips: use of_platform_default_populate() to populate default busKefeng Wang1-2/+1
2016-06-23mips: Remove unnecessary of_platform_populate with default match tableKefeng Wang5-45/+0
2016-06-23MIPS: KVM: Combine entry trace events into classJames Hogan1-40/+22
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2-10/+10
2016-06-16locking/atomic, arch/mips: Convert to _relaxed atomicsPeter Zijlstra1-20/+22
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-9/+129
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan2-72/+3
2016-06-15MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan1-5/+15
2016-06-15MIPS: Add define for Config.VI (virtual icache) bitJames Hogan2-1/+2
2016-06-15MIPS: KVM: Use host CCA for TLB mappingsJames Hogan2-9/+12
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan4-14/+20
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan5-1/+104
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 Hogan3-3/+7
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan4-14/+35
2016-06-15MIPS: KVM: List FPU/MSA registersJames Hogan1-0/+58
2016-06-15MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan1-1/+1
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan3-7/+37