aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-1/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28openrisc: switch to use of generic fork and cloneAl Viro1-2/+3
2012-10-19openrisc: use generic sys_execveJonas Bonn1-24/+0
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn1-82/+56
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn1-1/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells1-1/+0
2011-07-22OpenRISC: Scheduling/Process managementJonas Bonn1-0/+311