summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-29drm/amd/powerplay: Fix CIK shutdown temperatureTimur Kristóf1-2/+1
2025-10-29net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath1-4/+4
2025-10-29net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel1-8/+28
2025-10-29net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski5-6/+6
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-29r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111HLinmao Li1-2/+3
2025-10-29net: dlink: handle dma_map_single() failure properlyYeounsu Moon1-7/+16
2025-10-29dax: skip read lock assertion for read-only filesystemsYuezhang Mo1-1/+1
2025-10-29fsdax: switch dax_iomap_rw to use iomap_iterChristoph Hellwig1-25/+24
2025-10-29iomap: add the new iomap_iter modelChristoph Hellwig3-2/+165
2025-10-29HID: multitouch: fix sticky fingersBenjamin Tissoires1-13/+14
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-29bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()Adam Xue1-3/+2
2025-10-29btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-29blk-crypto: fix missing blktrace bio split eventsYu Kuai1-0/+3
2025-10-29pwm: berlin: Fix wrong register in suspend/resumeJisheng Zhang1-2/+2
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-29jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi1-4/+9
2025-10-29wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld13-46/+46
2025-10-29mm/slab: make __free(kfree) accept error pointersDan Carpenter1-1/+1
2025-10-29media: pci: ivtv: Add check for DMA map resultMikhail Kobuk3-3/+17
2025-10-29media: cx18: Add missing check after DMA mapThomas Fourier1-2/+10
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-29minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-10-29minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-10-29minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-10-29minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-10-29minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-10-29minmax.h: update some commentsDavid Laight1-29/+24
2025-10-29minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17