summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/process.c
AgeCommit message (Expand)AuthorLines
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-6/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2020-08-12nds32: use uaccess_kernel in show_regsChristoph Hellwig-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+2
2020-07-04nds32: switch to copy_thread_tls()Christian Brauner-3/+4
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds-1/+1
2018-11-22nds32: nds32 FPU portVincent Chen-5/+59
2018-02-22nds32: Process managementGreentime Hu-0/+208