summaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/process.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-1/+0
flush_old_exec() has already done that. Back on 2011 a bunch of instances like that had been kicked out, but that hadn't taken care of then-out-of-tree architectures, obviously, and they served as reinfection vector... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-12-08nios2: Process managementLey Foon Tan1-0/+258
This patch adds support for thread creation and context switching. Signed-off-by: Ley Foon Tan <lftan@altera.com>