summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-211-0/+1
* Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-3/+0
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+3
|\
| * rethook: Add a generic return hookMasami Hiramatsu2022-03-171-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+0
|\ \
| * | mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-1/+0
| |/
* | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-4/+25
|\ \
| * | sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLEValentin Schneider2022-03-011-0/+8
| * | sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-3/+8
| * | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-5/+0
| |\|
| * | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-1/+9
* | | Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-0/+3
|\ \ \
| * | | signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov2022-03-041-0/+3
| | |/ | |/|
* / | sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra2022-02-151-0/+3
|/ /
* | Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-031-1/+0
* | Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-231-4/+0
|\ \ | |/ |/|
| * kernel/sched: Remove dl_boosted flag commentHui Su2022-01-181-4/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+7
|\ \
| * | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-201-2/+7
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-2/+2
|\ \ \ | |_|/ |/| |
| * | kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-081-2/+2
| |/
* | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-0/+9
|\ \
| * | locking: Mark racy reads of owner->on_cpuMarco Elver2021-12-041-1/+1
| * | locking: Make owner_on_cpu() into <linux/sched.h>Kefeng Wang2021-12-041-0/+9
| |/
* | Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-111-0/+4
|\ \
| * | sched/core: Forced idle accountingJosh Don2021-11-171-0/+4
| |/
* / kcsan: Add core support for a subset of weak memory modelingMarco Elver2021-12-091-0/+3
|/
* Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-0/+1
|\
| * coredump: Don't perform any cleanups before dumping coreEric W. Biederman2021-10-061-0/+1
* | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-12/+1
|\ \
| * | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-301-12/+1
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-4/+7
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-0/+1
| * | | sched: Fill unconditional hole induced by sched_entityKees Cook2021-10-141-1/+1
| * | | sched: Introduce task block time in schedstatsYafang Shao2021-10-051-0/+2
| * | | sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-051-3/+3
* | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-10/+29
|\ \ \ \
| * | | | sched: Make cond_resched_lock() variants RT awareThomas Gleixner2021-10-011-9/+25
| * | | | sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner2021-10-011-0/+3
| * | | | sched: Make cond_resched_*lock() variants consistent vs. might_sleep()Thomas Gleixner2021-10-011-6/+6
| * | | | sched: Clean up the might_sleep() underscore zooThomas Gleixner2021-10-011-4/+4
| | |_|/ | |/| |
* | | | sched: make task_struct->plug always definedJens Axboe2021-10-221-2/+0
| |/ / |/| |
* | | sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-011-1/+1
| |/ |/|
* | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-191-0/+1
|\ \ | |/ |/|
| * x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-0/+1
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-0/+3
|\ \ | |/ |/|
| * bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-0/+3
* | Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-301-0/+10
|\ \
| * | sched: Add task_work callback for paranoid L1D flushBalbir Singh2021-07-281-0/+10
| |/
* | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-25/+94
|\ \