summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'vfs-7.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
12 daysreboot: fix cad_pid use-after-free raceCen Zhang (Microsoft)1-1/+1
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2026-08-24locking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)1-0/+1
2026-08-23Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+8
2026-08-20Merge tag 'cgroup-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+0
2026-08-18Merge tag 'smp-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+12
2026-08-18Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2026-08-11cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flagGuopeng Zhang1-5/+0
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa1-0/+8
2026-07-16smp: Use task-local IPI cpumask in smp_call_function_many_cond()Chuyi Zhou1-0/+12
2026-06-30sched/debug: Remove unused schedstatsShrikanth Hegde1-3/+0
2026-06-30sched/eevdf: Move to a single runqueuePeter Zijlstra (Intel)1-0/+1
2026-06-29fs: add real_fs to track task's actual fs_structChristian Brauner1-0/+1
2026-06-21Merge 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-28kcov: 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-13Merge 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-09Merge 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