aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/process.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta1-0/+193
Signed-off-by: Vineet Gupta <[email protected]> Cc: Al Viro <[email protected]> Cc: Thomas Gleixner <[email protected]>
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta1-0/+42
This includes support for generic clone/for/vfork/execve Signed-off-by: Vineet Gupta <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Al Viro <[email protected]> Acked-by: Arnd Bergmann <[email protected]>