index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
1
-4
/
+5
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
1
-0
/
+6
2024-01-26
sched/fair: Update min_vruntime for reweight_entity() correctly
Yiwei Lin
1
-10
/
+10
2023-12-03
sched/fair: Fix the decision for load balance
Keisuke Nishimura
1
-3
/
+7
2023-12-03
sched/eevdf: Fix vruntime adjustment on reweight
Abel Wu
1
-23
/
+128
2023-11-28
sched/core: Fix RQCF_ACT_SKIP leak
Hao Jia
1
-4
/
+1
2023-11-20
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
4
-3
/
+17
2023-11-20
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
1
-17
/
+1
2023-11-20
sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
Qais Yousef
1
-6
/
+5
2023-11-20
sched/fair: Fix cfs_rq_is_decayed() on !SMP
Chengming Zhou
1
-1
/
+1
2023-11-20
sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
Yury Norov
1
-1
/
+5
2023-10-18
sched/eevdf: Fix heap corruption more
Peter Zijlstra
1
-1
/
+2
2023-10-09
sched/eevdf: Fix pick_eevdf()
Benjamin Segall
1
-14
/
+58
2023-10-09
sched/eevdf: Fix min_deadline heap integrity
Peter Zijlstra
1
-0
/
+1
2023-10-05
cpufreq: schedutil: Update next_freq when cpufreq_limits change
Xuewen Yan
1
-1
/
+2
2023-10-03
sched/eevdf: Fix avg_vruntime()
Peter Zijlstra
1
-1
/
+9
2023-10-03
sched/eevdf: Also update slice on placement
Peter Zijlstra
1
-2
/
+4
2023-09-28
sched/rt: Fix live lock between select_fallback_rq() and RT push
Joel Fernandes (Google)
1
-0
/
+1
2023-09-19
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
2
-1
/
+2
2023-09-13
sched/fair: Fix SMT4 group_smt_balance handling
Tim Chen
1
-1
/
+11
2023-09-02
sched/fair: Optimize should_we_balance() for large SMT systems
Shrikanth Hegde
1
-1
/
+14
2023-08-29
sched/fair: Make update_entity_lag() static
Hao Jia
1
-1
/
+1
2023-08-29
Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+5
2023-08-29
Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-895
/
+1092
2023-08-17
sched/eevdf: Curb wakeup-preemption
Peter Zijlstra
2
-0
/
+13
2023-08-14
sched: Simplify sched_core_cpu_{starting,deactivate}()
Peter Zijlstra
1
-15
/
+12
2023-08-14
sched: Simplify try_steal_cookie()
Peter Zijlstra
1
-12
/
+9
2023-08-14
sched: Simplify sched_tick_remote()
Peter Zijlstra
1
-23
/
+16
2023-08-14
sched: Simplify sched_exec()
Peter Zijlstra
1
-12
/
+9
2023-08-14
sched: Simplify ttwu()
Peter Zijlstra
1
-112
/
+109
2023-08-14
sched: Simplify wake_up_if_idle()
Peter Zijlstra
2
-14
/
+21
2023-08-14
sched: Simplify: migrate_swap_stop()
Peter Zijlstra
2
-16
/
+27
2023-08-14
sched: Simplify sysctl_sched_uclamp_handler()
Peter Zijlstra
1
-7
/
+4
2023-08-14
sched: Simplify get_nohz_timer_target()
Peter Zijlstra
1
-9
/
+6
2023-08-14
sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset
Cyril Hrubis
1
-0
/
+3
2023-08-14
sched/rt: Fix sysctl_sched_rr_timeslice intial value
Cyril Hrubis
1
-1
/
+1
2023-08-10
Merge branch 'sched/eevdf' into sched/core
Ingo Molnar
5
-648
/
+531
2023-08-02
sched/fair: Block nohz tick_stop when cfs bandwidth in use
Phil Auld
4
-1
/
+81
2023-08-02
sched, cgroup: Restore meaning to hierarchical_quota
Phil Auld
3
-8
/
+14
2023-07-31
Revert "sched/fair: Move unused stub functions to header"
Peter Zijlstra
2
-3
/
+5
2023-07-26
sched/topology: Align group flags when removing degenerate domain
Chen Yu
1
-2
/
+1
2023-07-26
sched/fair: remove util_est boosting
Vincent Guittot
1
-3
/
+0
2023-07-19
sched/fair: Propagate enqueue flags into place_entity()
Peter Zijlstra
2
-5
/
+6
2023-07-19
sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slice
Peter Zijlstra
4
-10
/
+10
2023-07-19
sched/fair: Commit to EEVDF
Peter Zijlstra
4
-450
/
+38
2023-07-19
sched/smp: Use lag to simplify cross-runqueue placement
Peter Zijlstra
1
-126
/
+19
2023-07-19
sched/fair: Commit to lag based placement
Peter Zijlstra
2
-66
/
+1
2023-07-19
sched/fair: Implement an EEVDF-like scheduling policy
Peter Zijlstra
5
-48
/
+304
2023-07-19
sched/fair: Add lag based placement
Peter Zijlstra
3
-38
/
+139
2023-07-19
sched/fair: Remove sched_feat(START_DEBIT)
Peter Zijlstra
2
-26
/
+1
[next]