summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-19Linux 5.15.195v5.15.195Greg Kroah-Hartman1-1/+1
2025-10-19selftests: mptcp: join: validate C-flag + def limitMatthieu Baerts (NGI0)1-0/+10
2025-10-19mptcp: pm: in-kernel: usable client side with C-flagMatthieu Baerts (NGI0)3-3/+61
2025-10-19mm/slab: make __free(kfree) accept error pointersDan Carpenter1-1/+1
2025-10-19media: pci: ivtv: Add check for DMA map resultMikhail Kobuk3-3/+17
2025-10-19xen/events: Update virq_to_irq on migrationJason Andryuk1-1/+12
2025-10-19media: pci: ivtv: Add missing check after DMA mapThomas Fourier2-2/+8
2025-10-19media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET5-30/+41
2025-10-19arm64: mte: Do not flag the zero page as PG_mte_taggedCatalin Marinas2-3/+10
2025-10-19media: cx18: Add missing check after DMA mapThomas Fourier1-3/+10
2025-10-19media: switch from 'pci_' to 'dma_' APIChristophe JAILLET10-33/+34
2025-10-19writeback: Avoid excessively long inode switching timesJan Kara1-10/+11
2025-10-19writeback: Avoid softlockup when switching many inodesJan Kara1-1/+10
2025-10-19cramfs: Verify inode mode when loading from diskTetsuo Handa1-1/+10
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu2-1/+13
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang171-1/+1
2025-10-19minixfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-10-19minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-10-19minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-10-19minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-10-19minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-10-19minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-10-19minmax.h: update some commentsDavid Laight1-29/+24
2025-10-19minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-10-19minmax: fix up min3() and max3() tooLinus Torvalds1-2/+10
2025-10-19minmax: improve macro expansion and type checkingLinus Torvalds2-15/+68
2025-10-19minmax: simplify min()/max()/clamp() implementationLinus Torvalds1-23/+20
2025-10-19minmax: don't use max() in situations that want a C constant expressionLinus Torvalds5-5/+5
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds21-39/+43
2025-10-19minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2025-10-19minmax: add a few more MIN_T/MAX_T usersLinus Torvalds8-9/+9
2025-10-19minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds1-0/+7
2025-10-19minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2025-10-19minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+2
2025-10-19minmax: Introduce {min,max}_array()Herve Codina1-0/+64
2025-10-19arm64: dts: qcom: sdm845: Fix slimbam num-channels/eesStephan Gerhold1-2/+2
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-10-19fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai1-32/+38
2025-10-19locking: Introduce __cleanup() based infrastructurePeter Zijlstra17-7/+321
2025-10-19dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen3-10/+22
2025-10-19ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-19net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-1/+34
2025-10-19mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flagHans de Goede1-0/+2
2025-10-19mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-10-19mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config max_register valueHans de Goede1-1/+1
2025-10-19media: mc: Clear minor number before put deviceEdward Adam Davis1-5/+1
2025-10-19Squashfs: reject negative file sizes in squashfs_read_inode()Phillip Lougher1-0/+4
2025-10-19Squashfs: add additional inode sanity checkingPhillip Lougher1-2/+18
2025-10-19ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()Ma Ke1-2/+15