index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
csky
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2022-11-24
[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...
Al Viro
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
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-04-08
csky: Fix versioncheck warnings
Deyan Wang
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-08-06
Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
2020-07-31
csky: remove unusued thread_saved_pc and *_segments functions/macros
Tobias Klauser
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-05-15
csky: Fixup gdbmacros.txt with name sp in thread_struct
Guo Ren
2020-05-13
csky: Fixup calltrace panic
Guo Ren
2020-02-21
csky: Implement copy_thread_tls
Guo Ren
2020-02-21
csky: Initial stack protector support
Mao Han
2019-09-30
csky: Fixup add zero_fp fixup perf backtrace panic
Guo Ren
2018-12-31
csky: stacktrace supported.
Guo Ren
2018-10-26
csky: Process management and Signal
Guo Ren