summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-02-17sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-02-08cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2025-02-08sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2025-01-09sched: Initialize idle tasks only onceThomas Gleixner
2024-12-14sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa
2024-12-14sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra
2024-12-14sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra
2024-12-14sched: Unify more update_curr*()Peter Zijlstra
2024-12-14sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra
2024-12-14sched: Unify runtime accounting across classesPeter Zijlstra
2024-12-14sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar
2024-12-14sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-12-14sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang
2024-12-14sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T
2024-11-08sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long
2024-10-10sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner
2024-10-04sched/numa: Fix the vma scan starving issueYujie Liu
2024-10-04sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2024-10-04sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2024-10-04sched/numa: Move up the access pid reset logicRaghavendra K T
2024-10-04sched/numa: Trace decisions related to skipping VMAsMel Gorman
2024-10-04sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2024-10-04sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding
2024-09-12membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri
2024-08-29sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2024-08-14sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang
2024-08-14sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang
2024-08-14sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang
2024-08-14sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang
2024-08-14sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng
2024-08-14profiling: remove profile=sleep supportTetsuo Handa
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-08-03rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-07-18sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-06-12sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov
2024-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-03sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura