summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-7/+0
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-291-2/+2
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-1/+0
|/
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-221-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-291-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-211-7/+0
* whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-121-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-05-011-0/+1
| * Hexagon: break up user fn/arg register settingRichard Kuo2013-05-011-1/+2
| * Hexagon: use correct work mask when checking for more workRichard Kuo2013-05-011-1/+1
| * Hexagon: remove keyring related callRichard Kuo2013-05-011-3/+0
| * Hexagon: Signal and return path fixesRichard Kuo2013-05-011-0/+41
* | hexagon: Use generic idle loopThomas Gleixner2013-04-081-20/+3
|/
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1
* hexagon: switch to generic clone()Al Viro2012-11-291-3/+4
* Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-171-1/+1
|\
| * Hexagon: Copyright marking changesRichard Kuo2012-10-191-1/+1
* | hexagon: kernel_thread()/kernel_execve() conversionAl Viro2012-10-241-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