summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-20c6x: remove architectureArnd Bergmann1-151/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+3
2020-07-04c6x: switch to copy_thread_tls()Christian Brauner1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-1/+0
2013-04-08c6x: Use generic idle loopThomas Gleixner1-27/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro1-20/+5
2012-10-01c6x: switch to generic kernel_thread()Al Viro1-19/+5
2012-10-01c6x: switch to generic sys_execveMark Salter1-22/+0
2012-10-01c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter1-26/+12
2012-05-05c6x: Use generic init_taskThomas Gleixner1-16/+0
2012-01-08C6X: replace tick_nohz_stop/restart_sched_tick callsMark Salter1-2/+4
2011-10-06C6X: process managementAurelien Jacquiot1-0/+263