index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/fair: Fix negative imbalance in imbalance calculation
Aubrey Li
2020-04-08
1
-0
/
+8
*
sched/fair: Fix race between runtime distribution and assignment
Huaixin Chang
2020-04-08
1
-20
/
+11
*
sched/fair: Align rq->avg_idle and rq->avg_scan_cost
Valentin Schneider
2020-04-08
1
-5
/
+2
*
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
sched/fair: Fix condition of avg_load calculation
Tao Zhou
2020-03-20
1
-1
/
+2
*
sched/fair: Improve spreading of utilization
Vincent Guittot
2020-03-20
1
-0
/
+8
*
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
2020-03-20
1
-4
/
+22
*
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
Vincent Guittot
2020-03-06
1
-8
/
+9
*
sched/fair: Fix runnable_avg for throttled cfs
Vincent Guittot
2020-03-06
1
-2
/
+12
*
sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing
Mel Gorman
2020-03-06
1
-0
/
+2
*
sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA
Valentin Schneider
2020-03-06
1
-5
/
+9
*
sched/fair: Enable tuning of decay period
Thara Gopinath
2020-03-06
1
-1
/
+14
*
sched/fair: Update cpu_capacity to reflect thermal pressure
Thara Gopinath
2020-03-06
1
-0
/
+7
*
sched/fair: Enable periodic update of average thermal pressure
Thara Gopinath
2020-03-06
1
-0
/
+7
*
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2020-03-06
1
-0
/
+2
|
\
|
*
sched/fair: Fix statistics for find_idlest_group()
Vincent Guittot
2020-02-27
1
-0
/
+2
*
|
sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...
Mel Gorman
2020-02-24
1
-4
/
+27
*
|
sched/numa: Bias swapping tasks based on their preferred node
Mel Gorman
2020-02-24
1
-6
/
+37
*
|
sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...
Mel Gorman
2020-02-24
1
-18
/
+22
*
|
sched/numa: Prefer using an idle CPU as a migration target instead of compari...
Mel Gorman
2020-02-24
1
-17
/
+102
*
|
sched/fair: Take into account runnable_avg to classify group
Vincent Guittot
2020-02-24
1
-1
/
+30
*
|
sched/pelt: Add a new runnable average signal
Vincent Guittot
2020-02-24
1
-7
/
+70
*
|
sched/pelt: Remove unused runnable load average
Vincent Guittot
2020-02-24
1
-114
/
+16
*
|
sched/numa: Use similar logic to the load balancer for moving between domains...
Mel Gorman
2020-02-24
1
-31
/
+50
*
|
sched/numa: Replace runnable_load_avg by load_avg
Vincent Guittot
2020-02-24
1
-32
/
+70
*
|
sched/fair: Reorder enqueue/dequeue_task_fair path
Vincent Guittot
2020-02-24
1
-22
/
+20
*
|
sched/numa: Distinguish between the different task_numa_migrate() failure cases
Mel Gorman
2020-02-24
1
-3
/
+3
*
|
sched/numa: Trace when no candidate CPU was found on the preferred node
Mel Gorman
2020-02-24
1
-1
/
+3
*
|
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
Ingo Molnar
2020-02-24
1
-1
/
+14
|
\
|
|
*
sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
Randy Dunlap
2020-02-11
1
-1
/
+0
|
*
sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...
Mel Gorman
2020-02-10
1
-0
/
+14
*
|
sched/fair: Remove wake_cap()
Morten Rasmussen
2020-02-20
1
-29
/
+1
*
|
sched/fair: Add asymmetric CPU capacity wakeup scan
Morten Rasmussen
2020-02-20
1
-0
/
+56
*
|
sched/fair: Optimize select_idle_core()
Srikar Dronamraju
2020-01-28
1
-2
/
+4
|
/
*
sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domains
Mel Gorman
2020-01-28
1
-12
/
+29
*
sched/fair: Define sched_idle_cpu() only for SMP configurations
Viresh Kumar
2020-01-20
1
-0
/
+2
*
sched/fair: Remove redundant call to cpufreq_update_util()
Vincent Guittot
2020-01-17
1
-7
/
+7
*
sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAP
Peng Liu
2020-01-17
1
-22
/
+4
*
sched/fair: calculate delta runnable load only when it's needed
Peng Wang
2020-01-17
1
-5
/
+6
*
sched/fair: Load balance aggressively for SCHED_IDLE CPUs
Viresh Kumar
2020-01-17
1
-11
/
+21
*
sched/fair : Improve update_sd_pick_busiest for spare capacity case
Vincent Guittot
2020-01-17
1
-5
/
+9
*
sched/fair: Make EAS wakeup placement consider uclamp restrictions
Valentin Schneider
2019-12-25
1
-2
/
+10
*
sched/fair: Make task_fits_capacity() consider uclamp restrictions
Valentin Schneider
2019-12-25
1
-1
/
+15
*
sched/fair: Make sched-idle CPU selection consistent throughout
Viresh Kumar
2019-12-25
1
-22
/
+12
*
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
2019-12-25
1
-1
/
+12
|
\
|
*
sched/cfs: fix spurious active migration
Vincent Guittot
2019-12-17
1
-1
/
+8
|
*
sched/fair: Fix find_idlest_group() to handle CPU affinity
Vincent Guittot
2019-12-17
1
-0
/
+4
*
|
sched/fair: Optimize select_idle_cpu
Cheng Jian
2019-12-17
1
-3
/
+4
*
|
sched: Spare resched IPI when prio changes on a single fair task
Frederic Weisbecker
2019-12-17
1
-0
/
+3
|
/
*
sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()
Vincent Guittot
2019-11-18
1
-49
/
+62
[next]