summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-29minmax: fix up min3() and max3() tooLinus Torvalds1-2/+10
2025-10-29minmax: improve macro expansion and type checkingLinus Torvalds2-15/+68
2025-10-29minmax: simplify min()/max()/clamp() implementationLinus Torvalds1-23/+20
2025-10-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds4-5/+5
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds18-39/+37
2025-10-29minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2025-10-29minmax: add a few more MIN_T/MAX_T usersLinus Torvalds8-9/+9
2025-10-29minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds1-0/+7
2025-10-29minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17
2025-10-29minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3
2025-10-29minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2025-10-29minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2025-10-29minmax: fix header inclusionsAndy Shevchenko1-1/+2
2025-10-29minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+3
2025-10-29minmax: Introduce {min,max}_array()Herve Codina1-0/+64
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)14-55/+61
2025-10-29minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld1-1/+1
2025-10-29minmax: sanity check constant bounds when clampingJason A. Donenfeld1-2/+24
2025-10-29btrfs: remove duplicated in_range() macroJohannes Thumshirn4-2/+3
2025-10-29overflow, tracing: Define the is_signed_type() macro onceBart Van Assche3-3/+6
2025-10-29arm64: mte: Do not flag the zero page as PG_mte_taggedCatalin Marinas2-3/+10
2025-10-29fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai1-32/+38
2025-10-29locking: Introduce __cleanup() based infrastructurePeter Zijlstra17-7/+280
2025-10-29cramfs: Verify inode mode when loading from diskTetsuo Handa1-1/+10
2025-10-29fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu2-1/+13
2025-10-29pid: Add a judgment for ns null in pid_nr_nsgaoxiang171-1/+1
2025-10-29minixfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-10-29net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+4
2025-10-29KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson3-9/+13
2025-10-29ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()Ma Ke1-2/+15
2025-10-29ASoC: codecs: wcd934x: Simplify with dev_err_probeKrzysztof Kozlowski1-12/+7
2025-10-29fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-10-29udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2025-10-29Squashfs: reject negative file sizes in squashfs_read_inode()Phillip Lougher1-0/+4
2025-10-29Squashfs: add additional inode sanity checkingPhillip Lougher1-2/+18
2025-10-29media: mc: Clear minor number before put deviceEdward Adam Davis1-5/+1
2025-10-29mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flagHans de Goede1-0/+2
2025-10-29mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-10-29mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config max_register valueHans de Goede1-1/+1
2025-10-29dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2025-10-29tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen3-10/+22
2025-10-29arm64: dts: qcom: sdm845: Fix slimbam num-channels/eesStephan Gerhold1-2/+2
2025-10-29lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor1-0/+4
2025-10-29ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-10-29ext4: correctly handle queries for metadata mappingsOjaswin Mujoo1-5/+9
2025-10-29ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-10-29nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia1-0/+15
2025-10-29NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum1-1/+1
2025-10-29x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson1-0/+11
2025-10-29x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson1-2/+2