aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04sched/psi: Fix psi_seq initializationPeter Zijlstra1-5/+1
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-190/+175
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+20
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-3/+10
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds38-1245/+1054
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+20
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco1-3/+10
2025-07-20Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-5/+9
2025-07-17sched_ext: idle: Handle migration-disabled tasks in idle selectionAndrea Righi1-1/+1
2025-07-17sched_ext: Fix scx_bpf_reenqueue_local() referenceChristian Loehle1-1/+1
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao1-4/+8
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra2-25/+133
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider3-0/+37
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz2-6/+121
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz1-14/+28
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz1-17/+9
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz2-0/+41
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra7-27/+30
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak2-12/+13
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-16/+8
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli2-1/+9
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli1-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli3-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu2-11/+2
2025-07-09sched/fair: Always trigger resched at the end of a protected periodVincent Guittot1-9/+1
2025-07-09sched/fair: Fix entity's lag with run to parityVincent Guittot1-3/+13
2025-07-09sched/fair: Limit run to parity to the min slice of enqueued entitiesVincent Guittot1-4/+6
2025-07-09sched/fair: Remove spurious shorter slice preemptionVincent Guittot1-30/+14
2025-07-09sched/fair: Fix NO_RUN_TO_PARITY caseVincent Guittot1-11/+20
2025-07-09sched/fair: Use protect_slice() instead of direct comparisonVincent Guittot1-1/+1
2025-07-09sched/deadline: Less agressive dl_server handlingPeter Zijlstra2-12/+22
2025-07-09sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra1-55/+66
2025-07-09sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason1-3/+16
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra1-0/+5
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh1-1/+1
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan1-4/+4
2025-06-25sched_ext: Drop kfuncs marked for removal in 6.15Jake Hillion1-69/+2
2025-06-24sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai1-0/+35
2025-06-23kernel/sched/ext.c: fix typo "occured" -> "occurred" in commentsKe Ma1-2/+2
2025-06-23sched/wait: Add a waitqueue helper for fully exclusive priority waitersSean Christopherson1-0/+18
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-2/+2
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo4-10/+91
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo2-20/+17
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo3-8/+15
2025-06-20sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo3-161/+178
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo3-113/+106