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 unfairness caused by missing load decay
Odin Ugedal
2021-05-06
1
-3
/
+9
*
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
2021-04-21
1
-1
/
+1
*
sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...
YueHaibing
2021-04-20
1
-22
/
+18
*
sched,fair: Alternative sched_slice()
Peter Zijlstra
2021-04-16
1
-1
/
+11
*
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
2021-04-16
1
-7
/
+2
*
sched/fair: Introduce a CPU capacity comparison helper
Valentin Schneider
2021-04-09
1
-23
/
+10
*
sched/fair: Clean up active balance nr_balance_failed trickery
Valentin Schneider
2021-04-09
1
-16
/
+15
*
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
2021-04-09
1
-0
/
+4
*
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
2021-04-09
1
-12
/
+43
*
sched/fair: Reduce long-tail newly idle balance cost
Aubrey Li
2021-03-23
1
-0
/
+9
*
sched/fair: Optimize test_idle_cores() for !SMT
Barry Song
2021-03-23
1
-3
/
+5
*
sched: Fix various typos
Ingo Molnar
2021-03-22
1
-9
/
+9
*
sched: Optimize __calc_delta()
Clement Courbet
2021-03-10
1
-8
/
+11
*
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
2021-03-06
1
-3
/
+12
*
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
2021-03-06
1
-2
/
+1
*
sched/fair: use lsub_positive in cpu_util_next()
Vincent Donnefort
2021-03-06
1
-1
/
+1
*
sched/fair: Fix task utilization accountability in compute_energy()
Vincent Donnefort
2021-03-06
1
-4
/
+20
*
sched/fair: Reduce the window for duplicated update
Vincent Guittot
2021-03-06
1
-3
/
+8
*
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
2021-03-06
1
-3
/
+21
*
sched/fair: Reorder newidle_balance pulled_task tests
Vincent Guittot
2021-03-06
1
-5
/
+5
*
sched/fair: Merge for each idle cpu loop of ILB
Vincent Guittot
2021-03-06
1
-25
/
+7
*
sched/fair: Remove unused parameter of update_nohz_stats
Vincent Guittot
2021-03-06
1
-3
/
+3
*
sched/fair: Remove unused return of _nohz_idle_balance
Vincent Guittot
2021-03-06
1
-9
/
+1
*
sched/fair: Remove update of blocked load from newidle_balance
Vincent Guittot
2021-03-06
1
-28
/
+5
*
kernel: delete repeated words in comments
Randy Dunlap
2021-02-26
1
-1
/
+1
*
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
2021-02-17
1
-2
/
+2
*
rbtree, sched/fair: Use rb_add_cached()
Peter Zijlstra
2021-02-17
1
-32
/
+14
*
sched/fair: Merge select_idle_core/cpu()
Mel Gorman
2021-02-17
1
-40
/
+59
*
sched/fair: Remove select_idle_smt()
Mel Gorman
2021-02-17
1
-30
/
+0
*
sched/fair: Move avg_scan_cost calculations under SIS_PROP
Mel Gorman
2021-01-27
1
-6
/
+8
*
sched/fair: Remove SIS_AVG_CPU
Mel Gorman
2021-01-27
1
-11
/
+9
*
sched/eas: Don't update misfit status if the task is pinned
Qais Yousef
2021-01-27
1
-1
/
+1
*
sched: Use task_current() instead of 'rq->curr == p'
Hui Su
2021-01-14
1
-3
/
+3
*
sched/fair: Reduce cases for active balance
Vincent Guittot
2021-01-14
1
-22
/
+23
*
sched/fair: Don't set LBF_ALL_PINNED unnecessarily
Vincent Guittot
2021-01-14
1
-2
/
+5
*
sched/fair: Skip idle cfs_rq
Vincent Guittot
2021-01-14
1
-1
/
+4
*
sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue
Xuewen Yan
2021-01-14
1
-15
/
+28
*
sched: Prevent raising SCHED_SOFTIRQ when CPU is !active
Anna-Maria Behnsen
2021-01-14
1
-2
/
+5
*
sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it
Viresh Kumar
2021-01-14
1
-3
/
+3
*
sched/fair: Trivial correction of the newidle_balance() comment
Barry Song
2020-12-11
1
-1
/
+1
*
sched/fair: Clear SMT siblings after determining the core is not idle
Mel Gorman
2020-12-11
1
-1
/
+2
*
sched: Fix kernel-doc markup
Mauro Carvalho Chehab
2020-12-11
1
-1
/
+1
*
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
2020-11-27
1
-26
/
+47
|
\
|
*
Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-11-22
1
-1
/
+2
|
|
\
|
|
*
sched/fair: Fix overutilized update in enqueue_task_fair()
Quentin Perret
2020-11-17
1
-1
/
+2
|
*
|
Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-11-15
1
-25
/
+45
|
|
\
|
|
|
*
sched/fair: Prefer prev cpu in asymmetric wakeup path
Vincent Guittot
2020-11-10
1
-24
/
+43
|
|
*
sched/fair: Ensure tasks spreading in LLC during LB
Vincent Guittot
2020-11-10
1
-1
/
+2
*
|
|
sched: Limit the amount of NUMA imbalance that can exist at fork time
Mel Gorman
2020-11-24
1
-2
/
+15
*
|
|
sched/numa: Allow a floating imbalance between NUMA nodes
Mel Gorman
2020-11-24
1
-10
/
+11
[next]