aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/process.c
Commit message (Collapse)AuthorAge
* whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-11
| | | | | | | | | 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>
* nios2: Process managementLey Foon Tan2014-12-07
This patch adds support for thread creation and context switching. Signed-off-by: Ley Foon Tan <lftan@altera.com>