Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-11 | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() | Al Viro | 1 | -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-08 | nios2: Process management | Ley Foon Tan | 1 | -0/+258 | |
This patch adds support for thread creation and context switching. Signed-off-by: Ley Foon Tan <lftan@altera.com> |