summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
35 hourstracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
35 hoursptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra
35 hoursirq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
35 hourstracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
35 hoursring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
11 daysaudit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
11 daysaudit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
11 daysworkqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao
11 daysfutex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior
11 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
11 dayscgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao
11 daysbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
11 daysbpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
11 daystracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
11 daysunshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failureMichal Grzedzicki
11 dayspadata: Put CPU offline callback in ONLINE section to allow failureDaniel Jordan
11 dayspadata: Remove cpu online check from cpu add and removalChuyi Zhou
11 daysbpf: Fix OOB in pcpu_init_valueLang Xu
11 daysbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
11 daysbpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
11 daysbpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
11 daysbpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
11 daysbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
11 daysbpf, devmap: Remove unnecessary if check in for loopThorsten Blum
11 daysmodule: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu
11 daysparams: Replace __modinit with __init_or_modulePetr Pavlu
11 dayshrtimer: Reduce trace noise in hrtimer_start()Thomas Gleixner
11 dayshrtimer: Avoid pointless reprogramming in __hrtimer_start_range_ns()Peter Zijlstra
11 dayshrtimers: 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