summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)Author
7 daysMerge tag 'sched_ext-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
9 daysMerge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-26exec: introduce struct task_exec_stateChristian Brauner (Amutable)
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)
2026-05-25Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo
2026-05-19sched/topology: Allow multiple domains to claim sched_domain_sharedK Prateek Nayak
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde
2026-05-19sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()Yiyang Chen
2026-05-18sched/cache: Calculate the LLC size and store it in sched_domainChen Yu
2026-05-13Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-13Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-10Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo
2026-05-10sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo
2026-05-10sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-05sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAINWaiman Long
2026-05-04sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo
2026-04-20sched_ext: add p->scx.tid and SCX_OPS_TID_TO_TASK lookupTejun Heo
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-10sched_ext: Remove runtime kfunc mask enforcementCheng-Yang Chou
2026-04-09sched/cache: Introduce per CPU's tasks LLC preference counterTim Chen
2026-04-09sched/cache: Record per LLC utilization to guide cache aware scheduling decis...Chen Yu
2026-03-31sched/deadline: Move some utility functions to deadline.hGabriele Monaco
2026-03-24sched/topology: Fix sched_domain_span()Peter Zijlstra
2026-03-18sched/topology: Remove sched_domain_shared allocation with sd_dataK Prateek Nayak
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo
2026-03-11clone: add CLONE_AUTOREAPChristian Brauner
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo
2026-03-07sched_ext: Simplify task state handlingTejun Heo
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo
2026-03-07sched_ext: Add per-CPU data to DSQsTejun Heo
2026-03-06sched_ext: Implement cgroup sub-sched enabling and disablingTejun Heo
2026-03-06sched_ext: Introduce scx_task_sched[_rcu]()Tejun Heo
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo
2026-02-27signal: Fix the lock_task_sighand() annotationBart Van Assche
2026-02-24sched_ext: Optimize sched_ext_entity layout for cache localityDavid Carlier
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi
2026-02-23sched/fair: More complex proportional newidle balancePeter Zijlstra
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-03sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()Frederic Weisbecker