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-11
kernel/fail_function: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2023-03-11
kernel/printk/index.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-11
tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
Jia-Ju Bai
1
-1
/
+6
2023-03-11
genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()
Sergey Shtylyov
1
-2
/
+6
2023-03-10
wait: Return number of exclusive waiters awaken
Gabriel Krisman Bertazi
1
-7
/
+11
2023-03-10
tracing/eprobe: Fix to add filter on eprobe description in README file
Masami Hiramatsu (Google)
1
-1
/
+1
2023-03-10
ring-buffer: Handle race between rb_move_tail and rb_check_pages
Mukesh Ojha
1
-32
/
+10
2023-03-10
kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
Masami Hiramatsu (Google)
1
-13
/
+10
2023-03-10
dax/kmem: Fix leak of memory-hotplug resources
Dan Williams
1
-14
/
+0
2023-03-10
panic: fix the panic_print NMI backtrace setting
Guilherme G. Piccoli
1
-18
/
+26
2023-03-10
irqdomain: Fix domain registration race
Marc Zyngier
1
-19
/
+43
2023-03-10
irqdomain: Fix mapping-creation race
Johan Hovold
1
-18
/
+46
2023-03-10
irqdomain: Refactor __irq_domain_alloc_irqs()
Johan Hovold
1
-40
/
+48
2023-03-10
irqdomain: Drop bogus fwspec-mapping error handling
Johan Hovold
1
-6
/
+1
2023-03-10
irqdomain: Look for existing mapping only once
Johan Hovold
1
-27
/
+33
2023-03-10
irqdomain: Fix disassociation race
Johan Hovold
1
-0
/
+5
2023-03-10
irqdomain: Fix association race
Johan Hovold
1
-5
/
+14
2023-03-10
x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Yang Jihong
1
-1
/
+1
2023-03-10
x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
Yang Jihong
1
-1
/
+1
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
[next]