summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-29Linux 5.4.301v5.4.301Greg Kroah-Hartman1-1/+1
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2025-10-29media: s5p-mfc: remove an unused/uninitialized variableArnd Bergmann1-22/+13
2025-10-29NFSD: Fix last write offset handling in layoutcommitSergey Bashirov2-18/+17
2025-10-29NFSD: Minor cleanup in layoutcommit processingSergey Bashirov1-9/+3
2025-10-29padata: Reset next CPU when reorder sequence wraps aroundXiao Liang1-1/+5
2025-10-29KEYS: trusted_tpm1: Compare HMAC values in constant timeEric Biggers1-3/+4
2025-10-29NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever1-0/+8
2025-10-29vfs: Don't leak disconnected dentries on umountJan Kara1-0/+2
2025-10-29jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi1-4/+9
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-29drm/amdgpu: use atomic functions with memory barriers for vm fault infoGui-Dong Han3-11/+8
2025-10-29ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-6/+4
2025-10-29spi: cadence-quadspi: Flush posted register writes before DAC accessPratyush Yadav1-0/+2
2025-10-29spi: cadence-quadspi: Flush posted register writes before INDAC accessPratyush Yadav1-0/+3
2025-10-29memory: samsung: exynos-srom: Fix of_iomap leak in exynos_srom_probeZhen Ni1-6/+4
2025-10-29memory: samsung: exynos-srom: Correct alignmentKrzysztof Kozlowski1-11/+11
2025-10-29arm64: errata: Apply workarounds for Neoverse-V3AEMark Rutland3-0/+4
2025-10-29arm64: cputype: Add Neoverse-V3AE definitionsMark Rutland1-0/+2
2025-10-29comedi: fix divide-by-zero in comedi_buf_munge()Deepanshu Kartikey1-1/+1
2025-10-29binder: remove "invalid inc weak" checkAlice Ryhl1-10/+1
2025-10-29xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman1-1/+8
2025-10-29usb/core/quirks: Add Huawei ME906S to wakeup quirkTim Guttzeit1-0/+2
2025-10-29USB: serial: option: add Telit FN920C04 ECM compositionsLI Qingwu1-0/+4
2025-10-29USB: serial: option: add Quectel RG255CReinhard Speyerer1-0/+4
2025-10-29USB: serial: option: add UNISOC UIS7720Renjun Wang1-0/+2
2025-10-29net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar1-0/+8
2025-10-29net: usb: rtl8150: Fix frame paddingMichal Pecio1-2/+9
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey1-0/+5
2025-10-29MIPS: Malta: Fix keyboard resource preventing i8042 driver from registeringMaciej W. Rozycki1-1/+1
2025-10-29Revert "cpuidle: menu: Avoid discarding useful information"Rafael J. Wysocki1-12/+9
2025-10-29net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang1-22/+18
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-29arm64, mm: avoid always making PTE dirty in pte_mkwrite()Huang Ying1-1/+2
2025-10-29net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2025-10-29net: add ndo_fdb_del_bulkNikolay Aleksandrov1-0/+9
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov2-1/+10
2025-10-29net: netlink: add NLM_F_BULK delete request modifierNikolay Aleksandrov1-0/+1
2025-10-29net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov1-1/+1
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov2-1/+7
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov2-3/+10
2025-10-29net: rtnetlink: remove redundant assignment to variable errColin Ian King1-1/+1
2025-10-29m68k: bitops: Fix find_*_bit() signaturesGeert Uytterhoeven1-11/+14
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-10-29hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()Viacheslav Dubeyko1-1/+1
2025-10-29dlm: check for defined force value in dlm_lockspace_releaseAlexander Aring1-1/+1
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48