summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-10-29hfs: make proper initalization of struct hfs_find_dataViacheslav Dubeyko1-1/+7
2025-10-29hfs: clear offset and space out of valid records in b-tree nodeViacheslav Dubeyko1-4/+23
2025-10-29exec: Fix incorrect type for retXichao Zhao1-1/+1
2025-10-29hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-10-29ALSA: firewire: amdtp-stream: fix enum kernel-doc warningsRandy Dunlap1-1/+1
2025-10-29sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-29sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar1-8/+8
2025-10-29sched/fair: Trivial correction of the newidle_balance() commentBarry Song1-1/+1
2025-10-29sched: Make newidle_balance() static againChen Yu2-6/+4
2025-10-29tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-29tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2
2025-10-29tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov1-4/+1
2025-10-29tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet1-4/+15
2025-10-29amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju2-1/+1
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov3-16/+16
2025-10-29net: dlink: handle dma_map_single() failure properlyYeounsu Moon1-7/+16
2025-10-29net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-39/+41
2025-10-29media: pci: ivtv: Add missing check after DMA mapThomas Fourier2-2/+8
2025-10-29media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET5-30/+41
2025-10-29xen/events: Update virq_to_irq on migrationJason Andryuk1-1/+12
2025-10-29media: lirc: Fix error handling in lirc_register()Ma Ke1-4/+5
2025-10-29media: rc: Directly use ida_free()keliu2-6/+6
2025-10-29drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty1-36/+0
2025-10-29btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-29pwm: berlin: Fix wrong register in suspend/resumeJisheng Zhang1-2/+2
2025-10-29media: cx18: Add missing check after DMA mapThomas Fourier1-2/+10
2025-10-29xen/events: Cleanup find_virq() return codesJason Andryuk1-6/+6
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-29tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen3-10/+22
2025-10-29dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
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-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: vexpress-sysreg: Check the return value of devm_gpiochip_add_data()Bartosz Golaszewski1-1/+5
2025-10-29fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-10-29KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson3-8/+13
2025-10-29net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+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-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