summaryrefslogtreecommitdiff
path: root/arch/csky/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-2/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+7
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-5/+5
2022-04-08csky: Fix versioncheck warningsDeyan Wang1-1/+0
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds1-10/+0
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser1-10/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren1-3/+3
2020-05-13csky: Fixup calltrace panicGuo Ren1-31/+0
2020-02-21csky: Implement copy_thread_tlsGuo Ren1-3/+4
2020-02-21csky: Initial stack protector supportMao Han1-0/+6
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren1-1/+1
2018-12-31csky: stacktrace supported.Guo Ren1-12/+17
2018-10-26csky: Process management and SignalGuo Ren1-0/+136