summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo
2025-09-03sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo
2025-09-03sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo
2025-09-03sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo
2025-09-03sched_ext: Make explicit scx_task_iter_relock() calls unnecessaryTejun Heo
2025-08-04sched/psi: Fix psi_seq initializationPeter Zijlstra
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco
2025-07-20Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-17sched_ext: idle: Handle migration-disabled tasks in idle selectionAndrea Righi
2025-07-17sched_ext: Fix scx_bpf_reenqueue_local() referenceChristian Loehle
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu
2025-07-09sched/fair: Always trigger resched at the end of a protected periodVincent Guittot
2025-07-09sched/fair: Fix entity's lag with run to parityVincent Guittot
2025-07-09sched/fair: Limit run to parity to the min slice of enqueued entitiesVincent Guittot
2025-07-09sched/fair: Remove spurious shorter slice preemptionVincent Guittot
2025-07-09sched/fair: Fix NO_RUN_TO_PARITY caseVincent Guittot
2025-07-09sched/fair: Use protect_slice() instead of direct comparisonVincent Guittot
2025-07-09sched/deadline: Less agressive dl_server handlingPeter Zijlstra