summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)Author
2026-06-12iommufd: Set upper bounds on cache invalidation entry_num and entry_lenNicolin Chen
2026-06-08iommufd: Destroy the pages content after detaching from dmabufJason Gunthorpe
2026-06-08iommufd: Take dma_resv lock before dma_buf_unpin() in release pathAnkit Soni
2026-06-05iommufd: Avoid partial fault group delivery in iommufd_fault_fops_read()Nicolin Chen
2026-06-05iommufd: Break the loop on failure in iommufd_fault_fops_read()Nicolin Chen
2026-06-05iommufd: Reject invalid read count in iommufd_fault_fops_read()Nicolin Chen
2026-06-05iommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()Nicolin Chen
2026-06-05iommufd: Reject invalid read count in iommufd_veventq_fops_read()Nicolin Chen
2026-06-05iommufd: Rewind header length in done if iommufd_veventq_fops_read() failsNicolin Chen
2026-06-01iommufd: Set veventq_depth upper boundNicolin Chen
2026-06-01iommufd: Move vevent memory allocation outside spinlockNicolin Chen
2026-06-01iommufd: Fix data_len byte-count vs element-count mismatchNicolin Chen
2026-05-08iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq readKai Aizen
2026-04-16Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-15Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-11iommufd: Fix a race with concurrent allocation and unmapSina Hassani
2026-03-31iommufd/selftest: Remove MOCK_IOMMUPT_AMDV1 formatPranjal Shrivastava
2026-03-31iommufd: Fix return value of iommufd_fault_fops_write()Zhenzhong Duan
2026-03-25iommufd: update outdated comment for renamed iommufd_hw_pagetable_alloc()Kexin Sun
2026-03-17iommufd: Report ATS not supported status via IOMMU_GET_HW_INFOShameer Kolothum
2026-03-13iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}Thorsten Blum
2026-03-02iommufd: vfio compatibility extension check for noiommu modeJacob Pan
2026-03-02iommufd: Constify struct dma_buf_attach_opsChristophe JAILLET
2026-02-23iommufd: Add dma_buf_pin()Leon Romanovsky
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-01-28iommufd: Initialize batch->kind in batch_clear()Deepanshu Kartikey
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky
2026-01-19Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/nextAlex Williamson
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky
2026-01-10iommufd/selftest: Prevent module/builtin conflicts in kconfigJason Gunthorpe
2026-01-10iommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFERJason Gunthorpe
2025-12-16iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVEDJason Gunthorpe
2025-12-15iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP failsJason Gunthorpe
2025-12-15iommufd: Fix building without dmabufArnd Bergmann
2025-12-04Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe
2025-11-25iommufd/selftest: Add some tests for the dmabuf flowJason Gunthorpe
2025-11-25iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILEJason Gunthorpe
2025-11-25iommufd: Have iopt_map_file_pages convert the fd to a fileJason Gunthorpe
2025-11-25iommufd: Have pfn_reader process DMABUF iopt_pagesJason Gunthorpe
2025-11-25iommufd: Allow MMIO pages in a batchJason Gunthorpe
2025-11-25iommufd: Allow a DMABUF to be revokedJason Gunthorpe
2025-11-25iommufd: Do not map/unmap revoked DMABUFsJason Gunthorpe