summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-4/+1Star
|\
| * ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0Star
* | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds2014-04-0236-371/+2010
|\ \
| * \ Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle2014-03-314-11/+16
| |\ \
| * | | MIPS: smp-mt: Use common GIC IPI implementationPaul Burton2014-03-311-22/+1Star
| * | | MIPS: smp-cmp: Remove incorrect core number probePaul Burton2014-03-311-2/+1Star
| * | | MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle2014-03-316-11/+11
| * | | MIPS: Fix core number detection for MT coresPaul Burton2014-03-311-1/+5
| * | | MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen2014-03-311-3/+9
| * | | MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle2014-03-313-0/+68
| * | | MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton2014-03-311-24/+1Star
| * | | MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton2014-03-312-76/+6Star
| * | | MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin2014-03-311-2/+1Star
| * | | MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2Huacai Chen2014-03-311-2/+2
| * | | MIPS: perf: Add interAptiv supportDeng-Cheng Zhu2014-03-311-2/+36
| * | | MIPS: perf: Add proAptiv supportDeng-Cheng Zhu2014-03-311-2/+26
| * | | MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv supportDeng-Cheng Zhu2014-03-311-4/+4
| * | | MIPS: cpu-probe: Add support for probing M5150 coresLeonid Yegoshin2014-03-261-0/+4
| * | | MIPS: Add support for the M5150 processorLeonid Yegoshin2014-03-261-0/+1
| * | | MIPS: malta: Add support for SMP EVAMarkos Chandras2014-03-261-1/+1
| * | | MIPS: kernel: proc: Add EVA to the list of CPU featuresMarkos Chandras2014-03-261-0/+1
| * | | MIPS: kernel: cpu-probe: Enable EVA option on supported coresMarkos Chandras2014-03-261-0/+3
| * | | MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin2014-03-262-1/+21
| * | | MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin2014-03-261-0/+32
| * | | MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras2014-03-261-1/+3
| * | | MIPS: kernel: unaligned: Handle unaligned accesses for EVALeonid Yegoshin2014-03-261-1/+85
| * | | MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras2014-03-261-24/+25
| * | | MIPS: lib: memcpy: Add EVA supportMarkos Chandras2014-03-261-0/+6
| * | | MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras2014-03-261-0/+6
| * | | MIPS: lib: strlen_user: Add EVA supportMarkos Chandras2014-03-261-0/+4
| * | | MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras2014-03-261-0/+4
| * | | MIPS: traps: Set correct address limit for breakpoints and trapsLeonid Yegoshin2014-03-261-0/+12
| * | | MIPS: kernel: traps: Whitespace clean upMarkos Chandras2014-03-261-7/+10
| * | | MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall argumentsMarkos Chandras2014-03-261-4/+5
| * | | MIPS: Allow FTLB to be turned on for CPU_P5600James Hogan2014-03-261-5/+7
| * | | MIPS: Add MIPS P5600 probe supportJames Hogan2014-03-261-0/+4
| * | | MIPS: Add cases for CPU_P5600James Hogan2014-03-263-0/+3
| * | | MIPS: Save/restore MSA context around signalsPaul Burton2014-03-264-16/+347
| * | | MIPS: Warn if vector register partitioning is implementedPaul Burton2014-03-261-1/+4
| * | | MIPS: Dumb MSA FP exception handlerPaul Burton2014-03-262-0/+13
| * | | MIPS: Basic MSA context switching supportPaul Burton2014-03-264-24/+143
| * | | MIPS: Detect the MSA ASEPaul Burton2014-03-262-0/+23
| * | | MIPS: Don't assume 64-bit FP registers for context switchPaul Burton2014-03-261-0/+66
| * | | MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton2014-03-261-6/+40
| * | | MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton2014-03-261-2/+14
| * | | MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2014-03-262-4/+4
| * | | MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2014-03-262-16/+28
| * | | MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton2014-03-262-12/+76
| * | | MIPS: Simplify FP context accessPaul Burton2014-03-262-39/+25Star