aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-02comedi: amplc_pc263: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: amplc_pc236: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: amplc_dio200: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: aio_iiro_16: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: aio_aio12_8: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: adq12b: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: 8255: Add some I/O base address sanity checksIan Abbott1-4/+6
2026-04-02comedi: add comedi_check_request_region()Ian Abbott1-11/+35
2026-04-02net: airoha: Set REG_RX_CPU_IDX() once in airoha_qdma_fill_rx_queue()Lorenzo Bianconi1-1/+2
2026-04-02misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probeXingjing Deng1-1/+3
2026-04-02misc: fastrpc: possible double-free of cctx->remote_heapXingjing Deng1-0/+1
2026-04-02comedi: dt2815: add hardware detection to prevent crashDeepanshu Kartikey1-0/+12
2026-04-02comedi: runflags cannot determine whether to reclaim chanlistEdward Adam Davis1-3/+5
2026-04-02comedi: Reinit dev->spinlock between attachments to low-level driversIan Abbott1-0/+8
2026-04-02comedi: me_daq: Fix potential overrun of firmware bufferIan Abbott1-16/+19
2026-04-02comedi: me4000: Fix potential overrun of firmware bufferIan Abbott1-4/+12
2026-04-02comedi: ni_atmio16d: Fix invalid clean-up after failed attachIan Abbott1-1/+2
2026-04-02gpib: fix use-after-free in IO ioctl handlersAdam Crosser2-23/+81
2026-04-02gpib: lpvo_usb: fix memory leak on disconnectJohan Hovold1-2/+2
2026-04-02gpib: Fix fluke driver s390 compile issueDave Penkler1-0/+1
2026-04-02Merge tag 'usb-serial-7.0-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman3-0/+8
2026-04-02drm/vc4: Protect madv read in vc4_gem_object_mmap() with madv_lockMaíra Canal1-0/+3
2026-04-02drm/vc4: Fix a memory leak in hang state error pathMaíra Canal1-8/+10
2026-04-02drm/vc4: Fix memory leak of BO array in hang stateMaíra Canal1-0/+1
2026-04-02drm/vc4: Release runtime PM reference after binding V3DMaíra Canal1-0/+1
2026-04-02s390/pkey: Add comment about synchronize_rcu() to pkey baseHarald Freudenberger1-0/+7
2026-04-02s390/hmcdrv: Remove commented out codeJori Koolstra1-113/+1
2026-04-02iommu/amd: Invalidate IRT cache for DMA aliasesMagnus Kalland1-5/+23
2026-04-02thermal: core: Fix thermal zone device registration error pathRafael J. Wysocki1-0/+1
2026-04-02usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-9/+10
2026-04-02usb: usbip: fix OOB read/write in usbip_pad_iso()Kelvin Mbogo1-0/+36
2026-04-02usb: usbip: validate iso frame actual_length in usbip_recv_iso()Kelvin Mbogo1-3/+12
2026-04-02usb: usbip: fix integer overflow in usbip_recv_iso()Kelvin Mbogo1-5/+15
2026-04-02usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin1-13/+1
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin4-54/+76
2026-04-02interconnect: debugfs: fix devm_kstrdup and kfree mismatchGui-Dong Han1-3/+6
2026-04-02usb: cdns3: gadget: fix state inconsistency on gadget init failureYongchao Wu1-0/+1
2026-04-02usb: dwc3: imx8mp: fix memory leak on probe failure pathXiaolei Wang1-1/+1
2026-04-02usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-02usb: ulpi: fix double free in ulpi_register_interface() error pathGuangshuo Li1-3/+2
2026-04-02usb: misc: usbio: Fix URB memory leak on submit failureFelix Gu1-2/+5
2026-04-02iommu/riscv: Remove overflows on the invalidation pathJason Gunthorpe1-5/+6
2026-04-02iommu/amd: Fix clone_alias() to use the original device's devidVasant Hegde1-3/+4
2026-04-02USB: core: add NO_LPM quirk for Razer Kiyo Pro webcamJP Hein1-0/+2
2026-04-02usb: cdns3: gadget: fix NULL pointer dereference in ep_queueYongchao Wu1-0/+3
2026-04-02iommu/vt-d: Remove the remaining pages along the invalidation pathJason Gunthorpe2-26/+19
2026-04-02iommu/vt-d: Pass size_order to qi_desc_piotlb() not npagesJason Gunthorpe2-14/+9
2026-04-02iommu/vt-d: Split piotlb invalidation into range and allJason Gunthorpe5-47/+39
2026-04-02iommu/vt-d: Remove dmar_writel() and dmar_writeq()Bjorn Helgaas6-30/+27
2026-04-02iommu/vt-d: Remove dmar_readl() and dmar_readq()Bjorn Helgaas7-48/+46