summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c
AgeCommit message (Expand)AuthorLines
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki-0/+4
2018-03-20sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Peter Zijlstra-0/+2
2017-12-20MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki-0/+12
2017-10-09MIPS: make thread_saved_pc staticTobias Klauser-1/+1
2017-09-06MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn-31/+30
2017-09-06MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn-9/+7
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn-1/+1
2017-09-06MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn-3/+7
2017-09-06MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn-1/+1
2017-09-06MIPS: Handle non word sized instructions when examining frameMatt Redfearn-3/+6
2017-09-06MIPS: Fix issues in backtracesCorey Minyard-3/+19
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum-1/+0
2017-04-12MIPS: Opt into HAVE_COPY_THREAD_TLSJames Cowgill-3/+3
2017-03-22MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn-18/+38
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski-0/+44
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn-3/+1
2017-01-03MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton-0/+2
2017-01-03MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton-20/+63
2017-01-03MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton-3/+8
2017-01-03MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton-7/+5
2017-01-03MIPS: Prevent unaligned accesses during stack unwindingPaul Burton-35/+35
2017-01-03MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton-5/+2
2017-01-03MIPS: Stack unwinding while on IRQ stackMatt Redfearn-1/+14
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf-2/+9
2016-09-19MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski-4/+4
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton-0/+14
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1/+1
2016-05-28MIPS: kernel: Fix typoAndrea Gelmini-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby-4/+0
2016-05-13MIPS: Force CPUs to lose FP context during mode switchesPaul Burton-23/+17
2016-05-13MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton-0/+4
2016-05-13MIPS: Make flush_threadRalf Baechle-4/+0
2016-05-09MIPS: Don't unwind to user mode with EVAJames Hogan-1/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder-1/+1
2016-02-01MIPS: Properly disable FPU in start_thread()James Hogan-4/+2
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-03-24mips: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad-2/+8
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell-1/+1
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-0/+96
2015-02-17MIPS: kernel: process: Do not allow FR=0 on MIPS R6Markos Chandras-0/+4
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton-0/+92
2015-01-31MIPS: fork: Fix MSA/FPU/DSP context duplication raceJames Hogan-12/+24
2014-11-24MIPS: Add arch_trigger_all_cpu_backtrace() functionEunbong Song-0/+18
2014-11-24MIPS: Remove useless parenthesesRalf Baechle-18/+18
2014-08-02MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton-0/+3