summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+3
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-51/+51
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-12/+4
2026-06-03futex: Move futex task related data into a structThomas Gleixner1-12/+4
2026-06-02sched/proxy: Remove PROXY_WAKINGK Prateek Nayak1-48/+2
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra1-0/+7
2026-06-02sched: Add is_blocked task flagJohn Stultz1-2/+5
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz1-1/+1
2026-05-29sched_ext: Auto-register/unregister dl_server reservationsAndrea Righi1-0/+6
2026-05-29kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn1-0/+3
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-3/+1
2026-05-26exec: introduce struct task_exec_stateChristian Brauner (Amutable)1-0/+2
2026-05-19Merge branch 'sched/cache'Peter Zijlstra1-0/+30
2026-05-18sched/cache: Fix unpaired account_llc_enqueue/dequeueChen Yu1-0/+2
2026-05-18sched/cache: Avoid cache-aware scheduling for memory-heavy processesChen Yu1-0/+1
2026-05-18sched/cache: Disable cache aware scheduling for processes with high thread co...Chen Yu1-0/+1
2026-05-18sched/cache: Allow only 1 thread of the process to calculate the LLC occupancyJianyong Wu1-0/+1
2026-05-14ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds1-0/+3
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng1-1/+1
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-29/+62
2026-04-14Merge tag 'execve-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+3
2026-04-09sched/cache: Assign preferred LLC ID to processesTim Chen1-0/+1
2026-04-09sched/cache: Introduce infrastructure for cache-aware load balancingPeter Zijlstra (Intel)1-0/+24
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz1-2/+49
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz1-31/+17
2026-04-01sched: update task_struct->comm commentThorsten Blum1-6/+3
2026-03-30rcutorture: Add a textbook-style trivial preemptible RCUPaul E. McKenney1-0/+4
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner1-2/+0
2026-02-23sched/fair: Fix lag clampPeter Zijlstra1-0/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+5
2026-02-12Merge 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