summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-08-01MIPS: Select HAVE_KVM for MIPS64_R{2,6}James Hogan
2016-08-01MIPS: KVM: Reset CP0_PageMask during host TLB flushJames Hogan
2016-08-01MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan
2016-08-01MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan
2016-08-01MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan
2016-08-01MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan
2016-08-01MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan
2016-08-01MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan
2016-08-01MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan
2016-08-01MIPS: Fix definition of KSEGX() for 64-bitJames Hogan
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-27Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-25MIPS: ath79: Add missing include fileGuenter Roeck
2016-07-24spi: octeon: Move include file from arch/mips to drivers/spiJan Glauber
2016-07-15MIPS/Loongson-3: Convert oprofile to hotplug state machineRichard Cochran
2016-07-13Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner
2016-07-06MIPS: Fix page table corruption on THP permission changes.David Daney
2016-07-05MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan
2016-07-05MIPS: KVM: Decode RDHWR more strictlyJames Hogan
2016-07-05MIPS: KVM: Recognise r6 CACHE encodingJames Hogan
2016-07-05MIPS: KVM: Support r6 compact branch emulationJames Hogan
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan
2016-07-05MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan
2016-07-05MIPS: KVM: Fix fpu.S misassembly with r6James Hogan
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton
2016-07-05MIPS: KVM: Save k0 straight into VCPU structureJames Hogan
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan
2016-07-05MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan
2016-07-05MIPS: KVM: Check MSA presence at uasm timeJames Hogan
2016-07-05MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan
2016-07-05MIPS: KVM: Drop now unused asm offsetsJames Hogan
2016-07-05MIPS: KVM: Add dumping of generated entry codeJames Hogan
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan
2016-07-05MIPS: uasm: Add r6 MUL encodingJames Hogan
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan
2016-07-05MIPS: uasm: Add DI instructionJames Hogan
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan