summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-05-28MIPS: ptrace: Avoid smp_processor_id() in preemptible codeAlex Smith-7/+7
2014-05-25MIPS: Fix typo when reporting cache and ftlb errors for ImgTec coresMarkos Chandras-2/+2
2014-05-23MIPS: Fix branch emulation of branch likely instructions.Ralf Baechle-4/+4
2014-05-13MIPS: Wire up renameat2 syscall.Ralf Baechle-0/+4
2014-05-13Revert "MIPS: MT: proc: Add support for printing VPE and TC ids"Ralf Baechle-8/+1
2014-04-30mips: convert fdt pointers to opaque pointersRob Herring-1/+1
2014-04-18arch,mips: Convert smp_mb__*()Peter Zijlstra-2/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-4/+1
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds-371/+2010
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle-11/+16
2014-03-31MIPS: smp-mt: Use common GIC IPI implementationPaul Burton-22/+1
2014-03-31MIPS: smp-cmp: Remove incorrect core number probePaul Burton-2/+1
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle-11/+11
2014-03-31MIPS: Fix core number detection for MT coresPaul Burton-1/+5
2014-03-31MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen-3/+9
2014-03-31MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle-0/+68
2014-03-31MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton-24/+1
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton-76/+6
2014-03-31MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin-2/+1
2014-03-31MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2Huacai Chen-2/+2
2014-03-31MIPS: perf: Add interAptiv supportDeng-Cheng Zhu-2/+36
2014-03-31MIPS: perf: Add proAptiv supportDeng-Cheng Zhu-2/+26
2014-03-31MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv supportDeng-Cheng Zhu-4/+4
2014-03-26MIPS: cpu-probe: Add support for probing M5150 coresLeonid Yegoshin-0/+4
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin-0/+1
2014-03-26MIPS: malta: Add support for SMP EVAMarkos Chandras-1/+1
2014-03-26MIPS: kernel: proc: Add EVA to the list of CPU featuresMarkos Chandras-0/+1
2014-03-26MIPS: kernel: cpu-probe: Enable EVA option on supported coresMarkos Chandras-0/+3
2014-03-26MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin-1/+21
2014-03-26MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin-0/+32
2014-03-26MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras-1/+3
2014-03-26MIPS: kernel: unaligned: Handle unaligned accesses for EVALeonid Yegoshin-1/+85
2014-03-26MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras-24/+25
2014-03-26MIPS: lib: memcpy: Add EVA supportMarkos Chandras-0/+6
2014-03-26MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras-0/+6
2014-03-26MIPS: lib: strlen_user: Add EVA supportMarkos Chandras-0/+4
2014-03-26MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras-0/+4
2014-03-26MIPS: traps: Set correct address limit for breakpoints and trapsLeonid Yegoshin-0/+12
2014-03-26MIPS: kernel: traps: Whitespace clean upMarkos Chandras-7/+10
2014-03-26MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall argumentsMarkos Chandras-4/+5
2014-03-26MIPS: Allow FTLB to be turned on for CPU_P5600James Hogan-5/+7
2014-03-26MIPS: Add MIPS P5600 probe supportJames Hogan-0/+4
2014-03-26MIPS: Add cases for CPU_P5600James Hogan-0/+3
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton-16/+347
2014-03-26MIPS: Warn if vector register partitioning is implementedPaul Burton-1/+4
2014-03-26MIPS: Dumb MSA FP exception handlerPaul Burton-0/+13