summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-09bpf: Account scratch buffer in bpf_prog_calc_tagDaniel Borkmann
2026-07-09bpf: Account insn_aux_data allocation in bpf_checkDaniel Borkmann
2026-07-09bpf: Give vmlinux BTF init its own mutexDaniel Borkmann
2026-07-09bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinuxDaniel Borkmann
2026-07-08sched_ext: Enable tick for finite slices on nohz_fullAndrea Righi
2026-07-08audit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina
2026-07-08sched_ext: Preserve rq tracking across local DSQ dispatchAndrea Righi
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann
2026-07-08bpf: Verify signed loader metadata at load timeDaniel Borkmann
2026-07-08bpf: Resolve and cache fd_array objects at load timeDaniel Borkmann
2026-07-08tick: Remove arch_needs_cpuMete Durlu
2026-07-08lockdep: Enable the printing of held locks of remote running tasks and print ...Ingo Molnar
2026-07-08syscall_user_dispatch: Add kernel.syscall_user_dispatch sysctlGregory Price
2026-07-08syscall_user_dispatch: Make it configurable in KconfigGregory Price
2026-07-08bpf: Reject writes through untrusted BTF pointersNicholas Dudar
2026-07-08bpf: Remove artificial limitations on pointer types eligible for spillingEduard Zingerman
2026-07-08timekeeping: Account for monotonicity adjustment in ntp_errorDavid Woodhouse
2026-07-07time: Respect COMPAT_32BIT_TIME for old time type functionsThomas Weißschuh
2026-07-07vdso/datastore: Explicitly prevent remote access to timens vvar pageThomas Weißschuh
2026-07-07timekeeping: Move the vDSO update declarations into a private headerThomas Weißschuh
2026-07-07hrtimer: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)
2026-07-07tick: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)
2026-07-07hrtimer: Move hrtimer_update_function() to hrtimer.cThomas Weißschuh (Schneider Electric)
2026-07-07hrtimer: Move hrtimer_callback_running() to hrtimer_bases.hThomas Weißschuh (Schneider Electric)
2026-07-07hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_activeUsama Arif
2026-07-07timer_list: Annotate print_cpu() diagnostic readsYu Peng
2026-07-07time/namespace: Validate nanosecond field in proc_timens_set_offset()Malaya Kumar Rout
2026-07-07timers/migration: Fix memory leak in tmigr_setup_groups() error pathMalaya Kumar Rout
2026-07-07timekeeping: Unwind aux clock sysfs children on failureYuho Choi
2026-07-07clocksource: Unregister subsystem on device registration failureYuho Choi
2026-07-07genirq: Remove unnecessary NULL check of the kstat_irqs fieldRadu Rendec
2026-07-07bpf, sockmap: Disallow update and delete from tc, xdp, socket_filter and flow...Sechang Lim
2026-07-07tracing/synthetic: Free type string on error pathYu Peng
2026-07-07tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-07tracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu
2026-07-07tracing: Make tracepoint_printk static as not exportedBen Dooks
2026-07-07ring-buffer: Fix ring_buffer_read_page() copying only one event per pageDavid Carlier
2026-07-07livepatch: Fix NULL pointer dereference in klp_find_func()Yafang Shao
2026-07-07Merge tag 'drm-xe-next-2026-07-03' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2026-07-06cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()Waiman Long
2026-07-06cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_at...Waiman Long
2026-07-06cgroup/cpuset: Make attach_ctx.old_cs track task group leaderWaiman Long
2026-07-06cgroup/cpuset: Expand the scope of cpuset_can_attach_check()Waiman Long
2026-07-06cgroup/cpuset: Add a cpuset_reserve_dl_bw() helperWaiman Long
2026-07-06cgroup/cpuset: Put all task attach related variables into attach_ctxWaiman Long
2026-07-06cgroup/cpuset: Prevent race between task attach and cpuset state changeWaiman Long
2026-07-06cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask(...Waiman Long