summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/process.c
AgeCommit message (Expand)Author
2019-03-13MIPS: Remove function size check in get_frame_info()Jun-Ru Chang
2018-11-10MIPS: Handle non word sized instructions when examining frameMatt Redfearn
2018-11-10MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn
2018-09-19kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum
2018-07-22MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton
2018-07-17MIPS: Call dump_stack() from show_regs()Paul Burton
2018-06-06MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki
2018-01-17MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki
2017-11-15MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn
2017-10-08MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn
2017-04-18MIPS: Stack unwinding while on IRQ stackMatt Redfearn
2017-03-12MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton
2017-03-12MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton
2017-03-12MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton
2017-03-12MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton
2017-03-12MIPS: Prevent unaligned accesses during stack unwindingPaul Burton
2017-03-12MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf
2016-09-19MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-05-28MIPS: kernel: Fix typoAndrea Gelmini
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2016-05-13MIPS: Force CPUs to lose FP context during mode switchesPaul Burton
2016-05-13MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton
2016-05-13MIPS: Make flush_threadRalf Baechle
2016-05-09MIPS: Don't unwind to user mode with EVAJames Hogan
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder
2016-02-01MIPS: Properly disable FPU in start_thread()James Hogan
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-24mips: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-17MIPS: kernel: process: Do not allow FR=0 on MIPS R6Markos Chandras
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton
2015-01-31MIPS: fork: Fix MSA/FPU/DSP context duplication raceJames Hogan
2014-11-24MIPS: Add arch_trigger_all_cpu_backtrace() functionEunbong Song
2014-11-24MIPS: Remove useless parenthesesRalf Baechle
2014-08-02MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton
2014-08-02MIPS: Remove asm/user.hAlex Smith
2014-08-02MIPS: Remove old core dump functionsAlex Smith
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle
2014-03-26MIPS: Basic MSA context switching supportPaul Burton
2014-03-26MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton
2014-01-24MIPS: replace open-coded init_dspPaul Burton
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton
2013-07-01MIPS: Fix typos and cleanup commentTony Wu
2013-07-01MIPS: initial stack protector supportGregory Fong
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle
2013-05-17MIPS: Extract schedule_mfi info from __scheduleTony Wu