summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-07-14i2c: imx: fix locked bus on SMBus block-read of 0 (IRQ)Vincent Jardin
2026-07-14i2c: imx: fix locked bus on SMBus block-read of 0 (atomic)Vincent Jardin
2026-07-14iommufd: Move igroup allocation to a functionJason Gunthorpe
2026-07-14iommufd: Support a HWPT without an iommu driver for noiommuJason Gunthorpe
2026-07-14iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICENicolin Chen
2026-07-14iommufd/viommu: Publish a vDEVICE only after vdevice_init() succeedsNicolin Chen
2026-07-14iommufd/viommu: Release the igroup lock on the vdevice_size error pathNicolin Chen
2026-07-14iommufd: Simplify iommufd_device_remove_vdev()Jason Gunthorpe
2026-07-14drm/xe/pf: Disable display in admin only PF modeSatyanarayana K V P
2026-07-14Merge drm/drm-next into drm-xe-nextRodrigo Vivi
2026-07-14drm/xe/display: Do not allocate into stolen for new framebuffers.Maarten Lankhorst
2026-07-14soundwire: intel_auxdevice: Add cs42l44 to wake_capable_listCharles Keepax
2026-07-14soundwire: qcom: add SCP address paging supportJorijn van der Graaf
2026-07-14soundwire: dmi-quirks: add a global ghost listBard Liao
2026-07-14drm/i915/display: Fix NV12 ceiling division for bigjoiner caseVidya Srinivas
2026-07-14drm/xe: Fix DPT allocation paths.Maarten Lankhorst
2026-07-14pmdomain: imx: Make IMX8M/IMX9 BLK_CTRL tristateZhipeng Wang
2026-07-14drm/i915: Print the phys_base in addition to the dma_addr for the BIOS FBVille Syrjälä
2026-07-14drm/i915: Fix BIOS FB memory region name debug printsVille Syrjälä
2026-07-14drm/xe: s/bar2/lmembar/Ville Syrjälä
2026-07-14drm/xe: Check the PTE local memory bit for initial FB in stolenVille Syrjälä
2026-07-14drm/xe: Abstract the initial FB PTE checks a bitVille Syrjälä
2026-07-14drm/xe: Print a debug message if we have no stolen for the initial FBVille Syrjälä
2026-07-14drm/xe: Do the initial FB size alignment earlierVille Syrjälä
2026-07-14drm/i915: Use drm_dbg_kms() for initial FB debugsVille Syrjälä
2026-07-14drm/i915: Throw away the BIOS fb if has the wrong depth/bppVille Syrjälä
2026-07-14drm/i915/fbdev: Extract bios_fb_ok()Ville Syrjälä
2026-07-14drm/i915: Disable the plane if initial plane config readout failedVille Syrjälä
2026-07-14iommufd: Fix grammar and spelling in commentsxiongweimin
2026-07-14iommu: Fix dev_iommu memory leak when device_add fails in iommu_mock_device_addPeiyang He
2026-07-14IB/rdmavt: use kzalloc() to allocate QPN-map pagesMike Rapoport (Microsoft)
2026-07-14IB/mthca: allocate mthca_array memory with kzalloc()Mike Rapoport (Microsoft)
2026-07-14IB/mthca: mthca_reg_user_mr(): use kmalloc() to allocate addresses arrayMike Rapoport (Microsoft)
2026-07-14RDMA/mlx5: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-07-14RDMA/umem: ib_umem_get(): use kmalloc() to allocate page arrayMike Rapoport (Microsoft)
2026-07-14dmaengine: dw-edma: Remove struct dw_edma_chunkFrank Li
2026-07-14dmaengine: dw-edma: Use burst array instead of linked listFrank Li
2026-07-14dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMAFrank Li
2026-07-14dmaengine: dw-edma: Add non_ll_start() callbackFrank Li
2026-07-14dmaengine: dw-edma: Add callbacks to fill link list entriesFrank Li
2026-07-14dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()Frank Li
2026-07-14dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirectionFrank Li
2026-07-14dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edm...Frank Li
2026-07-14dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunkFrank Li
2026-07-14dmaengine: dw-edma: Move control field update of DMA link to the last stepFrank Li
2026-07-14spi: cadence-quadspi: Fix indirect write timeout when DMA read mode is enabledSrikanth Boyapally
2026-07-14spi: altera: Simplify with dev_err_probe()Krzysztof Kozlowski
2026-07-14spi: atmel-quadspi: Simplify with dev_err_probe()Krzysztof Kozlowski
2026-07-14spi: atmel-quadspi: Simplify probe() with local 'dev' variableKrzysztof Kozlowski
2026-07-14dmaengine: fsl-edma: Add error handling for devm_kasprintfGriffin Kroah-Hartman