summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-07net: qrtr: ns: Fix use-after-free in driver remove()Manivannan Sadhasivam1-0/+11
2026-05-07media: i2c: imx219: Check return value of devm_gpiod_get_optional() in imx219...Chen Ni1-0/+3
2026-05-07lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law1-2/+16
2026-05-07PCI: epf-mhi: Return 0, not remaining timeout, when eDMA ops completeDaniel Hodges1-0/+4
2026-05-07phy: qcom: m31-eusb2: clear PLL_EN during initElson Serrao1-1/+1
2026-05-07Revert "ALSA: usb: Increase volume range that triggers a warning"Rong Zhang1-3/+4
2026-05-07PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardownKoichiro Den1-54/+2
2026-05-07crypto: atmel-sha204a - Fix OTP sysfs read and error handlingThorsten Blum1-9/+11
2026-05-07media: mtk-jpeg: fix use-after-free in release path due to uncancelled workFan Wu1-0/+1
2026-05-07net: strparser: fix skb_head leak in strp_abort_strp()Luxiao Xu1-0/+8
2026-05-07net: caif: clear client service pointer on teardownZhengchuan Liang1-2/+12
2026-05-07ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_na...Ziqing Chen1-0/+4
2026-05-07media: amphion: Fix race between m2m job_abort and device_runMing Qian1-6/+3
2026-05-07PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SXRichard Zhu1-0/+1
2026-05-07EDAC/versalnet: Fix device_node leak in mc_probe()Felix Gu1-2/+2
2026-05-07hwmon: (powerz) Fix missing usb_kill_urb() on signal interruptSanman Pradhan1-2/+9
2026-05-07of: unittest: fix use-after-free in testdrv_probe()Wentao Liang1-1/+0
2026-05-07of: unittest: fix use-after-free in of_unittest_changeset()Wentao Liang1-2/+1
2026-05-07dt-bindings: display: ti, am65x-dss: Fix AM62L DSS reg and clock constraintsSwamil Jain1-18/+52
2026-05-07crypto: pcrypt - Fix handling of MAY_BACKLOG requestsHerbert Xu1-2/+5
2026-05-07crypto: algif_aead - snapshot IV for async AEAD requestsDouya Le1-2/+8
2026-05-07spi: ch341: fix memory leaks on probe failuresJohan Hovold1-11/+25
2026-05-07spi: imx: fix use-after-free on unbindJohan Hovold1-0/+4
2026-05-07thermal: core: Fix thermal zone governor cleanup issuesRafael J. Wysocki1-3/+4
2026-05-07um: drivers: call kernel_strrchr() explicitly in cow_user.cMichael Bommarito1-1/+7
2026-05-07vfio/cdx: Fix NULL pointer dereference in interrupt trigger pathPrasanna Kumar T S M1-0/+4
2026-05-07vfio/cdx: Serialize VFIO_DEVICE_SET_IRQS with a per-device mutexAlex Williamson3-7/+24
2026-05-07vfio/virtio: Convert list_lock from spinlock to mutexAlex Williamson2-17/+18
2026-05-07vfio/xe: Add a missing vfio_pci_core_release_dev()Michał Winiarski1-0/+1
2026-05-07vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap1-1/+3
2026-05-07wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()Daniel Hodges1-1/+1
2026-05-07wifi: rtw88: check for PCI upstream bridge existenceFedor Pchelkin1-1/+2
2026-05-07zram: do not forget to endio for partial discard requestsSergey Senozhatsky1-1/+2
2026-05-07Input: edt-ft5x06 - fix use-after-free in debugfs teardownDmitry Torokhov1-0/+3
2026-05-07ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
2026-05-07mm: fix deferred split queue races during migrationLance Yang2-14/+19
2026-05-07mm: prevent droppable mappings from being lockedAnthony Yznaga5-8/+23
2026-05-07mm: migrate: requeue destination folio on deferred split queueUsama Arif1-0/+17
2026-05-07arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts3-14/+42
2026-05-07arm64/mm: Enable batched TLB flush in unmap_hotplug_range()Anshuman Khandual1-16/+20
2026-05-07lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple1-50/+62
2026-05-07firmware: google: framebuffer: Do not mark framebuffer as busyThomas Zimmermann1-1/+1
2026-05-07fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)1-6/+6
2026-05-07kbuild: rust: allow `clippy::uninlined_format_args`Miguel Ojeda1-0/+1
2026-05-07rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrsDanilo Krummrich1-3/+0
2026-05-07drm/nouveau: fix nvkm_device leak on aperture removal failureDavid Carlier1-1/+1
2026-05-07device property: Make modifications of fwnode "flags" thread safeDouglas Anderson9-31/+53
2026-05-07driver core: Don't let a device probe until it's readyDouglas Anderson3-0/+79
2026-05-07sysfs: attribute_group: Respect is_visible_const() when changing ownerThomas Weißschuh1-2/+5
2026-05-07ibmasm: fix heap over-read in ibmasm_send_i2o_message()Tyllis Xu1-4/+8