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
2024-03-01
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
1
-1
/
+4
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
1
-4
/
+5
2024-02-23
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
1
-1
/
+1
2024-02-23
tracing: Make system_callback() function static
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
1
-0
/
+6
2024-02-23
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
3
-103
/
+221
2024-02-23
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
1
-0
/
+3
2024-02-23
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
1
-1
/
+1
2024-02-23
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
1
-0
/
+10
2024-02-23
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
1
-1
/
+1
2024-02-23
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
1
-6
/
+2
2024-02-23
tracing/probes: Fix to search structure fields correctly
Masami Hiramatsu (Google)
1
-2
/
+2
2024-02-23
tracing/probes: Fix to set arg size and fmt after setting type from BTF
Masami Hiramatsu (Google)
1
-12
/
+13
2024-02-23
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2
-3
/
+7
2024-02-23
tracing/synthetic: Fix trace_string() return value
Thorsten Blum
1
-1
/
+2
2024-02-23
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
1
-38
/
+37
2024-02-23
tracing/timerlat: Move hrtimer_init to timerlat_fd open()
Daniel Bristot de Oliveira
1
-3
/
+3
2024-02-23
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
1
-2
/
+4
2024-02-16
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-02-05
perf: Fix the nr_addr_filters fix
Peter Zijlstra
1
-3
/
+1
2024-02-05
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2024-02-05
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
1
-9
/
+14
2024-02-05
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
1
-5
/
+8
2024-02-05
audit: Send netlink ACK before setting connection in auditd_set
Chris Riches
1
-7
/
+24
2024-02-05
perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...
Greg KH
1
-12
/
+28
2024-02-01
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-02-01
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
1
-1
/
+24
2024-02-01
genirq: Initialize resend_node hlist for all interrupt descriptors
Dawei Li
1
-1
/
+1
2024-02-01
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
1
-0
/
+1
2024-02-01
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
1
-2
/
+15
2024-02-01
rcu: Defer RCU kthreads wakeup when CPU is dying
Frederic Weisbecker
2
-3
/
+34
2024-02-01
tracing: Ensure visibility when inserting an element into tracing_map
Petr Pavlu
1
-1
/
+6
2024-02-01
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
1
-2
/
+17
2024-02-01
bpf: widening for callback iterators
Eduard Zingerman
1
-2
/
+22
2024-02-01
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
1
-98
/
+174
2024-02-01
bpf: extract setup_func_entry() utility function
Eduard Zingerman
1
-36
/
+48
2024-02-01
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
1
-6
/
+13
2024-02-01
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
1
-0
/
+4
2024-02-01
bpf: correct loop detection for iterators convergence
Eduard Zingerman
1
-4
/
+203
2024-02-01
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
1
-31
/
+187
2024-02-01
bpf: extract same_callsites() as utility function
Eduard Zingerman
1
-5
/
+15
2024-02-01
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
1
-15
/
+13
2024-02-01
kexec: do syscore_shutdown() in kernel_kexec
James Gowans
1
-0
/
+1
2024-02-01
PM: hibernate: Enforce ordering during image compression/decompression
Hongchen Zhang
1
-19
/
+19
2024-02-01
async: Introduce async_schedule_dev_nocall()
Rafael J. Wysocki
1
-0
/
+29
2024-02-01
async: Split async_schedule_node_domain()
Rafael J. Wysocki
1
-22
/
+34
2024-01-26
kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
1
-2
/
+0
2024-01-26
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
1
-0
/
+4
2024-01-26
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
[next]