summaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor1-0/+1
2023-12-11hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor1-0/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-7/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
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-18tracehook: 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-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-05hexagon: 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-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-8/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-05-21exit_thread: remove empty bodiesJiri Slaby1-7/+0
2015-04-12whack-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/rku...Linus Torvalds1-1/+41
2013-05-01Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo1-0/+1
2013-05-01Hexagon: break up user fn/arg register settingRichard Kuo1-1/+2
2013-05-01Hexagon: use correct work mask when checking for more workRichard Kuo1-1/+1
2013-05-01Hexagon: remove keyring related callRichard Kuo1-3/+0
2013-05-01Hexagon: Signal and return path fixesRichard Kuo1-0/+41
2013-04-08hexagon: Use generic idle loopThomas Gleixner1-20/+3
2012-11-29flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-29hexagon: switch to generic clone()Al Viro1-3/+4
2012-11-17Merge branch 'arch-frv' into no-rebasesAl Viro1-1/+1
2012-10-24hexagon: kernel_thread()/kernel_execve() conversionAl Viro1-70/+32
2012-10-19Hexagon: 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