aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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 task CPUIngo 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_dissectorSechang 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
2026-07-07Merge tag 'drm-xe-next-2026-07-03' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-0/+18
2026-07-06cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()Waiman Long2-14/+64
2026-07-06cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_attach_task()Waiman Long1-44/+59
2026-07-06cgroup/cpuset: Make attach_ctx.old_cs track task group leaderWaiman Long1-0/+21
2026-07-06cgroup/cpuset: Expand the scope of cpuset_can_attach_check()Waiman Long1-22/+30
2026-07-06cgroup/cpuset: Add a cpuset_reserve_dl_bw() helperWaiman Long1-18/+24
2026-07-06cgroup/cpuset: Put all task attach related variables into attach_ctxWaiman Long1-11/+10
2026-07-06cgroup/cpuset: Prevent race between task attach and cpuset state changeWaiman Long2-48/+53
2026-07-06cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask() and cpuset_attach()Waiman Long1-12/+18
2026-07-06cgroup/cpuset: Make nr_deadline_tasks an atomic_tWaiman Long2-6/+6
2026-07-06cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi1-1/+6
2026-07-06workqueue: annotate racy sum_exec_runtime reads for CPU-intensive detectionBreno Leitao1-3/+3
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan1-1/+0
2026-07-06PM: sleep: Fix off-by-one in wakelocks number limit checkHaowen Tu1-1/+1
2026-07-06tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood1-1/+3