summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-05-07media: rzv2h-ivc: Revise default VBLANK formulaDaniel Scally1-1/+1
2026-05-07hwmon: (powerz) Avoid cacheline sharing for DMA bufferThomas Weißschuh1-1/+4
2026-05-07hwmon: (isl28022) Fix integer overflow in power calculation on 32-bitSanman Pradhan1-2/+3
2026-05-07power: supply: axp288_charger: Do not cancel work before initializing itKrzysztof Kozlowski1-11/+8
2026-05-07fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-36/+142
2026-05-07spi: fix resource leaks on device setup failureJohan Hovold1-24/+37
2026-05-07RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcvhkbinbin1-1/+2
2026-05-07drm/arcpgu: fix device node leakLuca Ceresoli1-1/+2
2026-05-07net: ks8851: Avoid excess softirq schedulingMarek Vasut1-1/+4
2026-05-07netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao1-0/+2
2026-05-07net: ks8851: Reinstate disabling of BHs around IRQ handlerMarek Vasut4-58/+38
2026-05-07net: txgbe: fix firmware version checkJiawen Wu1-1/+2
2026-05-07net: txgbe: fix RTNL assertion warning when remove moduleJiawen Wu1-0/+2
2026-05-07EDAC/versalnet: Fix memory leak in remove and probe error pathsPrasanna Kumar T S M1-0/+2
2026-05-07iio: adc: ad7768-1: remove switch to one-shot modeJonathan Santos1-17/+4
2026-05-07iio: adc: ad7768-1: fix one-shot mode data acquisitionJonathan Santos1-2/+7
2026-05-07iio: adc: ti-ads7950: use iio_push_to_buffers_with_ts_unaligned()David Lechner1-6/+5
2026-05-07rbd: fix null-ptr-deref when device_add_disk() failsDawei Feng1-3/+3
2026-05-07reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetimeTommaso Merciai1-46/+18
2026-05-07remoteproc: xlnx: Only access buffer information if IPI is bufferedBen Levinsky1-9/+11
2026-05-07RDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li2-1/+25
2026-05-07PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder1-2/+2
2026-05-07PCI: cadence: Use cdns_pcie_read_sz() for byte or word read accessAksh Garg1-31/+25
2026-05-07nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett1-1/+1
2026-05-07nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett1-0/+2
2026-05-07mtd: docg3: fix use-after-free in docg3_release()James Kim1-2/+1
2026-05-07mfd: stpmic1: Attempt system shutdown twice in case PMIC is confusedMarek Vasut1-2/+18
2026-05-07media: rockchip: rkcif: comply with minimum number of buffers requirementMichael Riesch1-22/+22
2026-05-07media: rockchip: rkcif: fix off by one bugsDan Carpenter1-5/+5
2026-05-07media: rc: igorplugusb: heed coherency rulesOliver Neukum1-5/+11
2026-05-07md/raid10: fix deadlock with check operation and nowait requestsJosh Hunt1-2/+2
2026-05-07ipmi:ssif: Clean up kthread on errorsCorey Minyard1-1/+12
2026-05-07media: i2c: imx219: Check return value of devm_gpiod_get_optional() in imx219...Chen Ni1-0/+3
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-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-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-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-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