summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-26MIPS: seccomp: Handle indirect system calls (o32)Markos Chandras5-4/+25
2014-03-26MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filterMarkos Chandras4-4/+12
2014-03-26MIPS: ptrace: Move away from secure_computing_strictMarkos Chandras1-4/+6
2014-03-26MIPS: asm: syscall: Define syscall_get_archMarkos Chandras1-1/+1
2014-03-26MIPS: Remove gcmpregs.hPaul Burton1-1/+0
2014-03-26MIPS: Coherent Processing System SMP implementationPaul Burton5-0/+542
2014-03-06MIPS: Add CPC probe, access functionsPaul Burton2-0/+53
2014-03-06MIPS: Add generic CM probe & access codePaul Burton2-0/+123
2014-03-06MIPS: Move GIC IPI functions out of smp-cmp.cPaul Burton3-50/+56
2014-03-06MIPS: Add 1074K CPU support explicitly.Steven J. Hill5-1/+10
2014-02-04MIPS: Wire up sched_setattr/sched_getattr syscallsJames Hogan4-0/+8