summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-09sched_ext: Record an error on errno-only sub-enable failureTejun Heo1-0/+6
2026-07-09sched_ext: Fix typo in scx_bpf_dsq_insert() commentLiang Luo1-1/+1
2026-07-09bpf: Reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 maxNicholas Dudar1-0/+5
2026-07-09bpf: Drop scalar id on sign-extending narrowing stack fillsDaniel Borkmann1-2/+14
2026-07-09printk: Fix possible console use-after-freeJohn Ogness1-2/+9
2026-07-09bpf: Fix security_bpf_map_create error handlingDaniel Borkmann1-1/+1
2026-07-08bpf: Reject programs with inlined helpers if JIT is not availableTiezhu Yang1-1/+3
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang3-13/+6
2026-07-09bpf: Fix use-after-free on mm_struct in bpf_find_vma()Sanghyun Park1-3/+33
2026-07-09bpf: Account scratch buffer in bpf_prog_calc_tagDaniel Borkmann1-1/+1
2026-07-09bpf: Account insn_aux_data allocation in bpf_checkDaniel Borkmann1-1/+2
2026-07-09bpf: Give vmlinux BTF init its own mutexDaniel Borkmann2-4/+5
2026-07-09bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinuxDaniel Borkmann1-4/+16
2026-07-08sched_ext: Enable tick for finite slices on nohz_fullAndrea Righi1-12/+35
2026-07-08audit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina1-2/+9
2026-07-08sched_ext: Preserve rq tracking across local DSQ dispatchAndrea Righi1-16/+20
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann1-7/+0
2026-07-08bpf: Verify signed loader metadata at load timeDaniel Borkmann2-96/+214
2026-07-08bpf: Resolve and cache fd_array objects at load timeDaniel Borkmann1-51/+172
2026-07-08tick: Remove arch_needs_cpuMete Durlu1-4/+3
2026-07-08lockdep: Enable the printing of held locks of remote running tasks and print ...Ingo Molnar1-9/+25
2026-07-08syscall_user_dispatch: Add kernel.syscall_user_dispatch sysctlGregory Price1-7/+31
2026-07-08syscall_user_dispatch: Make it configurable in KconfigGregory Price1-1/+2
2026-07-08bpf: Reject writes through untrusted BTF pointersNicholas Dudar1-2/+6
2026-07-08bpf: Remove artificial limitations on pointer types eligible for spillingEduard Zingerman1-31/+8
2026-07-08timekeeping: Account for monotonicity adjustment in ntp_errorDavid Woodhouse1-0/+6
2026-07-07time: Respect COMPAT_32BIT_TIME for old time type functionsThomas Weißschuh2-4/+24
2026-07-07vdso/datastore: Explicitly prevent remote access to timens vvar pageThomas Weißschuh1-5/+2
2026-07-07timekeeping: Move the vDSO update declarations into a private headerThomas Weißschuh2-0/+22
2026-07-07hrtimer: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+1
2026-07-07tick: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+1
2026-07-07hrtimer: Move hrtimer_update_function() to hrtimer.cThomas Weißschuh (Schneider Electric)1-0/+24
2026-07-07hrtimer: Move hrtimer_callback_running() to hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+2
2026-07-07hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_activeUsama Arif1-5/+13
2026-07-07timer_list: Annotate print_cpu() diagnostic readsYu Peng1-6/+11
2026-07-07time/namespace: Validate nanosecond field in proc_timens_set_offset()Malaya Kumar Rout1-2/+4
2026-07-07timers/migration: Fix memory leak in tmigr_setup_groups() error pathMalaya Kumar Rout1-1/+3
2026-07-07timekeeping: Unwind aux clock sysfs children on failureYuho Choi1-6/+15
2026-07-07clocksource: Unregister subsystem on device registration failureYuho Choi1-2/+6
2026-07-07genirq: Remove unnecessary NULL check of the kstat_irqs fieldRadu Rendec1-7/+4
2026-07-07bpf, sockmap: Disallow update and delete from tc, xdp, socket_filter and flow...Sechang Lim1-5/+0
2026-07-07tracing/synthetic: Free type string on error pathYu Peng1-1/+3
2026-07-07tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito1-7/+32
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen2-10/+18
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt1-1/+1
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang1-4/+2
2026-07-07tracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu1-4/+4
2026-07-07tracing: Make tracepoint_printk static as not exportedBen Dooks1-1/+1
2026-07-07ring-buffer: Fix ring_buffer_read_page() copying only one event per pageDavid Carlier1-1/+1
2026-07-07livepatch: Fix NULL pointer dereference in klp_find_func()Yafang Shao1-12/+22