summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-25nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton2-7/+19
2026-03-25batman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang1-0/+3
2026-03-25iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus1-2/+2
2026-03-25btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
2026-03-25btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana3-2/+64
2026-03-25btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana1-0/+16
2026-03-25kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
2026-03-25kprobes: Remove unneeded gotoMasami Hiramatsu (Google)1-24/+21
2026-03-25ksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
2026-03-25smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-03-25Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller1-2/+4
2026-03-25Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller1-2/+2
2026-03-25parisc: Flush correct cache in cacheflush() syscallHelge Deller1-2/+2
2026-03-25net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-25NFC: nxp-nci: allow GPIOs to sleepIan Ray1-2/+2
2026-03-25LoongArch: Give more information if kmem access failedTiezhu Yang1-2/+12
2026-03-25nvdimm/bus: Fix potential use after free in asynchronous initializationIra Weiny1-2/+3
2026-03-25sunrpc: fix cache_request leak in cache_releaseJeff Layton1-5/+21
2026-03-25NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
2026-03-25io_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe1-1/+7
2026-03-25mm/mempolicy: fix wrong mmap_read_unlock() in migrate_to_node()David Hildenbrand (Arm)1-3/+1
2026-03-25s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attributeHarald Freudenberger2-7/+8
2026-03-25s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens1-1/+1
2026-03-25s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens1-2/+2
2026-03-25mptcp: pm: in-kernel: always set ID as avail when rm endpMatthieu Baerts (NGI0)1-12/+8
2026-03-25net: stmmac: remove support for lpi_intr_oRussell King (Oracle)7-59/+0
2026-03-25binfmt_misc: restore write access before closing files opened by open_exec()Zilin Guan1-1/+3
2026-03-25sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-03-25f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu1-0/+3
2026-03-25rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang1-3/+2
2026-03-25platform/x86/amd/pmc: Add support for Van Gogh SoCAntheas Kapenekakis2-0/+4
2026-03-25x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov3-3/+32
2026-03-25drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variabl...Jeongjun Park1-8/+35
2026-03-25drm/exynos: vidi: fix to avoid directly dereferencing user pointerJeongjun Park1-4/+11
2026-03-25drm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl()Jeongjun Park2-1/+14
2026-03-25drm/amdgpu: Add basic validation for RAS headerLijo Lazar1-2/+18
2026-03-25l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet1-17/+8
2026-03-25drm/amd/pm: Use pm_display_cfg in legacy DPM (v2)Timur Kristóf6-58/+97
2026-03-25drm/amd/display: Add pixel_clock to amd_pp_display_configurationTimur Kristóf4-2/+4
2026-03-25net: dsa: properly keep track of conduit referenceVladimir Oltean2-25/+35
2026-03-25bpf: Forget ranges when refining tnum after JSETPaul Chaignon1-0/+4
2026-03-25net: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8
2026-03-25net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2-4/+16
2026-03-25net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2-0/+125
2026-03-25tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt2-0/+15
2026-03-25dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()Guodong Xu1-0/+6
2026-03-25riscv: Sanitize syscall table indexing under speculationLukas Gerlach1-1/+4
2026-03-25btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo3-26/+2
2026-03-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2026-03-25rxrpc: Fix data-race warning and potential load/store tearingDavid Howells6-11/+34