aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfrLinus Torvalds36-371/+2010
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle4-11/+16
2014-03-31MIPS: smp-mt: Use common GIC IPI implementationPaul Burton1-22/+1
2014-03-31MIPS: smp-cmp: Remove incorrect core number probePaul Burton1-2/+1
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle6-11/+11
2014-03-31MIPS: Fix core number detection for MT coresPaul Burton1-1/+5
2014-03-31MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen1-3/+9
2014-03-31MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle3-0/+68
2014-03-31MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton1-24/+1
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton2-76/+6
2014-03-31MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin1-2/+1
2014-03-31MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2Huacai Chen1-2/+2
2014-03-31MIPS: perf: Add interAptiv supportDeng-Cheng Zhu1-2/+36
2014-03-31MIPS: perf: Add proAptiv supportDeng-Cheng Zhu1-2/+26
2014-03-31MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv supportDeng-Cheng Zhu1-4/+4
2014-03-26MIPS: cpu-probe: Add support for probing M5150 coresLeonid Yegoshin1-0/+4
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin1-0/+1
2014-03-26MIPS: malta: Add support for SMP EVAMarkos Chandras1-1/+1
2014-03-26MIPS: kernel: proc: Add EVA to the list of CPU featuresMarkos Chandras1-0/+1
2014-03-26MIPS: kernel: cpu-probe: Enable EVA option on supported coresMarkos Chandras1-0/+3
2014-03-26MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin2-1/+21
2014-03-26MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin1-0/+32
2014-03-26MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras1-1/+3
2014-03-26MIPS: kernel: unaligned: Handle unaligned accesses for EVALeonid Yegoshin1-1/+85
2014-03-26MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras1-24/+25
2014-03-26MIPS: lib: memcpy: Add EVA supportMarkos Chandras1-0/+6
2014-03-26MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras1-0/+6
2014-03-26MIPS: lib: strlen_user: Add EVA supportMarkos Chandras1-0/+4
2014-03-26MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras1-0/+4
2014-03-26MIPS: traps: Set correct address limit for breakpoints and trapsLeonid Yegoshin1-0/+12
2014-03-26MIPS: kernel: traps: Whitespace clean upMarkos Chandras1-7/+10
2014-03-26MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall argumentsMarkos Chandras1-4/+5
2014-03-26MIPS: Allow FTLB to be turned on for CPU_P5600James Hogan1-5/+7
2014-03-26MIPS: Add MIPS P5600 probe supportJames Hogan1-0/+4
2014-03-26MIPS: Add cases for CPU_P5600James Hogan3-0/+3
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton4-16/+347
2014-03-26MIPS: Warn if vector register partitioning is implementedPaul Burton1-1/+4
2014-03-26MIPS: Dumb MSA FP exception handlerPaul Burton2-0/+13
2014-03-26MIPS: Basic MSA context switching supportPaul Burton4-24/+143
2014-03-26MIPS: Detect the MSA ASEPaul Burton2-0/+23
2014-03-26MIPS: Don't assume 64-bit FP registers for context switchPaul Burton1-0/+66
2014-03-26MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton1-6/+40
2014-03-26MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton1-2/+14
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2-4/+4
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2-16/+28
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton2-12/+76
2014-03-26MIPS: Simplify FP context accessPaul Burton2-39/+25