aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds11-87/+510
2026-08-13iommufd: Fix UAF in selftest IOPF reportingPeiyang He1-1/+30
2026-08-13iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when racing with iopt_map_file_pagesPeiyang He1-0/+4
2026-08-11Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm/msm', 'rockchip', 'ti/omap', 'riscv', 'intel/vt-d', 'amd/amd-vi', 'core' and 'typos' into nextJoerg Roedel2-2/+4
2026-08-10iommufd: Release current IOAS on xa_store() failureShuai Xue1-0/+2
2026-08-10iommufd: Avoid locking internal accesses during unmapShuai Xue1-2/+2
2026-07-26iommu/iommufd: Fix IOPF group ownership UAFPeiyang He1-0/+2
2026-07-14iommufd: Add an ioctl to query PA from IOVA for noiommu modeJacob Pan4-0/+135
2026-07-14iommufd: Allow binding to a noiommu deviceJason Gunthorpe1-40/+118
2026-07-14iommufd: Move igroup allocation to a functionJason Gunthorpe1-16/+27
2026-07-14iommufd: Support a HWPT without an iommu driver for noiommuJason Gunthorpe7-6/+158
2026-07-14iommufd/viommu: Publish a vDEVICE only after vdevice_init() succeedsNicolin Chen1-5/+15
2026-07-14iommufd/viommu: Release the igroup lock on the vdevice_size error pathNicolin Chen1-1/+1
2026-07-14iommufd: Simplify iommufd_device_remove_vdev()Jason Gunthorpe3-18/+24
2026-07-14iommufd: Fix grammar and spelling in commentsxiongweimin2-4/+4
2026-07-13iommufd: Reject DMABUF pages from the access pin pathPeiyang He1-0/+3
2026-07-13iommufd: Fix wrong hwpt passed to iommufd_auto_response_faults on replacePeiyang He1-1/+1
2026-07-13iommufd/selftest: Fix dmabuf leak in iommufd_test_dmabuf_get()yeeli1-1/+6
2026-07-13iommufd/selftest: Avoid selftest dirty bitmap size wrapSamuel Moelius1-1/+4
2026-06-12iommufd: Set upper bounds on cache invalidation entry_num and entry_lenNicolin Chen1-1/+10
2026-06-08iommufd: Destroy the pages content after detaching from dmabufJason Gunthorpe1-4/+4
2026-06-08iommufd: Take dma_resv lock before dma_buf_unpin() in release pathAnkit Soni1-0/+2
2026-06-05iommufd: Avoid partial fault group delivery in iommufd_fault_fops_read()Nicolin Chen1-2/+5
2026-06-05iommufd: Break the loop on failure in iommufd_fault_fops_read()Nicolin Chen1-0/+2
2026-06-05iommufd: Reject invalid read count in iommufd_fault_fops_read()Nicolin Chen1-0/+3
2026-06-05iommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()Nicolin Chen1-1/+9
2026-06-05iommufd: Reject invalid read count in iommufd_veventq_fops_read()Nicolin Chen1-0/+6
2026-06-05iommufd: Rewind header length in done if iommufd_veventq_fops_read() failsNicolin Chen1-0/+1
2026-06-01iommufd: Set veventq_depth upper boundNicolin Chen1-1/+4
2026-06-01iommufd: Move vevent memory allocation outside spinlockNicolin Chen1-5/+8
2026-06-01iommufd: Fix data_len byte-count vs element-count mismatchNicolin Chen1-1/+1
2026-05-08iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq readKai Aizen1-1/+1
2026-04-16Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds7-39/+18
2026-04-15Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-0/+4
2026-04-11iommufd: Fix a race with concurrent allocation and unmapSina Hassani1-0/+10
2026-03-31iommufd/selftest: Remove MOCK_IOMMUPT_AMDV1 formatPranjal Shrivastava2-32/+0
2026-03-31iommufd: Fix return value of iommufd_fault_fops_write()Zhenzhong Duan1-2/+3
2026-03-25iommufd: update outdated comment for renamed iommufd_hw_pagetable_alloc()Kexin Sun1-1/+1
2026-03-17iommufd: Report ATS not supported status via IOMMU_GET_HW_INFOShameer Kolothum1-0/+4
2026-03-13iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}Thorsten Blum1-2/+2
2026-03-02iommufd: vfio compatibility extension check for noiommu modeJacob Pan1-1/+1
2026-03-02iommufd: Constify struct dma_buf_attach_opsChristophe JAILLET1-1/+1
2026-02-23iommufd: Add dma_buf_pin()Leon Romanovsky1-1/+8
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard12-33/+33
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-26/+26
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-7/+6
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-5/+18
2026-01-28iommufd: Initialize batch->kind in batch_clear()Deepanshu Kartikey1-0/+1
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky1-1/+1