aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum1-1/+0
2017-04-12MIPS: Opt into HAVE_COPY_THREAD_TLSJames Cowgill1-3/+3
2017-03-22MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn1-18/+38
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski1-0/+44
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn1-3/+1
2017-01-03MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton1-0/+2
2017-01-03MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton1-20/+63
2017-01-03MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton1-3/+8
2017-01-03MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton1-7/+5
2017-01-03MIPS: Prevent unaligned accesses during stack unwindingPaul Burton1-35/+35
2017-01-03MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton1-5/+2
2017-01-03MIPS: Stack unwinding while on IRQ stackMatt Redfearn1-1/+14
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-2/+9
2016-09-19MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski1-4/+4
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton1-0/+14
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-05-28MIPS: kernel: Fix typoAndrea Gelmini1-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-05-13MIPS: Force CPUs to lose FP context during mode switchesPaul Burton1-23/+17
2016-05-13MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4
2016-05-13MIPS: Make flush_threadRalf Baechle1-4/+0
2016-05-09MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-01MIPS: Properly disable FPU in start_thread()James Hogan1-4/+2
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-03-24mips: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-2/+8
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-1/+1
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+96
2015-02-17MIPS: kernel: process: Do not allow FR=0 on MIPS R6Markos Chandras1-0/+4
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton1-0/+92
2015-01-31MIPS: fork: Fix MSA/FPU/DSP context duplication raceJames Hogan1-12/+24
2014-11-24MIPS: Add arch_trigger_all_cpu_backtrace() functionEunbong Song1-0/+18
2014-11-24MIPS: Remove useless parenthesesRalf Baechle1-18/+18
2014-08-02MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton1-0/+3
2014-08-02MIPS: Remove asm/user.hAlex Smith1-1/+1
2014-08-02MIPS: Remove old core dump functionsAlex Smith1-55/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-7/+0
2014-03-26MIPS: Basic MSA context switching supportPaul Burton1-1/+6
2014-03-26MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton1-2/+14
2014-01-24MIPS: replace open-coded init_dspPaul Burton1-2/+1
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-3/+0
2013-07-01MIPS: Fix typos and cleanup commentTony Wu1-3/+0
2013-07-01MIPS: initial stack protector supportGregory Fong1-0/+6
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle1-13/+0
2013-05-17MIPS: Extract schedule_mfi info from __scheduleTony Wu1-2/+32
2013-05-17MIPS: Fix sibling call handling in get_frame_infoTony Wu1-2/+4