aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds1-1/+41
2013-04-30Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo1-0/+1
2013-04-30Hexagon: break up user fn/arg register settingRichard Kuo1-1/+2
2013-04-30Hexagon: use correct work mask when checking for more workRichard Kuo1-1/+1
2013-04-30Hexagon: remove keyring related callRichard Kuo1-3/+0
2013-04-30Hexagon: Signal and return path fixesRichard Kuo1-0/+41
2013-04-08hexagon: Use generic idle loopThomas Gleixner1-20/+3
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28hexagon: switch to generic clone()Al Viro1-3/+4
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro1-1/+1
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro1-70/+32
2012-10-18Hexagon: Copyright marking changesRichard Kuo1-1/+1
2012-05-08hexagon: Use common threadinfo allocatorThomas Gleixner1-37/+0
2012-04-23hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo1-3/+3
2011-11-01Hexagon: Add init_task and process functionsRichard Kuo1-0/+279