summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+5
13 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+45
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+4
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2026-02-10Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2026-02-09Merge tag 'rcu.release.v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+1
2026-02-06io_uring: add task fork hookJens Axboe1-0/+1
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra1-1/+5
2026-02-01delayacct: add timestamp of delay maxWang Yaxin1-0/+5
2026-01-31perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt1-0/+5
2026-01-22sched: remove task_struct->faults_disabled_mappingChristoph Hellwig1-1/+0
2026-01-21mm: enable lazy_mmu sections to nestKevin Brodsky1-0/+45
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra1-1/+0
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver1-3/+3
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney1-5/+0
2026-01-01rcu: Re-implement RCU Tasks Trace in terms of SRCU-fastPaul E. McKenney1-0/+1
2025-12-15sched/fair: Separate se->vlag from se->vprotIngo Molnar1-9/+4
2025-12-04Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-28/+29
2025-12-02Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+20
2025-11-25sched/mmcid: Introduce per task/CPU ownership infrastructureThomas Gleixner1-3/+3
2025-11-25signal: Move MMCID exit out of sighand lockThomas Gleixner1-2/+2
2025-11-21sched: Provide and use set_need_resched_current()Peter Zijlstra1-0/+7
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner1-9/+2
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra1-6/+9
2025-11-07cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo1-1/+4
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner1-10/+0
2025-11-04sched: Move MM CID related functions to sched.hThomas Gleixner1-0/+26
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner1-11/+3
2025-11-04rseq: Simplify the event notificationThomas Gleixner1-5/+5
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner1-0/+1
2025-10-31bpf: Make migrate_disable always inline to avoid partial inliningYonghong Song1-2/+2
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes1-5/+2
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra1-2/+2
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+118
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong1-0/+113
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra1-1/+0
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra1-1/+0
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider1-0/+5
2025-08-17Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-12/+17
2025-08-13locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() pathJohn Stultz1-12/+17
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+5
2025-07-31Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-6/+9
2025-07-30Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-62/+86
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt1-0/+5
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco1-1/+6
2025-07-22stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+3
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider1-2/+62