aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-3/+5
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer1-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-5/+3
2021-08-05MIPS: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer1-2/+0
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-09Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op"Thomas Bogendoerfer1-3/+3
2021-02-09MIPS: process: Fix no previous prototype warningJinyang He1-0/+2
2021-01-25MIPS: Add is_jr_ra_ins() to end the loop earlyJinyang He1-1/+33
2021-01-25MIPS: Fix get_frame_info() handing of function sizeJinyang He1-4/+4
2021-01-25MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_opJinyang He1-3/+3
2021-01-25MIPS: process: Remove unnecessary headers inclusionJinyang He1-29/+12
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-2/+3
2020-09-30MIPS: process: include exec.h header in process.cPujin Shi1-0/+1
2020-09-21MIPS: Loongson-3: Calculate ra properly when unwinding the stackHuacai Chen1-1/+15
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen1-2/+2
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou1-2/+8
2019-02-04MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2018-12-17MIPS: Remove struct mm_context_t fp_mode_switching fieldPaul Burton1-6/+3
2018-09-28MIPS: VDSO: Always map near top of user memoryPaul Burton1-0/+25
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-38/+42
2018-06-28MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-15/+30
2018-06-28MIPS: Call dump_stack() from show_regs()Paul Burton1-2/+2
2018-06-24MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton1-38/+42
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki1-0/+4
2018-03-20sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-0/+2
2017-12-20MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki1-0/+12
2017-10-09MIPS: make thread_saved_pc staticTobias Klauser1-1/+1
2017-09-06MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn1-31/+30
2017-09-06MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn1-9/+7
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn1-1/+1
2017-09-06MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn1-3/+7
2017-09-06MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn1-1/+1
2017-09-06MIPS: Handle non word sized instructions when examining frameMatt Redfearn1-3/+6
2017-09-06MIPS: Fix issues in backtracesCorey Minyard1-3/+19
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