summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2026-07-06cgroup/cpuset: Make nr_deadline_tasks an atomic_tWaiman Long
2026-07-06cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi
2026-07-06workqueue: annotate racy sum_exec_runtime reads for CPU-intensive detectionBreno Leitao
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan
2026-07-06PM: sleep: Fix off-by-one in wakelocks number limit checkHaowen Tu
2026-07-06tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
2026-07-06ring-buffer: Fix event length with forced 8-byte alignmentHui Wang
2026-07-06tracing/synthetic: Free pending field on error pathYu Peng
2026-07-06clocksource: Remove unused WATCHDOG_INTERVAL_NS macroZhan Xusheng
2026-07-06hrtimer: Remove unused next_timer argument from __hrtimer_reprogram()Zhan Xusheng
2026-07-06timekeeping: Document monotonic raw timestamps in snapshots correctlyThomas Gleixner
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-07-05Merge tag 'locking-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-07-05futex: Remove unnecessary NULL check before kvfree()Vasileios Almpanis
2026-07-05posix-cpu-timers: Don't abuse lock_task_sighand() in handle_posix_cpu_timers()Oleg Nesterov
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann
2026-07-03uprobes/x86: Remove struct uprobe_trampoline objectJiri Olsa
2026-07-03Merge branch 'perf/urgent'Peter Zijlstra
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-02futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior