index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
2025-01-09
sched: Initialize idle tasks only once
Thomas Gleixner
2024-12-14
sched/deadline: Fix warning in migrate_enable for boosted tasks
Wander Lairson Costa
2024-12-14
sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity
Peter Zijlstra
2024-12-14
sched/deadline: Collect sched_dl_entity initialization
Peter Zijlstra
2024-12-14
sched: Unify more update_curr*()
Peter Zijlstra
2024-12-14
sched: Remove vruntime from trace_sched_stat_runtime()
Peter Zijlstra
2024-12-14
sched: Unify runtime accounting across classes
Peter Zijlstra
2024-12-14
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
2024-12-14
sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()
Ingo Molnar
2024-12-14
sched/core: Prevent wakeup of ksoftirqd during idle load balance
K Prateek Nayak
2024-12-14
sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...
K Prateek Nayak
2024-12-14
sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()
K Prateek Nayak
2024-12-14
sched/numa: fix memory leak due to the overwritten vma->numab_state
Adrian Huang
2024-12-14
sched/numa: Fix mm numa_scan_seq based unconditional scan
Raghavendra K T
2024-11-08
sched/numa: Fix the potential null pointer dereference in task_numa_work()
Shawn Wang
2024-11-01
sched/core: Disable page allocation in task_tick_mm_cid()
Waiman Long
2024-10-10
sched: psi: fix bogus pressure spikes from aggregation race
Johannes Weiner
2024-10-04
sched/numa: Fix the vma scan starving issue
Yujie Liu
2024-10-04
sched/numa: Complete scanning of inactive VMAs when there is no alternative
Mel Gorman
2024-10-04
sched/numa: Complete scanning of partial VMAs regardless of PID activity
Mel Gorman
2024-10-04
sched/numa: Move up the access pid reset logic
Raghavendra K T
2024-10-04
sched/numa: Trace decisions related to skipping VMAs
Mel Gorman
2024-10-04
sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...
Mel Gorman
2024-10-04
sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
Tianchen Ding
2024-09-12
membarrier: riscv: Add full memory barrier in switch_mm()
Andrea Parri
2024-08-29
sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
Yury Norov
2024-08-14
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
2024-08-14
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
2024-08-14
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
2024-08-14
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
2024-08-14
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
2024-08-14
profiling: remove profile=sleep support
Tetsuo Handa
2024-08-03
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
2024-08-03
rcu/tasks: Fix stale task snaphot for Tasks Trace
Frederic Weisbecker
2024-07-18
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-07-18
Revert "sched/fair: Make sure to try to detach at least one movable task"
Josh Don
2024-06-12
sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...
Cheng Yu
2024-06-12
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
2024-06-12
sched/fair: Add EAS checks before updating root_domain::overutilized
Shrikanth Hegde
2024-06-12
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
Oleg Nesterov
2024-05-02
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
Xuewen Yan
2024-05-02
sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
Tianchen Ding
2024-05-02
sched/eevdf: Always update V if se->on_rq when reweighting
Tianchen Ding
2024-04-27
sched: Add missing memory barrier in switch_mm_cid
Mathieu Desnoyers
2024-04-03
sched: Simplify tg_set_cfs_bandwidth()
Peter Zijlstra
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_smt()
Keisuke Nishimura
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
2024-01-25
sched/fair: Update min_vruntime for reweight_entity() correctly
Yiwei Lin
[next]