index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-03-01
MIPS: Remove TX39XX support
Thomas Bogendoerfer
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-08-05
MIPS: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-04-06
MIPS: Remove get_fs/set_fs
Thomas Bogendoerfer
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-09
Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op"
Thomas Bogendoerfer
2021-02-09
MIPS: process: Fix no previous prototype warning
Jinyang He
2021-01-25
MIPS: Add is_jr_ra_ins() to end the loop early
Jinyang He
2021-01-25
MIPS: Fix get_frame_info() handing of function size
Jinyang He
2021-01-25
MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op
Jinyang He
2021-01-25
MIPS: process: Remove unnecessary headers inclusion
Jinyang He
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
2020-09-30
MIPS: process: include exec.h header in process.c
Pujin Shi
2020-09-21
MIPS: Loongson-3: Calculate ra properly when unwinding the stack
Huacai Chen
2020-09-21
MIPS: Loongson-3: Enable COP2 usage in kernel
Huacai Chen
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-03-25
MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=n
Yousong Zhou
2019-02-04
MIPS: Remove function size check in get_frame_info()
Jun-Ru Chang
2018-12-17
MIPS: Remove struct mm_context_t fp_mode_switching field
Paul Burton
2018-09-28
MIPS: VDSO: Always map near top of user memory
Paul Burton
2018-08-13
Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2018-06-28
MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
Paul Burton
2018-06-28
MIPS: Call dump_stack() from show_regs()
Paul Burton
2018-06-24
MIPS: Schedule on CPUs we need to lose FPU for a mode switch
Paul Burton
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-05-24
MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
Maciej W. Rozycki
2018-03-20
sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...
Peter Zijlstra
2017-12-20
MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
Maciej W. Rozycki
2017-10-09
MIPS: make thread_saved_pc static
Tobias Klauser
2017-09-06
MIPS: Refactor handling of stack pointer in get_frame_info
Matt Redfearn
2017-09-06
MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems
Matt Redfearn
2017-09-06
MIPS: microMIPS: Fix decoding of swsp16 instruction
Matt Redfearn
2017-09-06
MIPS: microMIPS: Fix decoding of addiusp instruction
Matt Redfearn
2017-09-06
MIPS: microMIPS: Fix detection of addiusp instruction
Matt Redfearn
2017-09-06
MIPS: Handle non word sized instructions when examining frame
Matt Redfearn
2017-09-06
MIPS: Fix issues in backtraces
Corey Minyard
2017-05-29
kthread: fix boot hang (regression) on MIPS/OpenRISC
Vegard Nossum
2017-04-12
MIPS: Opt into HAVE_COPY_THREAD_TLS
James Cowgill
2017-03-22
MIPS: IRQ Stack: Unwind IRQ stack onto task stack
Matt Redfearn
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-01-03
MIPS: Move register dump routines out of ptrace code
Marcin Nowakowski
[next]