aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao2-9/+20
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak1-3/+5
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak1-6/+9
2025-01-13sched/core: Prioritize migrating eligible tasks in sched_balance_rq()Hao Jia1-0/+34
2025-01-13sched/debug: Change need_resched warnings to pr_errDavid Rientjes1-4/+6
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot3-13/+24
2025-01-13sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding1-1/+1
2025-01-13sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra1-1/+5
2025-01-12delayacct: add delay min to record delay peakWang Yaxin1-0/+4
2025-01-12delayacct: add delay max to record delay peakWang Yaxin1-1/+4
2025-01-10Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-26/+74
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi3-15/+59
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min3-4/+101
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min1-13/+13
2025-01-09sched/fair: Fix EEVDF entity placement bug causing scheduling lagPeter Zijlstra1-127/+18
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker1-1/+1
2025-01-08sched_ext: switch class when preempted by higher priority schedulerHonglei Wang1-1/+2
2025-01-08sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min1-6/+6
2025-01-08sched_ext: keep running prev when prev->scx.slice != 0Henry Huang1-4/+7
2025-01-06sched_ext: Include remaining task time slice in error state dumpAndrea Righi1-2/+2
2025-01-06sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ONAndrea Righi1-3/+1
2025-01-06sched_ext: idle: small CPU iteration refactoringAndrea Righi1-4/+2
2025-01-03Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2024-12-29sched_ext: idle: introduce check_builtin_idle_enabled() helperAndrea Righi1-15/+14
2024-12-29sched_ext: idle: clarify commentsAndrea Righi1-0/+6
2024-12-29sched_ext: idle: use assign_cpu() to update the idle cpumaskAndrea Righi1-4/+1
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/lin...Linus 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/...Linus 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