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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-10
sched/hotplug: Consolidate task migration on CPU unplug
Thomas Gleixner
1
-119
/
+35
2020-11-10
sched/core: Wait for tasks being pushed away on hotplug
Thomas Gleixner
2
-1
/
+43
2020-11-10
sched/hotplug: Ensure only per-cpu kthreads run during hotplug
Peter Zijlstra
2
-3
/
+118
2020-11-10
sched: Fix balance_callback()
Peter Zijlstra
2
-44
/
+78
2020-11-10
stop_machine: Add function and caller debug info
Peter Zijlstra
1
-0
/
+1
2020-11-10
sched/debug: Fix memory corruption caused by multiple small reads of flags
Colin Ian King
1
-6
/
+6
2020-11-10
sched/fair: Prefer prev cpu in asymmetric wakeup path
Vincent Guittot
1
-24
/
+43
2020-11-10
sched/fair: Ensure tasks spreading in LLC during LB
Vincent Guittot
1
-1
/
+2
2020-11-10
cpufreq: Introduce governor flags
Rafael J. Wysocki
1
-1
/
+1
2020-11-10
sched/fair: Reorder throttle_cfs_rq() path
Peng Wang
1
-11
/
+23
2020-11-02
cpufreq: schedutil: Don't skip freq update if need_freq_update is set
Viresh Kumar
1
-12
/
+10
2020-10-29
cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set
Rafael J. Wysocki
1
-2
/
+4
2020-10-29
sched/fair: Check for idle core in wake_affine
Julia Lawall
1
-0
/
+3
2020-10-29
sched: Remove relyance on STRUCT_ALIGNMENT
Peter Zijlstra
6
-12
/
+24
2020-10-29
sched: Reenable interrupts in do_sched_yield()
Thomas Gleixner
1
-5
/
+1
2020-10-29
sched: membarrier: document memory ordering scenarios
Mathieu Desnoyers
1
-0
/
+128
2020-10-29
sched: membarrier: cover kthread_use_mm (v4)
Mathieu Desnoyers
2
-4
/
+4
2020-10-29
sched: fix exit_mm vs membarrier (v4)
Mathieu Desnoyers
1
-0
/
+12
2020-10-29
sched/fair: Exclude the current CPU from find_new_ilb()
Peter Zijlstra
1
-0
/
+4
2020-10-29
sched/cpupri: Add CPUPRI_HIGHER
Peter Zijlstra
3
-4
/
+14
2020-10-29
sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1
Peter Zijlstra
2
-14
/
+36
2020-10-29
sched/cpupri: Remove pri_to_cpu[1]
Dietmar Eggemann
2
-5
/
+5
2020-10-29
sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]
Dietmar Eggemann
2
-10
/
+7
2020-10-29
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
2
-26
/
+21
2020-10-29
sched/deadline: Optimize sched_dl_global_validate()
Peng Liu
3
-7
/
+42
2020-10-29
sched/fair: Improve the accuracy of sched_stat_wait statistics
jun qian
1
-0
/
+9
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
5
-5
/
+5
2020-10-25
Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+12
2020-10-24
Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-2
/
+3
2020-10-19
cpufreq: schedutil: restore cached freq when next_f is not changed
Wei Wang
1
-2
/
+3
2020-10-18
task_work: cleanup notification modes
Jens Axboe
1
-1
/
+1
2020-10-14
sched/features: Fix !CONFIG_JUMP_LABEL case
Juri Lelli
2
-4
/
+11
2020-10-14
sched: Replace zero-length array with flexible-array
zhuguangqing
1
-1
/
+1
2020-10-14
Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-16
/
+2
2020-10-12
Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-108
/
+305
2020-10-07
cpufreq: schedutil: Simplify sugov_fast_switch()
Rafael J. Wysocki
1
-6
/
+2
2020-10-05
cpufreq: Move traces and update to policy->cur to cpufreq core
Viresh Kumar
1
-11
/
+1
2020-10-03
sched/deadline: Unthrottle PI boosted threads while enqueuing
Daniel Bristot de Oliveira
1
-0
/
+21
2020-10-03
sched/debug: Add new tracepoint to track cpu_capacity
Vincent Donnefort
2
-0
/
+15
2020-10-03
sched/fair: Tweak pick_next_entity()
Peter Oskolkov
1
-10
/
+10
2020-09-25
rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
Peter Oskolkov
1
-30
/
+106
2020-09-25
sched/fair: Use dst group while checking imbalance for NUMA balancer
Barry Song
1
-4
/
+4
2020-09-25
sched/fair: Reduce busy load balance interval
Vincent Guittot
1
-1
/
+1
2020-09-25
sched/fair: Minimize concurrent LBs between domain level
Vincent Guittot
1
-0
/
+9
2020-09-25
sched/fair: Reduce minimal imbalance threshold
Vincent Guittot
1
-1
/
+1
2020-09-25
sched/fair: Relax constraint on task's load during load balance
Vincent Guittot
1
-2
/
+2
2020-09-25
sched/fair: Remove the force parameter of update_tg_load_avg()
Xianting Tian
1
-10
/
+9
2020-09-25
sched/fair: Fix wrong cpu selecting from isolated domain
Xunlei Pang
1
-4
/
+5
2020-09-25
sched: Remove unused inline function uclamp_bucket_base_value()
YueHaibing
1
-5
/
+0
2020-09-25
sched/rt: Disable RT_RUNTIME_SHARE by default
Daniel Bristot de Oliveira
1
-1
/
+1
[prev]
[next]