summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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)
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