summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)AuthorLines
2026-04-16Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+18
2026-04-15Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2026-04-11iommufd: Fix a race with concurrent allocation and unmapSina Hassani-0/+10
2026-03-31iommufd/selftest: Remove MOCK_IOMMUPT_AMDV1 formatPranjal Shrivastava-32/+0
2026-03-31iommufd: Fix return value of iommufd_fault_fops_write()Zhenzhong Duan-2/+3
2026-03-25iommufd: update outdated comment for renamed iommufd_hw_pagetable_alloc()Kexin Sun-1/+1
2026-03-17iommufd: Report ATS not supported status via IOMMU_GET_HW_INFOShameer Kolothum-0/+4
2026-03-13iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}Thorsten Blum-2/+2
2026-03-02iommufd: vfio compatibility extension check for noiommu modeJacob Pan-1/+1
2026-03-02iommufd: Constify struct dma_buf_attach_opsChristophe JAILLET-1/+1
2026-02-23iommufd: Add dma_buf_pin()Leon Romanovsky-1/+8
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-33/+33
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+26
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-7/+6
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann-5/+18
2026-01-28iommufd: Initialize batch->kind in batch_clear()Deepanshu Kartikey-0/+1
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky-1/+1
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky-1/+1
2026-01-19Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/nextAlex Williamson-7/+6
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky-7/+6
2026-01-10iommufd/selftest: Prevent module/builtin conflicts in kconfigJason Gunthorpe-1/+1
2026-01-10iommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFERJason Gunthorpe-0/+1
2025-12-16iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVEDJason Gunthorpe-1/+7
2025-12-15iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP failsJason Gunthorpe-2/+4
2025-12-15iommufd: Fix building without dmabufArnd Bergmann-1/+5
2025-12-04Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-70/+661
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-256/+182
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel-256/+182
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe-70/+661
2025-11-25iommufd/selftest: Add some tests for the dmabuf flowJason Gunthorpe-0/+167
2025-11-25iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILEJason Gunthorpe-19/+41
2025-11-25iommufd: Have iopt_map_file_pages convert the fd to a fileJason Gunthorpe-12/+13
2025-11-25iommufd: Have pfn_reader process DMABUF iopt_pagesJason Gunthorpe-7/+66
2025-11-25iommufd: Allow MMIO pages in a batchJason Gunthorpe-5/+24
2025-11-25iommufd: Allow a DMABUF to be revokedJason Gunthorpe-4/+135
2025-11-25iommufd: Do not map/unmap revoked DMABUFsJason Gunthorpe-21/+52
2025-11-25iommufd: Add DMABUF to iopt_pagesJason Gunthorpe-8/+169
2025-11-21iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-1/+3
2025-11-21iommufd/driver: Fix counter initialization for counted_by annotationGustavo A. R. Silva-1/+1
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe-9/+7
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe-255/+181
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen-1/+1
2025-10-20iommufd: Don't overflow during division for dirty trackingJason Gunthorpe-3/+2
2025-09-30iommufd: Register iommufd mock devices with fwspecGuixin Liu-1/+1
2025-09-19iommufd: WARN if an object is aborted with an elevated refcountJason Gunthorpe-3/+7
2025-09-19iommufd: Fix race during abort for file descriptorsJason Gunthorpe-10/+34
2025-09-19iommufd: Fix refcounting race during mmapJason Gunthorpe-6/+14
2025-08-18iommufd: viommu: free memory allocated by kvcalloc() using kvfree()Akhilesh Patil-2/+2
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-189/+1052