summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2017-05-291-1/+0
* MIPS: Opt into HAVE_COPY_THREAD_TLSJames Cowgill2017-04-121-3/+3
* MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-03-221-18/+38
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski2017-01-031-0/+44
* MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2017-01-031-3/+1
* MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton2017-01-031-0/+2
* MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton2017-01-031-20/+63
* MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton2017-01-031-3/+8
* MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton2017-01-031-7/+5
* MIPS: Prevent unaligned accesses during stack unwindingPaul Burton2017-01-031-35/+35
* MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton2017-01-031-5/+2
* MIPS: Stack unwinding while on IRQ stackMatt Redfearn2017-01-031-1/+14
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+9
* MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski2016-09-191-4/+4
* MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-021-0/+14
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-281-1/+1
|\
| * MIPS: kernel: Fix typoAndrea Gelmini2016-05-281-1/+1
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-4/+0
|/
* MIPS: Force CPUs to lose FP context during mode switchesPaul Burton2016-05-131-23/+17
* MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton2016-05-131-0/+4
* MIPS: Make flush_threadRalf Baechle2016-05-131-4/+0
* MIPS: Don't unwind to user mode with EVAJames Hogan2016-05-091-1/+1
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-1/+1
* MIPS: Properly disable FPU in start_thread()James Hogan2016-02-011-4/+2
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
* | mips: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad2015-03-241-2/+8
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-211-0/+96
|\
| * MIPS: kernel: process: Do not allow FR=0 on MIPS R6Markos Chandras2015-02-171-0/+4
| * MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton2015-02-121-0/+92
* | MIPS: fork: Fix MSA/FPU/DSP context duplication raceJames Hogan2015-01-311-12/+24
|/
* MIPS: Add arch_trigger_all_cpu_backtrace() functionEunbong Song2014-11-241-0/+18
* MIPS: Remove useless parenthesesRalf Baechle2014-11-241-18/+18
* MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton2014-08-021-0/+3
* MIPS: Remove asm/user.hAlex Smith2014-08-021-1/+1
* MIPS: Remove old core dump functionsAlex Smith2014-08-021-55/+0
* MIPS: MT: Remove SMTC supportRalf Baechle2014-05-241-7/+0
* MIPS: Basic MSA context switching supportPaul Burton2014-03-261-1/+6
* MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton2014-03-261-2/+14
* MIPS: replace open-coded init_dspPaul Burton2014-01-241-2/+1
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-131-3/+0
* MIPS: Fix typos and cleanup commentTony Wu2013-07-011-3/+0
* MIPS: initial stack protector supportGregory Fong2013-07-011-0/+6
* MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle2013-05-221-13/+0
* MIPS: Extract schedule_mfi info from __scheduleTony Wu2013-05-171-2/+32
* MIPS: Fix sibling call handling in get_frame_infoTony Wu2013-05-171-2/+4
OpenPOWER on IntegriCloud