summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
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-07sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
2026-03-31sched: Add deadline tracepointsGabriele Monaco
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar
2026-03-11sched/mmcid: Avoid full tasklist walksThomas Gleixner
2026-03-11sched/mmcid: Remove pointless preempt guardThomas Gleixner
2026-03-11sched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2026-03-06sched_ext: Add @kargs to scx_fork()Tejun Heo
2026-03-06sched/headers: Inline raw_spin_rq_unlock()Xie Yuanbin
2026-03-06sched/hrtick: Mark hrtick_clear() as always usedIngo Molnar
2026-02-27sched/core: Prepare for deferred hrtimer rearmingPeter Zijlstra
2026-02-27sched/hrtick: Mark hrtick timer LAZY_REARMPeter Zijlstra
2026-02-27sched/hrtick: Avoid tiny hrtick rearmsThomas Gleixner
2026-02-27sched: Optimize hrtimer handlingThomas Gleixner
2026-02-27sched: Avoid ktime_get() indirectionThomas Gleixner
2026-02-23sched: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2026-02-23sched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra
2026-02-11sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner
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 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-04sched/mmcid: Drop per CPU CID immediately when switching to per task modeThomas Gleixner
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner
2026-02-04sched/mmcid: Prevent live lock on task to CPU mode transitionThomas Gleixner
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang