summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2026-07-02workqueue: annotate racy PWQ_STAT_CPU_TIME update in wq_worker_tick()Breno Leitao
2026-07-02tracing/probes: Support dumping fetcharg program for debugging dynamic eventsMasami Hiramatsu (Google)
2026-07-02tracing/probes: Allow eprobe to use variable without $ prefixMasami Hiramatsu (Google)
2026-07-02tracing/probes: ignore id update from btf_type_skip_modifiersMartin Kaiser
2026-07-02tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTRMasami Hiramatsu (Google)
2026-07-02tracing/probes: make file offset error message probe-agnosticYudistira Putra
2026-07-02tracing: trace_fprobe: fix typo in function nameMartin Kaiser
2026-07-02perf/core: Detach event groups during remove_on_execTaeyang Lee