summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/process.c
AgeCommit message (Expand)AuthorLines
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-1/+0
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro-2/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+7
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-5/+5
2022-04-08csky: Fix versioncheck warningsDeyan Wang-1/+0
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds-10/+0
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser-10/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren-3/+3
2020-05-13csky: Fixup calltrace panicGuo Ren-31/+0
2020-02-21csky: Implement copy_thread_tlsGuo Ren-3/+4
2020-02-21csky: Initial stack protector supportMao Han-0/+6
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren-1/+1
2018-12-31csky: stacktrace supported.Guo Ren-12/+17
2018-10-26csky: Process management and SignalGuo Ren-0/+136