summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
39 hourstracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
39 hoursirq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
39 hourstracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
39 hoursring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
39 hoursaudit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
39 hoursaudit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
39 hoursfutex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior
39 hourstracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
39 hourscgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao
39 hoursbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
39 hourstracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
39 hoursunshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failureMichal Grzedzicki
39 hourspadata: Put CPU offline callback in ONLINE section to allow failureDaniel Jordan
39 hourspadata: Remove cpu online check from cpu add and removalChuyi Zhou
39 hoursbpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
39 hoursbpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
39 hoursbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
39 hoursbpf, devmap: Remove unnecessary if check in for loopThorsten Blum
39 hoursmodule: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu
39 hoursparams: Replace __modinit with __init_or_modulePetr Pavlu
39 hourskernel: globalize lookup_or_create_module_kobject()Shyam Saini
39 hourskernel: param: rename locate_module_kobjectShyam Saini
39 hourshrtimer: Reduce trace noise in hrtimer_start()Thomas Gleixner
39 hourshrtimer: Avoid pointless reprogramming in __hrtimer_start_range_ns()Peter Zijlstra
39 hourshrtimers: Update the return type of enqueue_hrtimer()Richard Clark
39 hoursexit: Sleep at TASK_IDLE when waiting for application core dumpPaul E. McKenney
39 hoursexit: prevent preemption of oopsing TASK_DEAD taskJann Horn
39 hoursrtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong
39 hourstaskstats: set version in TGID exit notificationsYiyang Chen
39 hoursrandomize_kstack: Maintain kstack_offset per taskRyan Roberts
39 hoursregset: use kvzalloc() for regset_get_alloc()Douglas Anderson
39 hourspadata: Fix pd UAF once and for allHerbert Xu
39 hourstracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-05-15ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds
2026-04-11tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang
2026-04-11bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-11bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-04-11futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso
2026-04-11alarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng
2026-04-11sysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg
2026-04-11dma: swiotlb: add KMSAN annotations to swiotlb_bounce()Shigeru Yoshida
2026-04-11module: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai
2026-04-11bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-03-25rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang
2026-03-25sched/fair: Fix pelt clock sync when entering idleVincent Guittot
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki
2026-03-25x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-03-25kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)
2026-03-25kprobes: Remove unneeded gotoMasami Hiramatsu (Google)
2026-03-25tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He