summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-06-04sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-05-02cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-05-02sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2025-05-02sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2025-04-25cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-10sched/deadline: Use online cpus for validating runtimeShrikanth Hegde
2025-03-28Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann
2025-03-22sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-03-22sched/debug: Provide slice length for fair tasksChristian Loehle
2025-03-22hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-03-07sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
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