aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 clone()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