index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-09
sched_ext: Record an error on errno-only sub-enable failure
Tejun Heo
1
-0
/
+6
2026-07-09
sched_ext: Fix typo in scx_bpf_dsq_insert() comment
Liang Luo
1
-1
/
+1
2026-07-09
bpf: Reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 max
Nicholas Dudar
1
-0
/
+5
2026-07-09
bpf: Drop scalar id on sign-extending narrowing stack fills
Daniel Borkmann
1
-2
/
+14
2026-07-09
printk: Fix possible console use-after-free
John Ogness
1
-2
/
+9
2026-07-09
bpf: Fix security_bpf_map_create error handling
Daniel Borkmann
1
-1
/
+1
2026-07-08
bpf: Reject programs with inlined helpers if JIT is not available
Tiezhu Yang
1
-1
/
+3
2026-07-08
bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
Tiezhu Yang
3
-13
/
+6
2026-07-09
bpf: Fix use-after-free on mm_struct in bpf_find_vma()
Sanghyun Park
1
-3
/
+33
2026-07-09
bpf: Account scratch buffer in bpf_prog_calc_tag
Daniel Borkmann
1
-1
/
+1
2026-07-09
bpf: Account insn_aux_data allocation in bpf_check
Daniel Borkmann
1
-1
/
+2
2026-07-09
bpf: Give vmlinux BTF init its own mutex
Daniel Borkmann
2
-4
/
+5
2026-07-09
bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinux
Daniel Borkmann
1
-4
/
+16
2026-07-08
sched_ext: Enable tick for finite slices on nohz_full
Andrea Righi
1
-12
/
+35
2026-07-08
audit: fix potential integer overflow in audit_log_n_hex()
Ricardo Robaina
1
-2
/
+9
2026-07-08
sched_ext: Preserve rq tracking across local DSQ dispatch
Andrea Righi
1
-16
/
+20
2026-07-08
libbpf: Drop in-loader metadata check for load-time verification
Daniel Borkmann
1
-7
/
+0
2026-07-08
bpf: Verify signed loader metadata at load time
Daniel Borkmann
2
-96
/
+214
2026-07-08
bpf: Resolve and cache fd_array objects at load time
Daniel Borkmann
1
-51
/
+172
2026-07-08
tick: Remove arch_needs_cpu
Mete Durlu
1
-4
/
+3
2026-07-08
lockdep: Enable the printing of held locks of remote running tasks and print ...
Ingo Molnar
1
-9
/
+25
2026-07-08
syscall_user_dispatch: Add kernel.syscall_user_dispatch sysctl
Gregory Price
1
-7
/
+31
2026-07-08
syscall_user_dispatch: Make it configurable in Kconfig
Gregory Price
1
-1
/
+2
2026-07-08
bpf: Reject writes through untrusted BTF pointers
Nicholas Dudar
1
-2
/
+6
2026-07-08
bpf: Remove artificial limitations on pointer types eligible for spilling
Eduard Zingerman
1
-31
/
+8
2026-07-08
timekeeping: Account for monotonicity adjustment in ntp_error
David Woodhouse
1
-0
/
+6
2026-07-07
time: Respect COMPAT_32BIT_TIME for old time type functions
Thomas Weißschuh
2
-4
/
+24
2026-07-07
vdso/datastore: Explicitly prevent remote access to timens vvar page
Thomas Weißschuh
1
-5
/
+2
2026-07-07
timekeeping: Move the vDSO update declarations into a private header
Thomas Weißschuh
2
-0
/
+22
2026-07-07
hrtimer: Explicitly include linux/hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+1
2026-07-07
tick: Explicitly include linux/hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+1
2026-07-07
hrtimer: Move hrtimer_update_function() to hrtimer.c
Thomas Weißschuh (Schneider Electric)
1
-0
/
+24
2026-07-07
hrtimer: Move hrtimer_callback_running() to hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+2
2026-07-07
hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_active
Usama Arif
1
-5
/
+13
2026-07-07
timer_list: Annotate print_cpu() diagnostic reads
Yu Peng
1
-6
/
+11
2026-07-07
time/namespace: Validate nanosecond field in proc_timens_set_offset()
Malaya Kumar Rout
1
-2
/
+4
2026-07-07
timers/migration: Fix memory leak in tmigr_setup_groups() error path
Malaya Kumar Rout
1
-1
/
+3
2026-07-07
timekeeping: Unwind aux clock sysfs children on failure
Yuho Choi
1
-6
/
+15
2026-07-07
clocksource: Unregister subsystem on device registration failure
Yuho Choi
1
-2
/
+6
2026-07-07
genirq: Remove unnecessary NULL check of the kstat_irqs field
Radu Rendec
1
-7
/
+4
2026-07-07
bpf, sockmap: Disallow update and delete from tc, xdp, socket_filter and flow...
Sechang Lim
1
-5
/
+0
2026-07-07
tracing/synthetic: Free type string on error path
Yu Peng
1
-1
/
+3
2026-07-07
tracing/user_events: Fix use-after-free in user_event_mm_dup()
Michael Bommarito
1
-7
/
+32
2026-07-07
bpf: Reject MEM_ALLOC BTF accesses past object bounds
Yiyang Chen
2
-10
/
+18
2026-07-07
tracing: Add a no-rcu-check version of trace_##event##_enabled()
Steven Rostedt
1
-1
/
+1
2026-07-07
tracing: Prevent out-of-bounds read in glob matching
Huihui Huang
1
-4
/
+2
2026-07-07
tracing: Fix NULL pointer dereference in func_set_flag()
Yuanhe Shu
1
-4
/
+4
2026-07-07
tracing: Make tracepoint_printk static as not exported
Ben Dooks
1
-1
/
+1
2026-07-07
ring-buffer: Fix ring_buffer_read_page() copying only one event per page
David Carlier
1
-1
/
+1
2026-07-07
livepatch: Fix NULL pointer dereference in klp_find_func()
Yafang Shao
1
-12
/
+22
[prev]
[next]