summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-44/+35
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra2-23/+33
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra3-21/+2
2025-09-22Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+27
2025-09-22sched_ext: idle: Handle migration-disabled tasks in BPF codeAndrea Righi1-1/+27
2025-09-17Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-6/+2
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...Tejun Heo1-1/+1
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi1-5/+1
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle1-0/+2
2025-08-26sched/deadline: Don't count nr_running for dl_server proxy tasksYicong Yang1-2/+6
2025-08-26sched/deadline: Fix RT task potential starvation when expiry time passedkuyo chang1-3/+5
2025-08-26sched/deadline: Always stop dl-server before changing parametersJuri Lelli1-4/+2
2025-08-26sched/deadline: Fix dl_server_stopped()Huacai Chen1-1/+1
2025-08-11sched/ext: Fix invalid task state transitions on class switchAndrea Righi1-0/+4
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