aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnGravatar Josh Poimboeuf 1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-3/+5
2022-03-01MIPS: Remove TX39XX supportGravatar Thomas Bogendoerfer 1-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-5/+3
2021-08-05MIPS: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-04-06MIPS: Remove get_fs/set_fsGravatar Thomas Bogendoerfer 1-2/+0
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-02-09Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op"Gravatar Thomas Bogendoerfer 1-3/+3
2021-02-09MIPS: process: Fix no previous prototype warningGravatar Jinyang He 1-0/+2
2021-01-25MIPS: Add is_jr_ra_ins() to end the loop earlyGravatar Jinyang He 1-1/+33
2021-01-25MIPS: Fix get_frame_info() handing of function sizeGravatar Jinyang He 1-4/+4
2021-01-25MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_opGravatar Jinyang He 1-3/+3
2021-01-25MIPS: process: Remove unnecessary headers inclusionGravatar Jinyang He 1-29/+12
2020-11-24smp: Cleanup smp_call_function*()Gravatar Peter Zijlstra 1-2/+3
2020-09-30MIPS: process: include exec.h header in process.cGravatar Pujin Shi 1-0/+1
2020-09-21MIPS: Loongson-3: Calculate ra properly when unwinding the stackGravatar Huacai Chen 1-1/+15
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelGravatar Huacai Chen 1-2/+2
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-2/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nGravatar Yousong Zhou 1-2/+8
2019-02-04MIPS: Remove function size check in get_frame_info()Gravatar Jun-Ru Chang 1-4/+3
2018-12-17MIPS: Remove struct mm_context_t fp_mode_switching fieldGravatar Paul Burton 1-6/+3
2018-09-28MIPS: VDSO: Always map near top of user memoryGravatar Paul Burton 1-0/+25
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-38/+42
2018-06-28MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Gravatar Paul Burton 1-15/+30
2018-06-28MIPS: Call dump_stack() from show_regs()Gravatar Paul Burton 1-2/+2
2018-06-24MIPS: Schedule on CPUs we need to lose FPU for a mode switchGravatar Paul Burton 1-38/+42
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-1/+1
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsGravatar Maciej W. Rozycki 1-0/+4
2018-03-20sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Gravatar Peter Zijlstra 1-0/+2
2017-12-20MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskGravatar Maciej W. Rozycki 1-0/+12
2017-10-09MIPS: make thread_saved_pc staticGravatar Tobias Klauser 1-1/+1
2017-09-06MIPS: Refactor handling of stack pointer in get_frame_infoGravatar Matt Redfearn 1-31/+30
2017-09-06MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsGravatar Matt Redfearn 1-9/+7
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionGravatar Matt Redfearn 1-1/+1
2017-09-06MIPS: microMIPS: Fix decoding of addiusp instructionGravatar Matt Redfearn 1-3/+7
2017-09-06MIPS: microMIPS: Fix detection of addiusp instructionGravatar Matt Redfearn 1-1/+1
2017-09-06MIPS: Handle non word sized instructions when examining frameGravatar Matt Redfearn 1-3/+6
2017-09-06MIPS: Fix issues in backtracesGravatar Corey Minyard 1-3/+19
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCGravatar Vegard Nossum 1-1/+0
2017-04-12MIPS: Opt into HAVE_COPY_THREAD_TLSGravatar James Cowgill 1-3/+3
2017-03-22MIPS: IRQ Stack: Unwind IRQ stack onto task stackGravatar Matt Redfearn 1-18/+38
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-03MIPS: Move register dump routines out of ptrace codeGravatar Marcin Nowakowski 1-0/+44