summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-02dmaengine: idxd: Fix freeing the allocated ida too lateVinicius Costa Gomes1-4/+4
2026-04-02dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2026-04-02dmaengine: xilinx_dma: Fix reset related timeout with two-channel AXIDMATomi Valkeinen1-8/+1
2026-04-02dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtractionMarek Vasut1-6/+6
2026-04-02dmaengine: xilinx: xilinx_dma: Fix residue calculation for cyclic DMAMarek Vasut1-1/+22
2026-04-02dmaengine: xilinx: xilinx_dma: Fix dma_device directionsMarek Vasut1-1/+1
2026-04-02dmaengine: xilinx: xdma: Fix regmap init error handlingAlexander Stein1-2/+2
2026-04-02dmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_B...LUO Haowen1-3/+3
2026-04-02phy: ti: j721e-wiz: Fix device node reference leak in wiz_get_lane_phy_types()Felix Gu1-0/+2
2026-04-02dmaengine: idxd: Fix memory leak when a wq is resetVinicius Costa Gomes1-2/+1
2026-04-02dmaengine: idxd: Fix not releasing workqueue on .release()Vinicius Costa Gomes1-0/+1
2026-04-02nvme: fix admin queue leak on controller resetMing Lei1-0/+7
2026-04-02mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D modePratyush Yadav1-1/+68
2026-04-02mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D modePratyush Yadav1-1/+75
2026-04-02dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlockClaudiu Beznea1-5/+4
2026-04-02dmaengine: sh: rz-dmac: Protect the driver specific listsClaudiu Beznea1-25/+32
2026-04-02irqchip/qcom-mpm: Add missing mailbox TX done acknowledgmentJassi Brar1-0/+3
2026-04-02net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
2026-04-02scsi: ses: Handle positive SCSI error from ses_recv_diag()Greg Kroah-Hartman1-1/+1
2026-04-02scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()Tyllis Xu1-1/+2
2026-04-02virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...xietangxin1-0/+1
2026-04-02media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutexYuchan Nam2-2/+8
2026-04-02hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()Sanman Pradhan1-1/+1
2026-04-02hwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute tempe...Sanman Pradhan1-1/+1
2026-04-02hwmon: (pmbus/isl68137) Add mutex protection for AVS enable sysfs attributesSanman Pradhan1-3/+18
2026-04-02platform/x86: ISST: Correct locked bit widthSrinivas Pandruvada1-1/+1
2026-04-02cpufreq: conservative: Reset requested_freq on limits changeViresh Kumar3-0/+16
2026-04-02spi: spi-fsl-lpspi: fix teardown order issue (UAF)Marc Kleine-Budde1-1/+2
2026-04-02hwmon: (adm1177) fix sysfs ABI violation and current unit conversionSanman Pradhan1-23/+31
2026-04-02drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ibSrinivasan Shanmugam1-2/+2
2026-04-02ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()Weiming Shi1-0/+2
2026-04-02spi: sn-f-ospi: Fix resource leak in f_ospi_probe()Felix Gu1-12/+5
2026-04-02drm/i915/gmbus: fix spurious timeout on 512-byte burst readsSamasth Norway Ananda1-1/+3
2026-04-02scsi: scsi_transport_sas: Fix the maximum channel scanning issueYihang Li1-1/+1
2026-04-02RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova1-7/+10
2026-04-02RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal1-1/+2
2026-04-02RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova1-2/+0
2026-04-02RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera1-6/+6
2026-04-02RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova1-2/+0
2026-04-02RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova1-0/+2
2026-04-02RDMA/irdma: Initialize free_qp completion before using itJacob Moroni1-1/+1
2026-04-02RDMA/rw: Fall back to direct SGE on MR pool exhaustionChuck Lever1-3/+18
2026-04-02regmap: Synchronize cache for the page selectorAndy Shevchenko1-4/+26
2026-04-02net: macb: use the current queue number for statsPaolo Valerio1-1/+1
2026-04-02Bluetooth: btusb: clamp SCO altsetting table indicesPengpeng Hou1-1/+4
2026-04-02Bluetooth: btintel: serialize btintel_hw_error() with hci_req_sync_lockCen Zhang1-3/+8
2026-04-02net: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang1-0/+2
2026-04-02ice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
2026-04-02platform/olpc: olpc-xo175-ec: Fix overflow error message to print inlenAlok Tiwari1-1/+1
2026-04-02ionic: fix persistent MAC address override on PFMohammad Heib1-6/+11