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
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
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
2016-01-22
sched/numa: Fix use-after-free bug in the task_numa_compare
Gavin Guo
1
-7
/
+23
2016-01-06
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
1
-10
/
+28
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
1
-2
/
+2
2016-01-06
sched/fair: Fix multiplication overflow on 32-bit systems
Andrey Ryabinin
1
-1
/
+1
2015-12-04
sched/fair: Disable the task group load_avg update for the root_task_group
Waiman Long
1
-0
/
+6
2015-12-04
sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()
Waiman Long
1
-3
/
+7
2015-12-04
sched/fair: Make it possible to account fair load avg consistently
Byungchul Park
1
-0
/
+46
2015-11-23
sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()
Byungchul Park
1
-2
/
+1
2015-11-23
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
1
-20
/
+47
2015-11-23
treewide: Remove old email address
Peter Zijlstra
1
-1
/
+1
2015-11-23
sched/numa: Cap PTE scanning overhead to 3% of run time
Rik van Riel
1
-0
/
+12
2015-11-23
sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()
Byungchul Park
1
-4
/
+6
2015-11-23
sched/fair: Prepare __update_cpu_load() to handle active tickless
Byungchul Park
1
-8
/
+41
2015-11-23
sched/fair: Clean up the explanation around decaying load update misses
Peter Zijlstra
1
-29
/
+24
2015-11-23
sched/fair: Remove empty idle enter and exit functions
Dietmar Eggemann
1
-23
/
+1
2015-11-09
sched/numa: Fix math underflow in task_tick_numa()
Rik van Riel
1
-1
/
+1
2015-10-20
Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...
Ingo Molnar
1
-4
/
+5
2015-10-20
sched/fair: Update task group's load_avg after task migration
Yuyang Du
1
-2
/
+3
2015-10-20
sched/fair: Fix overly small weight for interactive group entities
Yuyang Du
1
-2
/
+2
2015-10-06
sched/core: Remove a parameter in the migrate_task_rq() function
xiaofeng.yan
1
-1
/
+1
2015-10-06
sched/numa: Fix task_tick_fair() from disabling numa_balancing
Srikar Dronamraju
1
-1
/
+1
2015-09-18
sched/fair: Remove unnecessary parameter for group_classify()
Leo Yan
1
-5
/
+5
2015-09-18
sched/fair: Polish comments for LOAD_AVG_MAX
Leo Yan
1
-2
/
+3
2015-09-18
sched/numa: Limit the amount of virtual memory scanned in task_numa_work()
Rik van Riel
1
-6
/
+12
2015-09-13
sched/fair: Optimize per entity utilization tracking
Peter Zijlstra
1
-7
/
+10
2015-09-13
sched/fair: Defer calling scaling functions
Dietmar Eggemann
1
-2
/
+4
2015-09-13
sched/fair: Optimize __update_load_avg()
Peter Zijlstra
1
-1
/
+1
2015-09-13
sched/fair: Rename scale() to cap_scale()
Peter Zijlstra
1
-7
/
+7
2015-09-13
sched/fair: Get rid of scaling utilization by capacity_orig
Dietmar Eggemann
1
-16
/
+22
2015-09-13
sched/fair: Name utilization related data and functions consistently
Dietmar Eggemann
1
-18
/
+19
2015-09-13
sched/fair: Make utilization tracking CPU scale-invariant
Dietmar Eggemann
1
-3
/
+4
2015-09-13
sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define
Morten Rasmussen
1
-21
/
+1
2015-09-13
sched/fair: Make load tracking frequency scale-invariant
Dietmar Eggemann
1
-10
/
+17
2015-09-13
sched/numa: Convert sched_numa_balancing to a static_branch
Srikar Dronamraju
1
-3
/
+3
2015-09-13
sched/numa: Disable sched_numa_balancing on UMA systems
Srikar Dronamraju
1
-2
/
+2
2015-09-13
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
Srikar Dronamraju
1
-2
/
+2
2015-09-13
sched/fair: Fix nohz.next_balance update
Vincent Guittot
1
-4
/
+30
2015-09-13
sched/core: Remove unused argument from sched_class::task_move_group
Peter Zijlstra
1
-1
/
+1
2015-09-13
sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()
Byungchul Park
1
-77
/
+52
2015-09-13
sched/fair: Make the entity load aging on attaching tunable
Peter Zijlstra
1
-0
/
+4
2015-09-13
sched/fair: Fix switched_to_fair()'s per entity load tracking
Byungchul Park
1
-0
/
+23
2015-09-13
sched/fair: Have task_move_group_fair() also detach entity load from the old ...
Byungchul Park
1
-1
/
+5
2015-09-13
sched/fair: Have task_move_group_fair() unconditionally add the entity load t...
Byungchul Park
1
-5
/
+4
2015-09-13
sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...
Byungchul Park
1
-39
/
+38
2015-08-12
sched: Make sched_class::set_cpus_allowed() unconditional
Peter Zijlstra
1
-0
/
+1
2015-08-12
sched: Ensure a task has a non-normalized vruntime when returning back to CFS
Byungchul Park
1
-2
/
+17
2015-08-03
sched/fair: Clean up load average references
Yuyang Du
1
-15
/
+29
2015-08-03
sched/fair: Provide runnable_load_avg back to cfs_rq
Yuyang Du
1
-10
/
+45
2015-08-03
sched/fair: Remove task and group entity load when they are dead
Yuyang Du
1
-1
/
+10
2015-08-03
sched/fair: Init cfs_rq's sched_entity load average
Yuyang Du
1
-5
/
+6
[next]