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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
cpumask/hotplug: Fix cpu_dying() state tracking
Peter Zijlstra
1
-5
/
+11
2021-04-21
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
3
-8
/
+29
2021-04-21
sched/debug: Fix cgroup_path[] serialization
Waiman Long
1
-13
/
+29
2021-04-21
sched,psi: Handle potential task count underflow bugs more gracefully
Charan Teja Reddy
1
-2
/
+3
2021-04-21
sched: Warn on long periods of pending need_resched
Paul Turner
4
-1
/
+94
2021-04-20
sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...
YueHaibing
1
-22
/
+18
2021-04-20
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
36
-295
/
+805
2021-04-17
Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-74
/
+156
2021-04-17
sched/debug: Rename the sched_debug parameter to sched_verbose
Peter Zijlstra
3
-9
/
+9
2021-04-17
gcov: clang: fix clang-11+ build
Johannes Berg
1
-1
/
+1
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-74
/
+156
2021-04-17
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
1
-29
/
+44
2021-04-17
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
1
-6
/
+11
2021-04-17
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
1
-16
/
+33
2021-04-17
bpf: Improve verifier error messages for users
Daniel Borkmann
1
-23
/
+63
2021-04-17
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
1
-8
/
+13
2021-04-17
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
1
-10
/
+9
2021-04-17
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
1
-4
/
+5
2021-04-17
bpf: Use correct permission flag for mixed signed bounds arithmetic
Daniel Borkmann
1
-1
/
+1
2021-04-16
sched,fair: Alternative sched_slice()
Peter Zijlstra
2
-1
/
+14
2021-04-16
sched: Move /proc/sched_debug to debugfs
Peter Zijlstra
1
-9
/
+16
2021-04-16
sched,debug: Convert sysctl sched_domains to debugfs
Peter Zijlstra
3
-211
/
+59
2021-04-16
sched,preempt: Move preempt_dynamic to debug.c
Peter Zijlstra
3
-77
/
+78
2021-04-16
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
5
-108
/
+77
2021-04-16
sched: Remove sched_schedstats sysctl out from under SCHED_DEBUG
Peter Zijlstra
1
-11
/
+11
2021-04-16
sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUG
Mel Gorman
1
-1
/
+3
2021-04-16
sched: Use cpu_dying() to fix balance_push vs hotplug-rollback
Peter Zijlstra
2
-12
/
+15
2021-04-16
cpumask: Introduce DYING mask
Peter Zijlstra
1
-0
/
+6
2021-04-14
rseq: Optimise rseq_get_rseq_cs() and clear_rseq_cs()
Eric Dumazet
1
-0
/
+9
2021-04-14
rseq: Remove redundant access_ok()
Eric Dumazet
1
-4
/
+1
2021-04-14
rseq: Optimize rseq_update_cpu_id()
Eric Dumazet
1
-4
/
+11
2021-04-14
signal: Allow tasks to cache one sigqueue struct
Thomas Gleixner
3
-2
/
+44
2021-04-14
signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()
Thomas Gleixner
1
-10
/
+7
2021-04-14
Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2021-04-13
tracing/dynevent: Fix a memory leak in an error handling path
Christophe JAILLET
1
-2
/
+4
2021-04-11
Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2021-04-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-10
/
+19
2021-04-10
Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-5
/
+48
2021-04-10
gcov: re-fix clang-11+ support
Nick Desaulniers
1
-10
/
+19
2021-04-09
sched/fair: Introduce a CPU capacity comparison helper
Valentin Schneider
1
-23
/
+10
2021-04-09
sched/fair: Clean up active balance nr_balance_failed trickery
Valentin Schneider
1
-16
/
+15
2021-04-09
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
1
-0
/
+4
2021-04-09
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
1
-12
/
+43
2021-04-09
psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files
Josh Hunt
1
-6
/
+14
2021-04-04
workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()
Wang Qing
2
-13
/
+9
2021-04-04
workqueue: Move the position of debug_work_activate() in __queue_work()
Zqiang
1
-1
/
+1
2021-04-02
Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2021-04-02
bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
1
-1
/
+1
2021-04-02
bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
1
-1
/
+1
2021-04-01
bpf: Refcount task stack in bpf_get_task_stack
Dave Marchevsky
1
-2
/
+10
[next]