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
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
2023-05-11
sched/fair: Fix inaccurate tally of ttwu_move_affine
Libo Chen
1
-1
/
+1
2023-04-26
sched/fair: Fixes for capacity inversion detection
Qais Yousef
1
-2
/
+11
2023-04-26
sched/fair: Consider capacity inversion in util_fits_cpu()
Qais Yousef
1
-5
/
+9
2023-04-26
sched/fair: Detect capacity inversion
Qais Yousef
1
-3
/
+60
2023-04-20
sched/fair: Fix imbalance overflow
Vincent Guittot
1
-0
/
+10
2023-03-30
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
1
-11
/
+44
2023-03-30
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
1
-2
/
+13
2023-02-01
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
1
-19
/
+16
2023-02-01
sched/fair: Check if prev_cpu has highest spare cap in feec()
Pierre Gondois
1
-6
/
+7
2022-12-31
sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...
Qais Yousef
1
-6
/
+8
2022-12-31
sched/uclamp: Make cpu_overutilized() use util_fits_cpu()
Qais Yousef
1
-1
/
+4
2022-12-31
sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
Qais Yousef
1
-8
/
+13
2022-12-31
sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
Qais Yousef
1
-3
/
+5
2022-12-31
sched/uclamp: Fix fits_capacity() check in feec()
Qais Yousef
1
-2
/
+24
2022-12-31
sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
Qais Yousef
1
-10
/
+16
2022-12-31
sched/uclamp: Fix relationship between uclamp and migration margin
Qais Yousef
1
-0
/
+123
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+172
2022-09-27
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
1
-3
/
+7
2022-09-27
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+1
2022-09-15
sched/fair: Move call to list_last_entry() in detach_tasks
Vincent Guittot
1
-2
/
+2
2022-09-15
sched/fair: Cleanup loop_max and loop_break
Vincent Guittot
1
-7
/
+4
2022-09-15
sched/fair: Make sure to try to detach at least one movable task
Vincent Guittot
1
-3
/
+9
2022-09-12
memory tiering: adjust hot threshold automatically
Huang Ying
1
-5
/
+41
2022-09-12
memory tiering: rate limit NUMA migration throughput
Huang Ying
1
-2
/
+31
2022-09-12
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-0
/
+99
2022-09-07
sched: Rename task_running() to task_on_cpu()
Peter Zijlstra
1
-1
/
+1
2022-09-07
sched/fair: Cleanup for SIS_PROP
Abel Wu
1
-6
/
+6
2022-09-07
sched/fair: Default to false in test_idle_cores()
Abel Wu
1
-8
/
+8
2022-09-07
sched/fair: Remove useless check in select_idle_core()
Abel Wu
1
-3
/
+0
2022-09-07
sched/fair: Avoid double search on same cpu
Abel Wu
1
-0
/
+2
2022-09-07
sched/fair: Remove redundant check in select_idle_smt()
Abel Wu
1
-7
/
+4
2022-08-30
Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...
Ingo Molnar
1
-5
/
+5
2022-08-23
sched/fair: Don't init util/runnable_avg for !fair task
Chengming Zhou
1
-14
/
+14
2022-08-23
sched/fair: Move task sched_avg attach to enqueue_task_fair()
Chengming Zhou
1
-8
/
+3
2022-08-23
sched/fair: Allow changing cgroup of new forked task
Chengming Zhou
1
-0
/
+7
2022-08-23
sched/fair: Fix another detach on unattached task corner case
Chengming Zhou
1
-0
/
+11
2022-08-23
sched/fair: Combine detach into dequeue when migrating task
Chengming Zhou
1
-12
/
+16
2022-08-23
sched/fair: Update comments in enqueue/dequeue_entity()
Chengming Zhou
1
-2
/
+4
2022-08-23
sched/fair: Reset sched_avg last_update_time before set_task_rq()
Chengming Zhou
1
-1
/
+1
2022-08-23
sched/fair: Remove redundant cpu_cgrp_subsys->fork()
Chengming Zhou
1
-22
/
+1
2022-08-23
sched/fair: Maintain task se depth in set_task_rq()
Chengming Zhou
1
-8
/
+0
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
1
-5
/
+5
2022-08-03
sched/fair: Make per-cpu cpumasks static
Bing Huang
1
-2
/
+9
2022-08-03
sched/fair: Remove unused parameter idle of _nohz_idle_balance()
Hao Jia
1
-4
/
+3
2022-08-02
sched/core: Introduce sched_asym_cpucap_active()
Dietmar Eggemann
1
-4
/
+4
2022-07-13
sched/fair: fix case with reduced capacity CPU
Vincent Guittot
1
-12
/
+42
2022-06-28
sched/fair: Remove the energy margin in feec()
Vincent Donnefort
1
-15
/
+8
2022-06-28
sched/fair: Remove task_util from effective utilization in feec()
Vincent Donnefort
1
-63
/
+139
2022-06-28
sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()
Dietmar Eggemann
1
-9
/
+13
2022-06-28
sched/fair: Rename select_idle_mask to select_rq_mask
Dietmar Eggemann
1
-5
/
+5
[next]