summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-2/+2
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-5/+5
* | csky: Fix versioncheck warningsDeyan Wang2022-04-081-1/+0
|/
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-061-10/+0
|\
| * csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser2020-07-311-10/+0
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
|/
* csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2020-05-151-3/+3
* csky: Fixup calltrace panicGuo Ren2020-05-131-31/+0
* csky: Implement copy_thread_tlsGuo Ren2020-02-211-3/+4
* csky: Initial stack protector supportMao Han2020-02-211-0/+6
* csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-301-1/+1
* csky: stacktrace supported.Guo Ren2018-12-311-12/+17
* csky: Process management and SignalGuo Ren2018-10-261-0/+136