summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * hexagon: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
* | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-9/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-9/+0
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | hexagon: switch to copy_thread_tls()Christian Brauner2020-07-041-3/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-14/+1
* arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-8/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-111-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2013-05-011-1/+41
|\
| * Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo2013-04-301-0/+1
| * Hexagon: break up user fn/arg register settingRichard Kuo2013-04-301-1/+2
| * Hexagon: use correct work mask when checking for more workRichard Kuo2013-04-301-1/+1
| * Hexagon: remove keyring related callRichard Kuo2013-04-301-3/+0
| * Hexagon: Signal and return path fixesRichard Kuo2013-04-301-0/+41
* | hexagon: Use generic idle loopThomas Gleixner2013-04-081-20/+3
|/
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
* hexagon: switch to generic clone()Al Viro2012-11-281-3/+4
* Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-161-1/+1
|\
| * Hexagon: Copyright marking changesRichard Kuo2012-10-181-1/+1
* | hexagon: kernel_thread()/kernel_execve() conversionAl Viro2012-10-231-70/+32
|/
* hexagon: Use common threadinfo allocatorThomas Gleixner2012-05-081-37/+0
* hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo2012-04-231-3/+3
* Hexagon: Add init_task and process functionsRichard Kuo2011-11-011-0/+279