summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra
2026-01-31delayacct: add timestamp of delay maxWang Yaxin
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot
2026-01-15sched/fair: Remove nohz.nr_cpus and use weight of cpumask insteadShrikanth Hegde
2026-01-15sched/fair: Change likelyhood of nohz.nr_cpusShrikanth Hegde
2026-01-15sched/fair: Move checking for nohz cpus after time checkShrikanth Hegde
2026-01-15sched/fair: Fix math notation errors in avg_vruntime commentZhan Xusheng
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco
2026-01-15sched/deadline: Use ENQUEUE_MOVE to allow priority changePeter Zijlstra
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra
2026-01-15sched/deadline: Avoid double update_rq_clock()Peter Zijlstra
2026-01-15sched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang
2026-01-08sched: Further restrict the preemption modesPeter Zijlstra
2026-01-08sched: Reorder some fields in struct rqBlake Jones
2026-01-08sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()Yury Norov (NVIDIA)
2026-01-08sched/fair: Simplify task_numa_find_cpu()Yury Norov (NVIDIA)
2026-01-08sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()Yury Norov (NVIDIA)
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2025-12-22sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()Zqiang
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...Zqiang
2025-12-19sched_ext: Fix some comments in ext.cZqiang
2025-12-19sched/fair: Fix sched_avg foldPeter Zijlstra
2025-12-17sched: Fix faulty assertion in sched_change_end()Peter Zijlstra
2025-12-17sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()Peter Zijlstra
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang
2025-12-15sched/fair: Sort out 'blocked_load*' namespace noiseIngo Molnar
2025-12-15sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar