summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)Author
18 hoursMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
25 hoursMerge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
3 daysMerge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
4 daysMerge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
6 dayssched_ext: Use runnable_at for the default core-sched task orderingTejun Heo
7 daysMerge branch 'sched/urgent'Peter Zijlstra
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri
2026-08-06mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_tLorenzo Stoakes
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo
2026-06-29fs: add umh argument to struct kernel_clone_argsChristian Brauner
2026-06-24sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUsCheng-Yang Chou
2026-06-17Merge tag 'sched_ext-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge 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