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