summaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/process.c
AgeCommit message (Expand)Author
2023-12-10hexagon: process: add internal prototype for do_work_pending()Nathan Chancellor
2023-12-10hexagon: process: include linux/cpu.h for arch_cpu_idle() prototypeNathan Chancellor
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-09hexagon: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04hexagon: switch to copy_thread_tls()Christian Brauner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds
2013-04-30Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo
2013-04-30Hexagon: break up user fn/arg register settingRichard Kuo
2013-04-30Hexagon: use correct work mask when checking for more workRichard Kuo
2013-04-30Hexagon: remove keyring related callRichard Kuo
2013-04-30Hexagon: Signal and return path fixesRichard Kuo
2013-04-08hexagon: Use generic idle loopThomas Gleixner
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28hexagon: switch to generic clone()Al Viro
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro
2012-10-18Hexagon: Copyright marking changesRichard Kuo
2012-05-08hexagon: Use common threadinfo allocatorThomas Gleixner
2012-04-23hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo
2011-11-01Hexagon: Add init_task and process functionsRichard Kuo