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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
sched: Don't defer CPU pick to migration_cpu_stop()
Valentin Schneider
1
-8
/
+12
2021-06-01
sched/fair: Fix ascii art by relpacing tabs
Odin Ugedal
1
-4
/
+4
2021-06-01
sched,init: Fix DEBUG_PREEMPT vs early boot
Peter Zijlstra
2
-5
/
+7
2021-06-01
sched: Add CONFIG_SCHED_CORE help text
Peter Zijlstra
1
-0
/
+14
2021-05-26
sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...
Frederic Weisbecker
1
-1
/
+1
2021-05-19
sched: Fix a stale comment in pick_next_task()
Masahiro Yamada
1
-1
/
+1
2021-05-19
sched/uclamp: Fix locking around cpu_util_update_eff()
Qais Yousef
1
-0
/
+7
2021-05-19
sched/uclamp: Fix wrong implementation of cpu.uclamp.min
Qais Yousef
1
-4
/
+17
2021-05-19
lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowed
Yejune Deng
1
-5
/
+1
2021-05-18
sched: Make the idle task quack like a per-CPU kthread
Valentin Schneider
3
-18
/
+35
2021-05-18
delayacct: Document task_delayacct sysctl
Mel Gorman
1
-0
/
+7
2021-05-18
sched,stats: Further simplify sched_info
Peter Zijlstra
1
-9
/
+12
2021-05-13
sched/isolation: Reconcile rcu_nocbs= and nohz_full=
Paul Gortmaker
1
-3
/
+1
2021-05-12
sched: Make multiple runqueue task counters 32-bit
Alexey Dobriyan
2
-7
/
+7
2021-05-12
sched: Make nr_iowait_cpu() return 32-bit value
Alexey Dobriyan
3
-5
/
+5
2021-05-12
sched: Make nr_iowait() return 32-bit value
Alexey Dobriyan
3
-4
/
+4
2021-05-12
sched: Make nr_running() return 32-bit value
Alexey Dobriyan
4
-5
/
+5
2021-05-12
sched: Fix leftover comment typos
Ingo Molnar
3
-6
/
+6
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
25
-34
/
+8
2021-05-12
kselftest: Add test for core sched prctl interface
Chris Hyser
4
-0
/
+354
2021-05-12
sched: prctl() core-scheduling interface
Chris Hyser
5
-0
/
+137
2021-05-12
sched: Inherit task cookie on fork()
Peter Zijlstra
3
-0
/
+11
2021-05-12
sched: Trivial core scheduling cookie management
Peter Zijlstra
6
-3
/
+137
2021-05-12
sched: Migration changes for core scheduling
Aubrey Li
2
-6
/
+96
2021-05-12
sched: Trivial forced-newidle balancer
Peter Zijlstra
4
-1
/
+137
2021-05-12
sched/fair: Snapshot the min_vruntime of CPUs on force idle
Joel Fernandes (Google)
3
-25
/
+117
2021-05-12
sched: Fix priority inversion of cookied task with sibling
Joel Fernandes (Google)
1
-39
/
+26
2021-05-12
sched/fair: Fix forced idle sibling starvation corner case
Vineeth Pillai
3
-8
/
+49
2021-05-12
sched: Add core wide task selection and scheduling
Peter Zijlstra
2
-2
/
+305
2021-05-12
sched: Basic tracking of matching tasks
Peter Zijlstra
4
-51
/
+210
2021-05-12
sched: Introduce sched_class::pick_task()
Peter Zijlstra
6
-9
/
+87
2021-05-12
sched: Allow sched_core_put() from atomic context
Peter Zijlstra
1
-6
/
+27
2021-05-12
sched: Optimize rq_lockp() usage
Peter Zijlstra
4
-19
/
+36
2021-05-12
sched: Core-wide rq->lock
Peter Zijlstra
3
-4
/
+224
2021-05-12
sched: Prepare for Core-wide rq->lock
Peter Zijlstra
2
-33
/
+63
2021-05-12
sched: Wrap rq::lock access
Peter Zijlstra
10
-138
/
+136
2021-05-12
sched: Provide raw_spin_rq_*lock*() helpers
Peter Zijlstra
2
-0
/
+65
2021-05-12
sched/fair: Add a few assertions
Peter Zijlstra
1
-2
/
+9
2021-05-12
delayacct: Add sysctl to enable at runtime
Peter Zijlstra
4
-4
/
+54
2021-05-12
delayacct: Default disabled
Peter Zijlstra
4
-25
/
+20
2021-05-12
delayacct: Add static_branch in scheduler hooks
Peter Zijlstra
2
-0
/
+11
2021-05-12
kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT
Peter Zijlstra
2
-8
/
+2
2021-05-12
sched: Simplify sched_info_on()
Peter Zijlstra
3
-36
/
+12
2021-05-12
sched: Rename sched_info_{queued,dequeued}
Peter Zijlstra
2
-12
/
+12
2021-05-12
delayacct: Use sched_clock()
Peter Zijlstra
1
-12
/
+10
2021-05-12
sched/fair: Fix negative energy delta in find_energy_efficient_cpu()
Pierre Gondois
1
-12
/
+15
2021-05-12
sched/fair: Only compute base_energy_pd if necessary
Pierre Gondois
1
-17
/
+24
2021-05-12
sched,fair: Skip newidle_balance if a wakeup is pending
Rik van Riel
1
-1
/
+10
2021-05-12
sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()
Oleg Nesterov
1
-1
/
+0
2021-05-12
sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()
Gautham R. Shenoy
1
-1
/
+1
[next]