summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-10ring-buffer: Allow sparse CPU masks in ring_buffer_desc()Vincent Donnefort
2026-07-10tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort
2026-07-10tracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort
2026-07-10sched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru
2026-07-10perf/aux: Fix page UAF in map_range()Lee Jia Jie
2026-07-10ntp: Remove tick_length_base, use tick_length directlyDavid Woodhouse
2026-07-10timekeeping: Settle competing time_offset and time_adjust skewDavid Woodhouse
2026-07-10timekeeping: Drive time_adjust skew via per-tick ntp_error transferDavid Woodhouse
2026-07-10timekeeping: Drive time_offset skew via per-tick ntp_error transferDavid Woodhouse
2026-07-10timekeeping: Account for clocksource tick quantisation via NTPDavid Woodhouse
2026-07-09sched_ext: Keep rq tracking accurate in the consume pathAndrea Righi
2026-07-09sched_ext: Make scx_bpf_kick_cid() return voidTejun Heo
2026-07-09sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulersTejun Heo
2026-07-09sched_ext: Rename extra_enq_flags to remote_activate_enq_flagsTejun Heo
2026-07-09sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatchTejun Heo
2026-07-09sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variantsTejun Heo
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-07-09sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()Tejun Heo
2026-07-09sched_ext: Record an error on errno-only sub-enable failureTejun Heo
2026-07-09sched_ext: Fix typo in scx_bpf_dsq_insert() commentLiang Luo
2026-07-09bpf: Reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 maxNicholas Dudar
2026-07-09bpf: Drop scalar id on sign-extending narrowing stack fillsDaniel Borkmann
2026-07-09printk: Fix possible console use-after-freeJohn Ogness
2026-07-09bpf: Fix security_bpf_map_create error handlingDaniel Borkmann
2026-07-08bpf: Reject programs with inlined helpers if JIT is not availableTiezhu Yang
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang
2026-07-09bpf: Fix use-after-free on mm_struct in bpf_find_vma()Sanghyun Park
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)