index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-25
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-19
sched/fair: Ensure _sum and _avg values stay consistent
Odin Ugedal
1
-3
/
+3
2021-07-14
sched/fair: Take thermal pressure into account while estimating energy
Lukasz Luba
1
-3
/
+8
2021-07-14
sched/fair: Fix ascii art by relpacing tabs
Odin Ugedal
1
-4
/
+4
2021-06-22
sched/fair: Ensure that the CFS parent is added after unthrottling
Rik van Riel
1
-0
/
+28
2021-06-14
sched/fair: Correctly insert cfs_rq's to list on unthrottle
Odin Ugedal
1
-19
/
+25
2021-06-03
sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
Dietmar Eggemann
1
-2
/
+3
2021-06-03
sched/pelt: Ensure that *_sum is always synced with *_avg
Vincent Guittot
1
-2
/
+8
2021-05-31
sched/fair: Make sure to update tg contrib for blocked load
Vincent Guittot
1
-1
/
+1
2021-05-31
sched/fair: Keep load_avg and load_sum synced
Vincent Guittot
1
-6
/
+5
2021-05-12
sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()
Gautham R. Shenoy
1
-1
/
+1
2021-05-06
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
1
-3
/
+9
2021-04-21
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
1
-1
/
+1
2021-04-20
sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...
YueHaibing
1
-22
/
+18
2021-04-16
sched,fair: Alternative sched_slice()
Peter Zijlstra
1
-1
/
+11
2021-04-16
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
1
-7
/
+2
2021-04-09
sched/fair: Introduce a CPU capacity comparison helper
Valentin Schneider
1
-23
/
+10
2021-04-09
sched/fair: Clean up active balance nr_balance_failed trickery
Valentin Schneider
1
-16
/
+15
2021-04-09
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
1
-0
/
+4
2021-04-09
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
1
-12
/
+43
2021-03-23
sched/fair: Reduce long-tail newly idle balance cost
Aubrey Li
1
-0
/
+9
2021-03-23
sched/fair: Optimize test_idle_cores() for !SMT
Barry Song
1
-3
/
+5
2021-03-22
sched: Fix various typos
Ingo Molnar
1
-9
/
+9
2021-03-10
sched: Optimize __calc_delta()
Clement Courbet
1
-8
/
+11
2021-03-06
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
1
-3
/
+12
2021-03-06
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
1
-2
/
+1
2021-03-06
sched/fair: use lsub_positive in cpu_util_next()
Vincent Donnefort
1
-1
/
+1
2021-03-06
sched/fair: Fix task utilization accountability in compute_energy()
Vincent Donnefort
1
-4
/
+20
2021-03-06
sched/fair: Reduce the window for duplicated update
Vincent Guittot
1
-3
/
+8
2021-03-06
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
1
-3
/
+21
2021-03-06
sched/fair: Reorder newidle_balance pulled_task tests
Vincent Guittot
1
-5
/
+5
2021-03-06
sched/fair: Merge for each idle cpu loop of ILB
Vincent Guittot
1
-25
/
+7
2021-03-06
sched/fair: Remove unused parameter of update_nohz_stats
Vincent Guittot
1
-3
/
+3
2021-03-06
sched/fair: Remove unused return of _nohz_idle_balance
Vincent Guittot
1
-9
/
+1
2021-03-06
sched/fair: Remove update of blocked load from newidle_balance
Vincent Guittot
1
-28
/
+5
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2021-02-17
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
1
-2
/
+2
2021-02-17
rbtree, sched/fair: Use rb_add_cached()
Peter Zijlstra
1
-32
/
+14
2021-02-17
sched/fair: Merge select_idle_core/cpu()
Mel Gorman
1
-40
/
+59
2021-02-17
sched/fair: Remove select_idle_smt()
Mel Gorman
1
-30
/
+0
2021-01-27
sched/fair: Move avg_scan_cost calculations under SIS_PROP
Mel Gorman
1
-6
/
+8
2021-01-27
sched/fair: Remove SIS_AVG_CPU
Mel Gorman
1
-11
/
+9
2021-01-27
sched/eas: Don't update misfit status if the task is pinned
Qais Yousef
1
-1
/
+1
2021-01-14
sched: Use task_current() instead of 'rq->curr == p'
Hui Su
1
-3
/
+3
2021-01-14
sched/fair: Reduce cases for active balance
Vincent Guittot
1
-22
/
+23
2021-01-14
sched/fair: Don't set LBF_ALL_PINNED unnecessarily
Vincent Guittot
1
-2
/
+5
2021-01-14
sched/fair: Skip idle cfs_rq
Vincent Guittot
1
-1
/
+4
2021-01-14
sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue
Xuewen Yan
1
-15
/
+28
2021-01-14
sched: Prevent raising SCHED_SOFTIRQ when CPU is !active
Anna-Maria Behnsen
1
-2
/
+5
2021-01-14
sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it
Viresh Kumar
1
-3
/
+3
[next]