aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/process.c
AgeCommit message (Expand)Author
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
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-20nios2: switch to kernel_clone()Christian Brauner
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro
2014-12-08nios2: Process managementLey Foon Tan