summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-01tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-06-01ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra
2026-06-01irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
2026-06-01tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-06-01ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
2026-05-23audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
2026-05-23audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
2026-05-23workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao
2026-05-23futex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior
2026-05-23tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
2026-05-23cgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao
2026-05-23bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
2026-05-23bpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
2026-05-23tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
2026-05-23unshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failureMichal Grzedzicki
2026-05-23padata: Put CPU offline callback in ONLINE section to allow failureDaniel Jordan
2026-05-23padata: Remove cpu online check from cpu add and removalChuyi Zhou
2026-05-23bpf: Fix OOB in pcpu_init_valueLang Xu
2026-05-23bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
2026-05-23bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
2026-05-23bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
2026-05-23bpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
2026-05-23bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
2026-05-23bpf, devmap: Remove unnecessary if check in for loopThorsten Blum
2026-05-23module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu
2026-05-23params: Replace __modinit with __init_or_modulePetr Pavlu
2026-05-23hrtimer: Reduce trace noise in hrtimer_start()Thomas Gleixner
2026-05-23hrtimer: Avoid pointless reprogramming in __hrtimer_start_range_ns()Peter Zijlstra
2026-05-23hrtimers: Update the return type of enqueue_hrtimer()Richard Clark
2026-05-17tracing/probes: Limit size of event probe to 3KSteven Rostedt
2026-05-17tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()David Carlier
2026-05-17sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury
2026-05-17exit: Sleep at TASK_IDLE when waiting for application core dumpPaul E. McKenney
2026-05-17exit: prevent preemption of oopsing TASK_DEAD taskJann Horn
2026-05-17bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_miscKumar Kartikeya Dwivedi
2026-05-17bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko
2026-05-17bpf: track aligned STACK_ZERO cases as imprecise spilled registersAndrii Nakryiko
2026-05-17bpf: preserve constant zero when doing partial register restoreAndrii Nakryiko
2026-05-17bpf: preserve STACK_ZERO slots on partial reg spillsAndrii Nakryiko
2026-05-17bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2026-05-17rtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong
2026-05-17taskstats: set version in TGID exit notificationsYiyang Chen
2026-05-17randomize_kstack: Maintain kstack_offset per taskRyan Roberts
2026-05-17regset: use kvzalloc() for regset_get_alloc()Douglas Anderson
2026-05-17padata: Fix pd UAF once and for allHerbert Xu
2026-05-15ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds
2026-04-27blktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni
2026-04-27tracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-04-11fork: defer linking file vma until vma is fully initializedMiaohe Lin
2026-04-11bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang