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
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-08-02
sched/fair: Block nohz tick_stop when cfs bandwidth in use
Phil Auld
1
-1
/
+51
2023-08-02
sched, cgroup: Restore meaning to hierarchical_quota
Phil Auld
1
-3
/
+4
2023-07-26
sched/fair: remove util_est boosting
Vincent Guittot
1
-3
/
+0
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-07-13
sched/fair: Stabilize asym cpu capacity system idle cpu selection
Vincent Guittot
1
-1
/
+1
2023-07-13
sched/fair: Consider the idle state of the whole core for load balance
Ricardo Neri
1
-1
/
+15
2023-07-13
sched/fair: Implement prefer sibling imbalance calculation between asymmetric...
Tim C Chen
1
-4
/
+37
2023-07-13
sched/fair: Determine active load balance for SMT sched groups
Tim C Chen
1
-3
/
+77
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
1
-1
/
+20
2023-07-13
sched: don't account throttle time for empty groups
Josh Don
1
-3
/
+15
2023-07-10
sched/fair: Use recent_used_cpu to test p->cpus_ptr
Miaohe Lin
1
-1
/
+1
2023-06-16
sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()
Hao Jia
1
-0
/
+18
2023-06-16
sched/fair: Rename variable cpu_util eff_util
Tom Rix
1
-3
/
+3
2023-06-05
sched/fair, cpufreq: Introduce 'runnable boosting'
Dietmar Eggemann
1
-8
/
+30
2023-06-05
sched/fair: Refactor CPU utilization functions
Dietmar Eggemann
1
-14
/
+49
2023-06-05
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2023-05-30
sched/fair: Move unused stub functions to header
Arnd Bergmann
1
-3
/
+3
2023-05-30
sched/fair: Hide unused init_cfs_bandwidth() stub
Arnd Bergmann
1
-2
/
+1
2023-05-30
sched: Hide unused sched_update_scaling()
Arnd Bergmann
1
-1
/
+2
2023-05-08
sched/fair: Do not even the number of busy CPUs via asym_packing
Ricardo Neri
1
-65
/
+21
2023-05-08
sched/fair: Use the busiest group to set prefer_sibling
Ricardo Neri
1
-4
/
+11
2023-05-08
sched/fair: Keep a fully_busy SMT sched group as busiest
Ricardo Neri
1
-2
/
+14
2023-05-08
sched/fair: Let low-priority cores help high-priority busy SMT cores
Ricardo Neri
1
-2
/
+14
2023-05-08
sched/fair: Simplify asym_packing logic for SMT cores
Ricardo Neri
1
-21
/
+12
2023-05-08
sched/fair: Only do asym_packing load balancing from fully idle SMT cores
Ricardo Neri
1
-16
/
+40
2023-05-08
sched/fair: Move is_core_idle() out of CONFIG_NUMA
Ricardo Neri
1
-17
/
+17
2023-04-29
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+21
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+57
2023-04-21
Merge branch 'v6.3-rc7'
Peter Zijlstra
1
-11
/
+54
2023-04-12
sched/fair: Fix imbalance overflow
Vincent Guittot
1
-0
/
+10
2023-04-06
sched/numa: use hash_32 to mix up PIDs accessing VMA
Raghavendra K T
1
-1
/
+1
2023-04-06
sched/numa: implement access PID reset logic
Raghavendra K T
1
-2
/
+21
2023-04-06
sched/numa: enhance vma scanning logic
Raghavendra K T
1
-0
/
+19
2023-04-06
sched/numa: apply the scan delay to every new vma
Mel Gorman
1
-0
/
+19
2023-04-05
sched/fair: Fix inaccurate tally of ttwu_move_affine
Libo Chen
1
-1
/
+1
2023-03-22
sched: Interleave cfs bandwidth timers for improved single thread performance...
Shrikanth Hegde
1
-0
/
+4
2023-03-22
sched/core: Avoid selecting the task that is throttled to run when core-sched...
Hao Jia
1
-0
/
+16
2023-03-21
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
1
-11
/
+44
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+7
2023-02-11
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
1
-2
/
+13
2023-02-11
sched/fair: Remove capacity inversion detection
Vincent Guittot
1
-79
/
+5
2023-02-11
sched/fair: unlink misfit task from cpu overutilized
Vincent Guittot
1
-23
/
+82
2023-02-10
sched: convert to vma iterator
Liam R. Howlett
1
-7
/
+7
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-21
/
+27
2023-01-15
sched/fair: Limit sched slice duration
Vincent Guittot
1
-1
/
+7
2023-01-13
sched/fair: Fixes for capacity inversion detection
Qais Yousef
1
-2
/
+11
2023-01-13
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
1
-19
/
+16
2022-12-27
sched/core: Adjusting the order of scanning CPU
Hao Jia
1
-2
/
+2
2022-12-27
sched/numa: Stop an exhastive search if an idle core is found
Hao Jia
1
-1
/
+1
2022-12-27
sched: Make const-safe
Matthew Wilcox (Oracle)
1
-7
/
+9
[next]