summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2024-12-18cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2024-12-17sched/fair: Fix CPU bandwidth limit bypass during CPU hotplugVishal Chourasia
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-12-13sched_ext: Use sizeof_field for key_len in dsq_hash_paramsLiang Jie
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)
2024-12-11sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo
2024-12-10sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_taskJohn Stultz
2024-12-09Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-09sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra
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