summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2026-05-23bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
2026-05-23bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
2026-05-23bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
2026-05-23bpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
2026-05-23bpf: Remove static qualifier from local subprog pointerDaniel Borkmann
2026-05-23bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
2026-05-23bpf: Propagate error from visit_tailcall_insnDaniel Borkmann
2026-05-23bpf: Fix linked reg delta tracking when src_reg == dst_regDaniel Borkmann
2026-05-23bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky
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 copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCKMykyta Yatsenko