summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-23mm/fake-numa: handle cases with no SRAT infoBruno Faccini1-1/+10
2026-01-23dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failureZhen Ni1-0/+1
2026-01-23phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe()Wentao Liang1-1/+1
2026-01-23phy: phy-rockchip-inno-usb2: Use dev_err_probe() in the probe pathDragan Simic1-17/+10
2026-01-23mm/fake-numa: allow later numa node hotplugBruno Faccini1-0/+86
2026-01-23HID: intel-ish-hid: Fix -Wcast-function-type-strict in devm_ishtp_alloc_workq...Nathan Chancellor1-2/+6
2026-01-23HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blockingZhang Lixu6-7/+45
2026-01-23dmaengine: ti: k3-udma: fix device leak on udma lookupJohan Hovold1-1/+1
2026-01-23dmaengine: ti: dma-crossbar: fix device leak on am335x route allocationJohan Hovold1-6/+10
2026-01-23dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocationJohan Hovold1-0/+2
2026-01-23dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2026-01-23dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold1-6/+12
2026-01-23dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das1-0/+5
2026-01-23dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()Miaoqian Lin1-2/+4
2026-01-23dmaengine: lpc32xx-dmamux: fix device leak on route allocationJohan Hovold1-5/+14
2026-01-23dmaengine: lpc18xx-dmamux: fix device leak on route allocationJohan Hovold1-5/+14
2026-01-23dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold1-4/+19
2026-01-23dmaengine: dw: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2026-01-23dmaengine: bcm-sba-raid: fix device leak on probeJohan Hovold1-1/+5
2026-01-23dmaengine: at_hdmac: fix device leak on of_dma_xlate()Johan Hovold1-2/+7
2026-01-23dmaengine: apple-admac: Add "apple,t8103-admac" compatibleJanne Grunau1-0/+1
2026-01-23drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()Haoxiang Li1-1/+3
2026-01-23drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panelMarek Vasut1-0/+1
2026-01-23drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepareLyude Paul1-0/+1
2026-01-23drm/amdkfd: fix a memory leak in device_queue_manager_init()Haoxiang Li1-8/+11
2026-01-23drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)1-0/+8
2026-01-23drm/amd/display: Bump the HDMI clock to 340MHzMario Limonciello2-2/+4
2026-01-23nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-23i2c: riic: Move suspend handling to NOIRQ phaseTommaso Merciai1-7/+39
2026-01-23tcpm: allow looking for role_sw device in the main nodeArnaud Ferraris1-1/+1
2026-01-23EDAC/i3200: Fix a resource leak in i3200_probe1()Haoxiang Li1-5/+6
2026-01-23EDAC/x38: Fix a resource leak in x38_probe1()Haoxiang Li1-3/+6
2026-01-23nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2026-01-23USB: serial: ftdi_sio: add support for PICAXE AXE027 cableEthan Nelson-Moore2-0/+3
2026-01-23USB: serial: option: add Telit LE910 MBIM compositionUlrich Mohr1-0/+1
2026-01-23USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen2-0/+2
2026-01-23usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptorJohannes BrĂ¼derl2-0/+8
2026-01-23usb: dwc3: Check for USB4 IP_NAMEThinh Nguyen2-0/+3
2026-01-23phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7Wayne Chang1-0/+3
2026-01-23phy: rockchip: inno-usb2: fix disconnection in gadget modeLouis Chauvet1-2/+4
2026-01-23phy: freescale: imx8m-pcie: assert phy reset during power onRafael Beims1-1/+2
2026-01-23phy: ti: gmii-sel: fix regmap leak on probe failureJohan Hovold1-1/+1
2026-01-23phy: rockchip: inno-usb2: fix communication disruption in gadget modeLuca Ceresoli1-2/+4
2026-01-23x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-6/+0
2026-01-23can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit.Ondrej Ille1-1/+1
2026-01-23can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-0/+2
2026-01-23null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff1-1/+11
2026-01-23scsi: core: Fix error handler encryption supportBrian Kao1-0/+24
2026-01-23drm/amd/display: mark static functions noinline_for_stackTzung-Bi Shih2-10/+10
2026-01-23HID: usbhid: paper over wrong bNumDescriptor fieldBenjamin Tissoires1-1/+16