index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
/
task_stack.h
Age
Commit message (
Expand
)
Author
2024-11-19
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-11-14
sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers
Qun-Wei Lin
2024-10-07
sched: remove unused __HAVE_THREAD_FUNCTIONS hook support
David Disseldorp
2024-09-01
task_stack: uninline stack_not_used
Pasha Tatashin
2023-12-20
task_stack.h: add missing include
Kent Overstreet
2023-04-14
sched: Fix KCSAN noinstr violation
Josh Poimboeuf
2022-04-04
task_stack, x86/cea: Force-inline stack helpers
Borislav Petkov
2022-02-22
fork: Move task stack accounting to do_exit()
Sebastian Andrzej Siewior
2021-10-30
task_stack: Fix end_of_stack() for architectures with upwards-growing stack
Helge Deller
2019-02-04
sched/core: Convert task_struct.stack_refcount to refcount_t
Elena Reshetova
2017-12-06
sched/headers: Constify object_is_on_stack()
Sascha Hauer
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-03
sched/headers: Move kstack_end() from <linux/sched.h> to <linux/sched/task_st...
Ingo Molnar
2017-03-03
sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...
Ingo Molnar
2017-03-02
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar