summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-01-03Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-12-29sched_ext: idle: introduce check_builtin_idle_enabled() helperAndrea Righi
2024-12-29sched_ext: idle: clarify commentsAndrea Righi
2024-12-29sched_ext: idle: use assign_cpu() to update the idle cpumaskAndrea Righi
2024-12-24sched_ext: initialize kit->cursor.flagsHenry Huang
2024-12-24sched_ext: Use str_enabled_disabled() helper in update_selcpu_topology()Thorsten Blum
2024-12-23Merge back earlier cpufreq material for 6.14Rafael J. Wysocki
2024-12-20docs: Update Schedstat version to 17Swapnil Sapkal
2024-12-20sched/stats: Print domain name in /proc/schedstatK Prateek Nayak
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal
2024-12-20sched/fair: Cleanup in migrate_degrades_locality() to improve readabilityPeter Zijlstra
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2024-12-20sched/fair: Update comments after sched_tick() rename.Sebastian Andrzej Siewior
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki
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