index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: kernel: Clear FPU states when setting up kernel threads
Thomas Bogendoerfer
2023-12-05
1
-12
/
+13
*
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
2023-08-18
1
-2
/
+2
*
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
2023-03-08
1
-1
/
+1
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
1
-4
/
+3
*
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-05-07
1
-3
/
+5
*
MIPS: Remove TX39XX support
Thomas Bogendoerfer
2022-03-01
1
-1
/
+1
*
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
1
-5
/
+3
*
MIPS: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-05
1
-2
/
+2
*
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
1
-1
/
+1
*
MIPS: Remove get_fs/set_fs
Thomas Bogendoerfer
2021-04-06
1
-2
/
+0
*
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-22
1
-1
/
+1
*
Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op"
Thomas Bogendoerfer
2021-02-09
1
-3
/
+3
*
MIPS: process: Fix no previous prototype warning
Jinyang He
2021-02-09
1
-0
/
+2
*
MIPS: Add is_jr_ra_ins() to end the loop early
Jinyang He
2021-01-25
1
-1
/
+33
*
MIPS: Fix get_frame_info() handing of function size
Jinyang He
2021-01-25
1
-4
/
+4
*
MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op
Jinyang He
2021-01-25
1
-3
/
+3
*
MIPS: process: Remove unnecessary headers inclusion
Jinyang He
2021-01-25
1
-29
/
+12
*
smp: Cleanup smp_call_function*()
Peter Zijlstra
2020-11-24
1
-2
/
+3
*
MIPS: process: include exec.h header in process.c
Pujin Shi
2020-09-30
1
-0
/
+1
*
MIPS: Loongson-3: Calculate ra properly when unwinding the stack
Huacai Chen
2020-09-21
1
-1
/
+15
*
MIPS: Loongson-3: Enable COP2 usage in kernel
Huacai Chen
2020-09-21
1
-2
/
+2
*
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-2
/
+3
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=n
Yousong Zhou
2020-03-25
1
-2
/
+8
*
MIPS: Remove function size check in get_frame_info()
Jun-Ru Chang
2019-02-05
1
-4
/
+3
*
MIPS: Remove struct mm_context_t fp_mode_switching field
Paul Burton
2018-12-18
1
-6
/
+3
*
MIPS: VDSO: Always map near top of user memory
Paul Burton
2018-09-28
1
-0
/
+25
*
Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2018-08-14
1
-38
/
+42
|
\
|
*
MIPS: Schedule on CPUs we need to lose FPU for a mode switch
Paul Burton
2018-06-24
1
-38
/
+42
*
|
MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
Paul Burton
2018-06-28
1
-15
/
+30
*
|
MIPS: Call dump_stack() from show_regs()
Paul Burton
2018-06-28
1
-2
/
+2
|
/
*
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-14
1
-1
/
+1
*
MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
Maciej W. Rozycki
2018-05-24
1
-0
/
+4
*
sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...
Peter Zijlstra
2018-03-20
1
-0
/
+2
*
MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
Maciej W. Rozycki
2017-12-20
1
-0
/
+12
*
MIPS: make thread_saved_pc static
Tobias Klauser
2017-10-09
1
-1
/
+1
*
MIPS: Refactor handling of stack pointer in get_frame_info
Matt Redfearn
2017-09-06
1
-31
/
+30
*
MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems
Matt Redfearn
2017-09-06
1
-9
/
+7
*
MIPS: microMIPS: Fix decoding of swsp16 instruction
Matt Redfearn
2017-09-06
1
-1
/
+1
*
MIPS: microMIPS: Fix decoding of addiusp instruction
Matt Redfearn
2017-09-06
1
-3
/
+7
*
MIPS: microMIPS: Fix detection of addiusp instruction
Matt Redfearn
2017-09-06
1
-1
/
+1
*
MIPS: Handle non word sized instructions when examining frame
Matt Redfearn
2017-09-06
1
-3
/
+6
*
MIPS: Fix issues in backtraces
Corey Minyard
2017-09-06
1
-3
/
+19
*
kthread: fix boot hang (regression) on MIPS/OpenRISC
Vegard Nossum
2017-05-29
1
-1
/
+0
*
MIPS: Opt into HAVE_COPY_THREAD_TLS
James Cowgill
2017-04-12
1
-3
/
+3
*
MIPS: IRQ Stack: Unwind IRQ stack onto task stack
Matt Redfearn
2017-03-22
1
-18
/
+38
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
[next]