aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-28sched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu1-0/+1
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-0/+5
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-62/+272
2026-04-07sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury1-1/+1
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz1-38/+194
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz1-2/+34
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz1-0/+1
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz1-0/+16
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz1-3/+13
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz1-1/+3
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz1-1/+23
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz1-11/+9
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz1-24/+0
2026-03-31sched: Add deadline tracepointsGabriele Monaco1-0/+5
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde1-2/+4
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar1-51/+29
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar1-51/+28
2026-03-11sched/mmcid: Avoid full tasklist walksThomas Gleixner1-42/+12
2026-03-11sched/mmcid: Remove pointless preempt guardThomas Gleixner1-5/+7
2026-03-11sched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner1-4/+1
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner1-7/+15
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo1-7/+2
2026-03-06sched_ext: Add @kargs to scx_fork()Tejun Heo1-1/+1
2026-03-06sched/headers: Inline raw_spin_rq_unlock()Xie Yuanbin1-5/+0
2026-03-06sched/hrtick: Mark hrtick_clear() as always usedIngo Molnar1-1/+1
2026-02-27sched/core: Prepare for deferred hrtimer rearmingPeter Zijlstra1-0/+6
2026-02-27sched/hrtick: Mark hrtick timer LAZY_REARMPeter Zijlstra1-1/+2
2026-02-27sched/hrtick: Avoid tiny hrtick rearmsThomas Gleixner1-5/+19
2026-02-27sched: Optimize hrtimer handlingThomas Gleixner1-9/+48
2026-02-27sched: Avoid ktime_get() indirectionThomas Gleixner1-2/+1
2026-02-23sched: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2026-02-23sched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra1-0/+1
2026-02-11sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner1-4/+3
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+5
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-22/+64
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-27/+62
2026-02-04sched/mmcid: Drop per CPU CID immediately when switching to per task modeThomas Gleixner1-2/+8
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner1-22/+44
2026-02-04sched/mmcid: Prevent live lock on task to CPU mode transitionThomas Gleixner1-44/+84
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu1-0/+4
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi1-0/+6
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra1-9/+14
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik1-12/+12
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco1-0/+1
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra1-1/+1
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra1-1/+3
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra1-6/+8
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco1-0/+3
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-0/+5