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
2023-03-10
torture: Fix hang during kthread shutdown phase
Joel Fernandes (Google)
1
-1
/
+1
2023-03-10
locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
Waiman Long
1
-10
/
+9
2023-03-10
PM: EM: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2023-03-10
time/debug: Fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-10
clocksource: Suspend the watchdog temporarily when high read latency detected
Feng Tang
1
-13
/
+32
2023-03-10
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
3
-0
/
+6
2023-03-10
rcu-tasks: Handle queue-shrink/callback-enqueue race condition
Zqiang
1
-5
/
+8
2023-03-10
rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
Zqiang
1
-5
/
+3
2023-03-10
srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
Pingfan Liu
1
-4
/
+5
2023-03-10
rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
Paul E. McKenney
1
-0
/
+2
2023-03-10
cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
Peter Zijlstra
2
-0
/
+8
2023-03-10
trace/blktrace: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-2
/
+2
2023-03-10
exit: Detect and fix irq disabled state in oops
Nicholas Piggin
1
-0
/
+7
2023-03-10
context_tracking: Fix noinstr vs KASAN
Peter Zijlstra
1
-6
/
+6
2023-03-10
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
1
-2
/
+11
2023-03-10
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2
-3
/
+3
2023-03-10
workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
Lai Jiangshan
1
-25
/
+16
2023-03-10
rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
Frederic Weisbecker
2
-2
/
+30
2023-03-10
rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
Frederic Weisbecker
1
-4
/
+0
2023-03-10
rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
Frederic Weisbecker
1
-8
/
+29
2023-03-10
sched/rt: pick_next_rt_entity(): check list_entry
Pietro Borrello
1
-1
/
+4
2023-03-10
locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
Waiman Long
1
-6
/
+24
2023-03-03
PM: sleep: Avoid using pr_cont() in the tasks freezing code
Rafael J. Wysocki
1
-13
/
+8
2023-02-25
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-25
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
1
-2
/
+0
2023-02-25
sched/psi: Stop relying on timer_pending() for poll_work rescheduling
Suren Baghdasaryan
1
-10
/
+52
2023-02-22
alarmtimer: Prevent starvation by small intervals and SIG_IGN
Thomas Gleixner
1
-4
/
+29
2023-02-22
tracing: Make trace_define_field_ext() static
Steven Rostedt (Google)
1
-1
/
+1
2023-02-22
freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
Peter Zijlstra
1
-7
/
+13
2023-02-22
sched/psi: Fix use-after-free in ep_remove_wait_queue()
Munehisa Kamata
1
-3
/
+4
2023-02-14
rtmutex: Ensure that the top waiter is always woken up
Wander Lairson Costa
1
-2
/
+3
2023-02-14
tracing: Fix TASK_COMM_LEN in trace event format file
Yafang Shao
3
-10
/
+33
2023-02-14
cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
Will Deacon
1
-7
/
+11
2023-02-14
tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...
Shiju Jose
1
-3
/
+0
2023-02-09
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
1
-0
/
+6
2023-02-09
kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
Waiman Long
1
-1
/
+2
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2023-02-09
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
1
-1
/
+0
2023-02-09
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
1
-2
/
+2
2023-02-09
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
1
-7
/
+18
2023-02-09
bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
Yonghong Song
1
-1
/
+2
2023-02-09
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
1
-1
/
+1
2023-02-06
bpf: Skip task with pid=1 in send_signal_common()
Hao Sun
1
-0
/
+3
2023-02-01
tracing/osnoise: Use built-in RCU list checking
Chuang Wang
1
-3
/
+2
2023-02-01
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
1
-0
/
+2
2023-02-01
tracing: Make sure trace_printk() can output as soon as it can be used
Steven Rostedt (Google)
3
-2
/
+4
2023-02-01
ftrace: Export ftrace_free_filter() to modules
Mark Rutland
1
-1
/
+22
2023-02-01
module: Don't wait for GOING modules
Petr Pavlu
1
-5
/
+21
2023-02-01
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
1
-19
/
+16
[next]