index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
hexagon
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
2023-12-10
hexagon: process: add internal prototype for do_work_pending()
Nathan Chancellor
2023-12-10
hexagon: process: include linux/cpu.h for arch_cpu_idle() prototype
Nathan Chancellor
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-11-09
hexagon: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-07-27
kill unused dump_fpu() instances
Al Viro
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
hexagon: switch to copy_thread_tls()
Christian Brauner
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267
Thomas Gleixner
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-05-20
exit_thread: remove empty bodies
Jiri Slaby
2015-04-11
whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...
Linus Torvalds
2013-04-30
Hexagon: fix return value for notify_resume case in do_work_pending
Richard Kuo
2013-04-30
Hexagon: break up user fn/arg register setting
Richard Kuo
2013-04-30
Hexagon: use correct work mask when checking for more work
Richard Kuo
2013-04-30
Hexagon: remove keyring related call
Richard Kuo
2013-04-30
Hexagon: Signal and return path fixes
Richard Kuo
2013-04-08
hexagon: Use generic idle loop
Thomas Gleixner
2012-11-28
flagday: don't pass regs to copy_thread()
Al Viro
2012-11-28
hexagon: switch to generic clone()
Al Viro
2012-11-16
Merge branch 'arch-frv' into no-rebases
Al Viro
2012-10-23
hexagon: kernel_thread()/kernel_execve() conversion
Al Viro
2012-10-18
Hexagon: Copyright marking changes
Richard Kuo
2012-05-08
hexagon: Use common threadinfo allocator
Thomas Gleixner
2012-04-23
hexagon: use renamed tick_nohz_idle_* functions
Richard Kuo
2011-11-01
Hexagon: Add init_task and process functions
Richard Kuo