summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
14 dayssched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo
14 dayslocking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso
14 daysfutex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...Ji'an Zhou
14 dayspidfd: refuse access to tasks that have started exiting harderChristian Brauner
14 daystimers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu
14 daystracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
14 daysdma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing
14 daysdma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing
14 daystime: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary
14 dayssignal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh
2026-06-01tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-06-01cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
2026-06-01cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
2026-06-01dma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang
2026-06-01irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
2026-06-01fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
2026-06-01tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-06-01ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-06-01ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
2026-06-01cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang
2026-06-01tracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)
2026-06-01tracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)
2026-06-01tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong
2026-06-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)
2026-06-01sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
2026-06-01sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-06-01sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli
2026-06-01sched: Employ sched_change guardsPeter Zijlstra
2026-05-23sched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo
2026-05-23sched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo
2026-05-23audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
2026-05-23cgroup/dmem: Return -ENOMEM on failed pool preallocationGuopeng Zhang
2026-05-23audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
2026-05-23workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao
2026-05-23sched/fair: Revert force wakeup preemptionVincent Guittot
2026-05-23sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot
2026-05-23bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagationDaniel Borkmann
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-23sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goalsMel Gorman
2026-05-23tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
2026-05-23cgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat
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-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-23tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou