aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2024-12-24sched_ext: initialize kit->cursor.flagsHenry Huang1-1/+1
2024-12-24sched_ext: Use str_enabled_disabled() helper in update_selcpu_topology()Thorsten Blum1-2/+2
2024-12-23Merge back earlier cpufreq material for 6.14Rafael J. Wysocki1-2/+2
2024-12-20docs: Update Schedstat version to 17Swapnil Sapkal1-1/+1
2024-12-20sched/stats: Print domain name in /proc/schedstatK Prateek Nayak1-1/+1
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal1-4/+0
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal2-3/+28
2024-12-20sched/fair: Cleanup in migrate_degrades_locality() to improve readabilityPeter Zijlstra1-20/+21
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2024-12-20sched/fair: Update comments after sched_tick() rename.Sebastian Andrzej Siewior1-2/+2
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki1-27/+6
2024-12-18cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)1-2/+2
2024-12-17sched/fair: Fix CPU bandwidth limit bypass during CPU hotplugVishal Chourasia1-7/+13
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-22/+77
2024-12-13sched_ext: Use sizeof_field for key_len in dsq_hash_paramsLiang Jie1-1/+1
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2-2/+11
2024-12-11sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo1-1/+1
2024-12-10sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_taskJohn Stultz1-4/+1
2024-12-09Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+6
2024-12-09sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra2-2/+11
2024-12-09sched/fair: Mark m*_vruntime() with __maybe_unusedAndy Shevchenko1-2/+2
2024-12-09sched/fair: Fix variable declaration positionVincent Guittot1-2/+4
2024-12-09sched/fair: Do not try to migrate delayed dequeue taskVincent Guittot1-4/+8
2024-12-09sched/fair: Rename cfs_rq.nr_running into nr_queuedVincent Guittot3-22/+22
2024-12-09sched/fair: Remove unused cfs_rq.idle_nr_runningVincent Guittot3-16/+1
2024-12-09sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idleVincent Guittot3-29/+28
2024-12-09sched/fair: Removed unsued cfs_rq.h_nr_delayedVincent Guittot3-30/+12
2024-12-09sched/fair: Use the new cfs_rq.h_nr_runnableVincent Guittot3-16/+13
2024-12-09sched/fair: Add new cfs_rq.h_nr_runnableVincent Guittot3-2/+20
2024-12-09sched/fair: Rename h_nr_running into h_nr_queuedVincent Guittot5-53/+53
2024-12-09Merge branch 'sched/urgent'Peter Zijlstra5-14/+57
2024-12-09sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra4-8/+54
2024-12-09sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot1-1/+1
2024-12-09sched/fair: Fix NEXT_BUDDYK Prateek Nayak1-5/+2
2024-12-05sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang1-3/+9
2024-12-04sched_ext: Use the NUMA scheduling domain for NUMA optimizationsAndrea Righi1-28/+86
2024-12-02sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISEWaiman Long2-8/+9
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long1-13/+6
2024-12-02sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"Waiman Long1-1/+5
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long2-15/+0
2024-12-02sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of cfs_bandwidth_used()Valentin Schneider1-7/+0
2024-12-02sched/deadline: Consolidate Timer CancellationWander Lairson Costa1-14/+27
2024-12-02sched/deadline: Check bandwidth overflow earlier for hotplugJuri Lelli2-17/+17
2024-12-02sched/deadline: Correctly account for allocated bandwidth during hotplugJuri Lelli3-11/+41
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain changesJuri Lelli2-6/+19
2024-12-02sched: add READ_ONCE to task_on_rq_queuedHarshit Agarwal1-1/+1
2024-12-02sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2024-12-02sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa1-0/+1
2024-12-02sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak1-1/+1