aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-09hexagon: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-9/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-04hexagon: switch to copy_thread_tls()Christian Brauner1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-14/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-8/+0
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