summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2024-12-09sched/fair: Mark m*_vruntime() with __maybe_unusedAndy Shevchenko
2024-12-09sched/fair: Fix variable declaration positionVincent Guittot
2024-12-09sched/fair: Do not try to migrate delayed dequeue taskVincent Guittot
2024-12-09sched/fair: Rename cfs_rq.nr_running into nr_queuedVincent Guittot
2024-12-09sched/fair: Remove unused cfs_rq.idle_nr_runningVincent Guittot
2024-12-09sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idleVincent Guittot
2024-12-09sched/fair: Removed unsued cfs_rq.h_nr_delayedVincent Guittot
2024-12-09sched/fair: Use the new cfs_rq.h_nr_runnableVincent Guittot
2024-12-09sched/fair: Add new cfs_rq.h_nr_runnableVincent Guittot
2024-12-09sched/fair: Rename h_nr_running into h_nr_queuedVincent Guittot
2024-12-09Merge branch 'sched/urgent'Peter Zijlstra
2024-12-09sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra
2024-12-09sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot
2024-12-09sched/fair: Fix NEXT_BUDDYK Prateek Nayak
2024-12-05sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang
2024-12-04sched_ext: Use the NUMA scheduling domain for NUMA optimizationsAndrea Righi
2024-12-02sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISEWaiman Long
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long
2024-12-02sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"Waiman Long
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long
2024-12-02sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of cfs_bandwidth_used()Valentin Schneider
2024-12-02sched/deadline: Consolidate Timer CancellationWander Lairson Costa
2024-12-02sched/deadline: Check bandwidth overflow earlier for hotplugJuri Lelli
2024-12-02sched/deadline: Correctly account for allocated bandwidth during hotplugJuri Lelli
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain ch...Juri Lelli
2024-12-02sched: add READ_ONCE to task_on_rq_queuedHarshit Agarwal
2024-12-02sched: Don't try to catch up excess steal time.Suleiman Souhlal
2024-12-02sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa
2024-12-02sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak
2024-12-02sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak
2024-12-02sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-12-02sched: fix warning in sched_setaffinityJosh Don
2024-12-02sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli
2024-11-20Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-11-19Merge tag 'pm-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-15Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-11-14sched_ext: Replace scx_next_task_picked() with switch_class() in commentZhao Mengmeng
2024-11-14sched_ext: ops.cpu_acquire() should be called with SCX_KF_RESTTejun Heo
2024-11-12sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle
2024-11-11Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...Tejun Heo
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo
2024-11-09sched_ext: Handle cases where pick_task_scx() is called without preceding bal...Tejun Heo
2024-11-09sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked contextTejun Heo
2024-11-09sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()Changwoo Min
2024-11-08sched_ext: Clarify sched_ext_ops table for userland schedulerChangwoo Min