summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2025-12-12sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang1-1/+1
2025-12-12sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang1-1/+1
2025-12-01sched_ext: fix flag check for deferred callbacksEmil Tsalapatis1-1/+1
2025-12-01sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi1-5/+5
2025-12-01sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis2-2/+28
2025-12-01sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo1-10/+79
2025-12-01sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-11-24sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo1-4/+4
2025-11-02sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo1-1/+1
2025-11-02sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo1-0/+2
2025-11-02sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo2-16/+19
2025-11-02sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo4-1057/+1062
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko1-2/+0
2025-10-29sched/fair: Block delayed tasks on throttled hierarchy during dequeueK Prateek Nayak1-3/+6
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-23sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)2-0/+5
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal1-24/+49
2025-10-15sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra1-18/+10
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