summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
* MIPS: Remove TX39XX supportThomas Bogendoerfer2022-03-011-1/+1
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-5/+3
* MIPS: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-051-2/+2
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* MIPS: Remove get_fs/set_fsThomas Bogendoerfer2021-04-061-2/+0
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op"Thomas Bogendoerfer2021-02-091-3/+3
* MIPS: process: Fix no previous prototype warningJinyang He2021-02-091-0/+2
* MIPS: Add is_jr_ra_ins() to end the loop earlyJinyang He2021-01-251-1/+33
* MIPS: Fix get_frame_info() handing of function sizeJinyang He2021-01-251-4/+4
* MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_opJinyang He2021-01-251-3/+3
* MIPS: process: Remove unnecessary headers inclusionJinyang He2021-01-251-29/+12
* smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-2/+3
* MIPS: process: include exec.h header in process.cPujin Shi2020-09-301-0/+1
* MIPS: Loongson-3: Calculate ra properly when unwinding the stackHuacai Chen2020-09-211-1/+15
* MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen2020-09-211-2/+2
* arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou2020-03-251-2/+8
* MIPS: Remove function size check in get_frame_info()Jun-Ru Chang2019-02-041-4/+3
* MIPS: Remove struct mm_context_t fp_mode_switching fieldPaul Burton2018-12-171-6/+3
* MIPS: VDSO: Always map near top of user memoryPaul Burton2018-09-281-0/+25
* Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-131-38/+42
|\
| * MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton2018-06-241-38/+42
* | MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton2018-06-281-15/+30
* | MIPS: Call dump_stack() from show_regs()Paul Burton2018-06-281-2/+2
|/
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki2018-05-241-0/+4
* sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Peter Zijlstra2018-03-201-0/+2
* MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2017-12-201-0/+12
* MIPS: make thread_saved_pc staticTobias Klauser2017-10-091-1/+1
* MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn2017-09-061-31/+30
* MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn2017-09-061-9/+7
* MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2017-09-061-1/+1
* MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn2017-09-061-3/+7
* MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn2017-09-061-1/+1
* MIPS: Handle non word sized instructions when examining frameMatt Redfearn2017-09-061-3/+6
* MIPS: Fix issues in backtracesCorey Minyard2017-09-061-3/+19
* 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