summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-199/+263
2016-08-01MIPS: Fix definition of KSEGX() for 64-bitJames Hogan1-1/+1
2016-07-28Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-328/+0
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+154
2016-07-24spi: octeon: Move include file from arch/mips to drivers/spiJan Glauber1-328/+0
2016-07-06MIPS: Fix page table corruption on THP permission changes.David Daney1-1/+1
2016-07-05MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan1-3/+3
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton1-2/+2
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton1-2/+2
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan1-1/+1
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan1-0/+1
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan1-2/+6
2016-07-05MIPS: uasm: Add r6 MUL encodingJames Hogan1-0/+44
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2-0/+4
2016-07-05MIPS: uasm: Add DI instructionJames Hogan2-0/+2
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2-1/+25
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan1-0/+2
2016-07-02MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle1-4/+6
2016-06-25mips: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+3
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-16MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan1-67/+0
2016-06-16MIPS: Add define for Config.VI (virtual icache) bitJames Hogan1-0/+1
2016-06-16MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan1-2/+8
2016-06-16MIPS: KVM: Add KScratch registersJames Hogan1-0/+19
2016-06-16MIPS: KVM: Don't hardcode restored HWREnaJames Hogan1-0/+1
2016-06-16MIPS: Clean up RDHWR handlingJames Hogan2-2/+20
2016-06-16MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan1-1/+1
2016-06-16MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan1-0/+2
2016-06-16MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan2-10/+47
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-2/+17
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan1-22/+0
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan1-4/+4
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan1-7/+4
2016-06-14MIPS: KVM: Simplify TLB_* macrosJames Hogan1-5/+3
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan1-6/+5
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan1-1/+1
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan1-3/+1
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan1-3/+0
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan1-0/+4
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan1-20/+20
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan1-50/+47
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan1-1/+0
2016-06-14MIPS: KVM: Drop unused guest_inst from kvm_vcpu_archJames Hogan1-1/+0
2016-06-14MIPS: KVM: Include bit 31 in segment matchesJames Hogan1-1/+1
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan1-0/+1
2016-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds19-189/+161
2016-05-28MIPS: Add 64-bit HTW fieldsJames Hogan1-0/+8
2016-05-28MIPS: Simplify DSP instruction encoding macrosJames Hogan1-90/+17