summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
10 daystracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
10 dayscgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
10 dayscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
10 dayssrcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney
10 daysdma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang
10 daysirq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
10 daysfprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
10 dayskho: skip KHO for crash kernelEvangelos Petrongonas
10 daystracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
10 daysring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
10 daysring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
10 dayssched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
10 dayssched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-05-23workqueue: Annotate alloc_workqueue_va() with __printf(1, 0)Tejun Heo
2026-05-23rseq: Reenable performance optimizations conditionallyThomas Gleixner
2026-05-23rseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner
2026-05-23rseq: Revert to historical performance killing behaviourThomas Gleixner
2026-05-23cgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie
2026-05-23audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
2026-05-23cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-23cgroup/dmem: Return -ENOMEM on failed pool preallocationGuopeng Zhang
2026-05-23audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
2026-05-23cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang
2026-05-23workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao
2026-05-23sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot
2026-05-23workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao
2026-05-23futex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso
2026-05-23futex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior
2026-05-23sched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu
2026-05-23sched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot
2026-05-23tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
2026-05-23cgroup/cpuset: record DL BW alloc CPU for attach rollbackGuopeng Zhang
2026-05-23cgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao
2026-05-23sched/psi: fix race between file release and pressure writeEdward Adam Davis
2026-05-23printk_ringbuffer: Fix get_data() size sanity checkJohn Ogness
2026-05-23bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
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-23workqueue: devres: Add device-managed allocate workqueueKrzysztof Kozlowski
2026-05-23tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
2026-05-23tracing: move __printf() attribute on __ftrace_vbprintk()Arnd Bergmann
2026-05-23unshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failureMichal Grzedzicki
2026-05-23sched_ext: Fix ops.cgroup_move() invocation kf_mask and rq trackingTejun Heo
2026-05-23sched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumaskTejun Heo
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: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
2026-05-23bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
2026-05-23bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim