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
2022-01-18
sched/fair: Fix all kernel-doc warnings
Randy Dunlap
1
-3
/
+5
2022-01-18
sched/pelt: Relax the sync of load_sum with load_avg
Vincent Guittot
1
-14
/
+22
2022-01-18
sched/pelt: Relax the sync of runnable_sum with runnable_avg
Vincent Guittot
1
-14
/
+19
2022-01-18
sched/pelt: Continue to relax the sync of util_sum with util_avg
Vincent Guittot
1
-7
/
+18
2022-01-18
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
1
-3
/
+13
2021-12-11
sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
Dietmar Eggemann
1
-63
/
+8
2021-12-09
sched/fair: Cleanup task_util and capacity type
Vincent Donnefort
1
-2
/
+3
2021-12-07
sched/fair: Document the slow path and fast path in select_task_rq_fair
Barry Song
1
-0
/
+5
2021-12-04
sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
Vincent Donnefort
1
-1
/
+2
2021-12-04
sched/fair: Fix detection of per-CPU kthreads waking a task
Vincent Donnefort
1
-0
/
+1
2021-11-17
sched/core: Forced idle accounting
Josh Don
1
-1
/
+1
2021-11-11
sched/fair: Prevent dead task groups from regaining cfs_rq's
Mathias Krause
1
-2
/
+2
2021-10-31
sched/fair: Cleanup newidle_balance
Vincent Guittot
1
-5
/
+3
2021-10-31
sched/fair: Remove sysctl_sched_migration_cost condition
Vincent Guittot
1
-2
/
+1
2021-10-31
sched/fair: Wait before decaying max_newidle_lb_cost
Vincent Guittot
1
-9
/
+27
2021-10-31
sched/fair: Skip update_blocked_averages if we are defering load balance
Vincent Guittot
1
-3
/
+6
2021-10-31
sched/fair: Account update_blocked_averages in newidle_balance cost
Vincent Guittot
1
-4
/
+7
2021-10-14
sched/numa: Fix a few comments
Bharata B Rao
1
-2
/
+2
2021-10-14
sched/numa: Remove the redundant member numa_group::fault_cpus
Bharata B Rao
1
-7
/
+5
2021-10-14
sched/numa: Replace hard-coded number by a define in numa_task_group()
Bharata B Rao
1
-1
/
+2
2021-10-05
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
1
-5
/
+0
2021-10-05
sched/fair: Consider SMT in ASYM_PACKING load balance
Ricardo Neri
1
-0
/
+92
2021-10-05
sched/fair: Carve out logic to mark a group for asymmetric packing
Ricardo Neri
1
-7
/
+13
2021-10-05
sched/fair: Provide update_sg_lb_stats() with sched domain statistics
Ricardo Neri
1
-2
/
+3
2021-10-05
sched/fair: Optimize checking for group_asym_packing
Ricardo Neri
1
-1
/
+1
2021-10-05
sched: Make schedstats helpers independent of fair sched class
Yafang Shao
1
-115
/
+19
2021-10-05
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
1
-36
/
+53
2021-10-05
sched/fair: Use __schedstat_set() in set_next_entity()
Yafang Shao
1
-3
/
+3
2021-10-05
sched/fair: Add cfs bandwidth burst statistics
Huaixin Chang
1
-0
/
+9
2021-10-05
sched: adjust sleeper credit for SCHED_IDLE entities
Josh Don
1
-1
/
+6
2021-10-05
sched: reduce sched slice for SCHED_IDLE entities
Josh Don
1
-5
/
+24
2021-10-05
sched: Account number of SCHED_IDLE entities on each cfs_rq
Josh Don
1
-1
/
+24
2021-10-05
sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idle
Valentin Schneider
1
-2
/
+13
2021-10-05
sched/fair: Add NOHZ balancer flag for nohz.next_balance updates
Valentin Schneider
1
-10
/
+14
2021-10-01
sched/fair: Add ancestors of unthrottled undecayed cfs_rq
Michal KoutnĂ˝
1
-1
/
+5
2021-08-30
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-32
/
+179
2021-08-26
sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED case
Ingo Molnar
1
-1
/
+1
2021-08-20
sched: Cgroup SCHED_IDLE support
Josh Don
1
-25
/
+172
2021-08-04
sched/fair: Avoid a second scan of target in select_idle_cpu
Mel Gorman
1
-1
/
+1
2021-08-04
sched/fair: Use prev instead of new target as recent_used_cpu
Mel Gorman
1
-3
/
+1
2021-08-04
sched/numa: Fix is_core_idle()
Mika Penttilä
1
-1
/
+1
2021-07-11
Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+4
2021-07-02
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-02
sched/fair: Sync load_sum with load_avg after dequeue
Vincent Guittot
1
-1
/
+2
2021-07-01
Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-126
/
+314
2021-06-28
sched: Optimize housekeeping_cpumask() in for_each_cpu_and()
Yuan ZhaoXiong
1
-2
/
+4
2021-06-28
sched/fair: Ensure _sum and _avg values stay consistent
Odin Ugedal
1
-3
/
+3
2021-06-24
sched/fair: Introduce the burstable CFS controller
Huaixin Chang
1
-4
/
+10
2021-06-22
sched/fair: Ensure that the CFS parent is added after unthrottling
Rik van Riel
1
-0
/
+28
[next]