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
/
fair.c
Age
Commit message (
Expand
)
Author
2020-02-27
sched/fair: Fix statistics for find_idlest_group()
Vincent Guittot
2020-02-11
sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
Randy Dunlap
2020-02-10
sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...
Mel Gorman
2020-01-28
sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domains
Mel Gorman
2020-01-20
sched/fair: Define sched_idle_cpu() only for SMP configurations
Viresh Kumar
2020-01-17
sched/fair: Remove redundant call to cpufreq_update_util()
Vincent Guittot
2020-01-17
sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAP
Peng Liu
2020-01-17
sched/fair: calculate delta runnable load only when it's needed
Peng Wang
2020-01-17
sched/fair: Load balance aggressively for SCHED_IDLE CPUs
Viresh Kumar
2020-01-17
sched/fair : Improve update_sd_pick_busiest for spare capacity case
Vincent Guittot
2019-12-25
sched/fair: Make EAS wakeup placement consider uclamp restrictions
Valentin Schneider
2019-12-25
sched/fair: Make task_fits_capacity() consider uclamp restrictions
Valentin Schneider
2019-12-25
sched/fair: Make sched-idle CPU selection consistent throughout
Viresh Kumar
2019-12-25
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
2019-12-17
sched/fair: Optimize select_idle_cpu
Cheng Jian
2019-12-17
sched: Spare resched IPI when prio changes on a single fair task
Frederic Weisbecker
2019-12-17
sched/cfs: fix spurious active migration
Vincent Guittot
2019-12-17
sched/fair: Fix find_idlest_group() to handle CPU affinity
Vincent Guittot
2019-11-18
sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()
Vincent Guittot
2019-11-18
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
Ingo Molnar
2019-11-18
sched/fair: Add comments for group_type and balancing at SD_NUMA level
Vincent Guittot
2019-11-18
sched/fair: Fix rework of find_idlest_group()
Vincent Guittot
2019-11-13
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
2019-11-11
sched/core: Further clarify sched_class::set_next_task()
Peter Zijlstra
2019-11-11
sched/fair: Use mul_u32_u32()
Peter Zijlstra
2019-11-11
sched/core: Simplify sched_class::pick_next_task()
Peter Zijlstra
2019-11-11
sched/core: Optimize pick_next_task()
Peter Zijlstra
2019-11-11
sched/fair: Better document newidle_balance()
Peter Zijlstra
2019-11-11
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
Ingo Molnar
2019-11-08
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
2019-10-29
sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases
Patrick Bellasi
2019-10-21
sched/fair: Rework find_idlest_group()
Vincent Guittot
2019-10-21
sched/fair: Optimize find_idlest_group()
Vincent Guittot
2019-10-21
sched/fair: Use load instead of runnable load in wakeup path
Vincent Guittot
2019-10-21
sched/fair: Use utilization to select misfit task
Vincent Guittot
2019-10-21
sched/fair: Spread out tasks evenly when not overloaded
Vincent Guittot
2019-10-21
sched/fair: Use load instead of runnable load in load_balance()
Vincent Guittot
2019-10-21
sched/fair: Use rq->nr_running when balancing load
Vincent Guittot
2019-10-21
sched/fair: Rework load_balance()
Vincent Guittot
2019-10-21
sched/fair: Remove meaningless imbalance calculation
Vincent Guittot
2019-10-21
sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_running
Vincent Guittot
2019-10-21
sched/fair: Clean up asym packing
Vincent Guittot
2019-10-09
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
2019-09-25
sched/fair: Avoid redundant EAS calculation
Quentin Perret
2019-09-25
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
2019-09-25
tasks, sched/core: With a grace period after finish_task_switch(), remove unn...
Eric W. Biederman
2019-09-17
sched/fair: Remove unused cfs_rq_clock_task() function
Qian Cai
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2019-09-13
sched/fair: Speed-up energy-aware wake-ups
Quentin Perret
[next]