summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
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