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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
psi: Fix cpu.pressure for cpu.max and competing cgroups
Johannes Weiner
3
-5
/
+37
2020-03-20
sched/core: Distribute tasks within affinity masks
Paul Turner
1
-1
/
+6
2020-03-20
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
1
-4
/
+22
2020-03-06
thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...
Ingo Molnar
1
-0
/
+11
2020-03-06
sched/rt: Remove unnecessary push for unfit tasks
Qais Yousef
1
-5
/
+2
2020-03-06
sched/rt: Allow pulling unfitting task
Qais Yousef
1
-2
/
+1
2020-03-06
sched/rt: Optimize cpupri_find() on non-heterogenous systems
Qais Yousef
3
-8
/
+31
2020-03-06
sched/rt: Re-instate old behavior in select_task_rq_rt()
Qais Yousef
1
-0
/
+9
2020-03-06
sched/rt: cpupri_find: Implement fallback mechanism for !fit case
Qais Yousef
1
-56
/
+101
2020-03-06
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
Vincent Guittot
1
-8
/
+9
2020-03-06
sched/fair: Fix runnable_avg for throttled cfs
Vincent Guittot
1
-2
/
+12
2020-03-06
sched/deadline: Make two functions static
Yu Chen
2
-4
/
+4
2020-03-06
sched/topology: Don't enable EAS on SMT systems
Valentin Schneider
1
-2
/
+10
2020-03-06
sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing
Mel Gorman
1
-0
/
+2
2020-03-06
sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA
Valentin Schneider
1
-5
/
+9
2020-03-06
sched/fair: Enable tuning of decay period
Thara Gopinath
3
-2
/
+33
2020-03-06
sched/fair: Update cpu_capacity to reflect thermal pressure
Thara Gopinath
1
-0
/
+7
2020-03-06
sched/fair: Enable periodic update of average thermal pressure
Thara Gopinath
2
-0
/
+10
2020-03-06
sched/pelt: Add support to track thermal pressure
Thara Gopinath
3
-0
/
+65
2020-03-06
sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
Chris Wilson
1
-19
/
+22
2020-03-06
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
10
-127
/
+287
2020-03-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2020-02-28
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-31
/
+83
2020-02-28
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+1
2020-02-28
Merge branches 'pm-sleep' and 'pm-devfreq'
Rafael J. Wysocki
1
-1
/
+1
2020-02-27
Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-51
/
+60
2020-02-27
sched/fair: Fix statistics for find_idlest_group()
Vincent Guittot
1
-0
/
+2
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-35
/
+127
2020-02-26
signal: avoid double atomic counter increments for user accounting
Linus Torvalds
1
-9
/
+14
2020-02-26
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
Masami Hiramatsu
1
-1
/
+0
2020-02-25
blktrace: Protect q->blk_trace with RCU
Jan Kara
1
-31
/
+83
2020-02-25
audit: always check the netlink payload length in audit_receive_msg()
Paul Moore
1
-19
/
+21
2020-02-24
sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...
Mel Gorman
1
-4
/
+27
2020-02-24
sched/numa: Bias swapping tasks based on their preferred node
Mel Gorman
1
-6
/
+37
2020-02-24
sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...
Mel Gorman
1
-18
/
+22
2020-02-24
sched/numa: Prefer using an idle CPU as a migration target instead of compari...
Mel Gorman
1
-17
/
+102
2020-02-24
sched/fair: Take into account runnable_avg to classify group
Vincent Guittot
1
-1
/
+30
2020-02-24
sched/pelt: Add a new runnable average signal
Vincent Guittot
4
-21
/
+126
2020-02-24
sched/pelt: Remove unused runnable load average
Vincent Guittot
5
-167
/
+42
2020-02-24
sched/numa: Use similar logic to the load balancer for moving between domains...
Mel Gorman
1
-31
/
+50
2020-02-24
sched/numa: Replace runnable_load_avg by load_avg
Vincent Guittot
1
-32
/
+70
2020-02-24
sched/fair: Reorder enqueue/dequeue_task_fair path
Vincent Guittot
1
-22
/
+20
2020-02-24
sched/numa: Distinguish between the different task_numa_migrate() failure cases
Mel Gorman
1
-3
/
+3
2020-02-24
sched/numa: Trace when no candidate CPU was found on the preferred node
Mel Gorman
1
-1
/
+3
2020-02-24
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
Ingo Molnar
170
-3179
/
+9144
2020-02-23
audit: fix error handling in audit_data_to_entry()
Paul Moore
1
-32
/
+39
2020-02-23
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-18
/
+24
2020-02-22
Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-9
/
+0
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-9
/
+57
2020-02-21
y2038: remove unused time32 interfaces
Arnd Bergmann
2
-107
/
+0
[next]