summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-17Linux 5.4.286v5.4.286Greg Kroah-Hartman1-1/+1
2024-11-17mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-17mm: add remap_pfn_range_notrackChristoph Hellwig2-20/+33
2024-11-17mm/memory.c: make remap_pfn_range() reject unaligned addrAlex Zhang1-1/+4
2024-11-17mm: fix ambiguous comments for better code readabilitychenqiwu2-3/+3
2024-11-17mm: clarify a confusing comment for remap_pfn_range()WANG Wenhu1-1/+1
2024-11-17md/raid10: improve code of mrdev in raid10_sync_requestLi Nan1-11/+12
2024-11-17net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+1
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
2024-11-17powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman1-0/+1
2024-11-17sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UMLJulian Vetter1-1/+1
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-11-17HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpadWangYuli1-0/+5
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-11-17ALSA: usb-audio: Add endianness annotationsJan Schär1-2/+2
2024-11-17vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-11-17hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-11-17ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-9/+21
2024-11-17NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-11-17ALSA: usb-audio: Add quirks for Dell WD19 dockJan Schär1-0/+3
2024-11-17ALSA: usb-audio: Support jack detection on Dell dockJan Schär1-0/+167
2024-11-17ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-11-17irqchip/gic-v3: Force propagation of the active state with a read-backMarc Zyngier1-0/+7
2024-11-17USB: serial: option: add Quectel RG650VBenoît Monin1-0/+3
2024-11-17USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+3
2024-11-17USB: serial: qcserial: add support for Sierra Wireless EM86xxJack Wu1-0/+2
2024-11-17USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter1-4/+4
2024-11-17usb: musb: sunxi: Fix accessing an released usb phyZijun Hu1-2/+0
2024-11-17fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-17media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens1-1/+1
2024-11-17net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+5
2024-11-17spi: fix use-after-free of the add_lock mutexMichael Walle1-6/+6
2024-11-17spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown2-10/+8
2024-11-17mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer2-24/+22
2024-11-17btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana1-1/+1
2024-11-17nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu1-0/+1
2024-11-17dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie1-2/+2
2024-11-17dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai1-21/+16
2024-11-17dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai1-8/+8
2024-11-17dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai1-1/+1
2024-11-17dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai1-4/+4
2024-11-17drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-17drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher1-1/+1
2024-11-17pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher1-1/+3
2024-11-17media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab1-0/+3
2024-11-17media: cx24116: prevent overflows on SNR calculusMauro Carvalho Chehab1-1/+6
2024-11-17media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab1-6/+11
2024-11-17ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()Murad Masimov1-1/+1
2024-11-17media: adv7604: prevent underflow condition when reporting colorspaceMauro Carvalho Chehab1-9/+17