summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
35 hourstracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
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
35 hourscgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang
35 hourssched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
35 hourssched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
35 hourssched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)
35 hourssched/deadline: Fix dl_server behaviourPeter Zijlstra
35 hourssched/deadline: Fix dl_server getting stuckPeter Zijlstra
35 hourssched/deadline: Fix dl_server_stopped()Huacai Chen
35 hourssched/deadline: Less agressive dl_server handlingPeter Zijlstra
11 dayssched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo
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 dayssched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu
11 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
11 dayscgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat
11 dayscgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao
11 daysbpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
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 daysfdget(), trivial conversionsAl Viro
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: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
11 daysbpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
11 daysbpf: Relax scalar id equivalence for state pruningPuranjay Mohan
11 daysbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
11 daysbpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
11 daysbpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
11 daysbpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
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: Fix variable length stack write over spilled pointersAlexei Starovoitov
11 daysbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
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-15ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds
2026-05-14tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()David Carlier