Age | Commit message (Expand) | Author |
2024-06-04 | iommu: Return right value in iommu_sva_bind_device() | Lu Baolu |
2024-05-13 | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in... | Joerg Roedel |
2024-04-26 | iommu: Add ops->domain_alloc_sva() | Jason Gunthorpe |
2024-04-26 | iommu/dma: Centralise iommu_setup_dma_ops() | Robin Murphy |
2024-04-26 | iommu: Add ops->domain_alloc_sva() | Jason Gunthorpe |
2024-04-26 | iommu/vt-d: Remove private data use in fault message | Jingqi Liu |
2024-04-12 | iommu: Pass domain to remove_dev_pasid() op | Yi Liu |
2024-03-08 | Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel |
2024-03-06 | iommu: Add static iommu_ops->release_domain | Lu Baolu |
2024-03-01 | iommu: constify fwnode in iommu_ops_from_fwnode() | Krzysztof Kozlowski |
2024-03-01 | iommu: constify of_phandle_args in xlate | Krzysztof Kozlowski |
2024-02-23 | iommu/sva: Restore SVA handle sharing | Jason Gunthorpe |
2024-02-16 | iommu: Make iommu_report_device_fault() return void | Lu Baolu |
2024-02-16 | iommu: Make iopf_group_response() return void | Lu Baolu |
2024-02-16 | iommu: Track iopf group instead of last fault | Lu Baolu |
2024-02-16 | iommu: Improve iopf_queue_remove_device() | Lu Baolu |
2024-02-16 | iommu: Use refcount for fault data access | Lu Baolu |
2024-02-16 | iommu: Separate SVA and IOPF | Lu Baolu |
2024-02-16 | iommu: Make iommu_queue_iopf() more generic | Lu Baolu |
2024-02-16 | iommu: Prepare for separating SVA and IOPF | Lu Baolu |
2024-02-16 | iommu: Merge iommu_fault_event and iopf_fault | Lu Baolu |
2024-02-16 | iommu: Remove iommu_[un]register_device_fault_handler() | Lu Baolu |
2024-02-16 | iommu: Merge iopf_device_param into iommu_fault_param | Lu Baolu |
2024-02-16 | iommu: Cleanup iopf data structure definitions | Lu Baolu |
2024-02-16 | iommu: Remove unrecoverable fault data | Lu Baolu |
2024-02-16 | iommu: Move iommu fault data to linux/iommu.h | Lu Baolu |
2024-02-09 | iommu: Introduce iommu_group_mutex_assert() | Vasant Hegde |
2024-02-09 | iommu/amd: Introduce get_amd_iommu_from_dev() | Suravee Suthikulpanit |
2024-01-18 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-01-11 | iommu: Add iommu_copy_struct_from_user_array helper | Nicolin Chen |
2024-01-11 | iommu: Add cache_invalidate_user op | Lu Baolu |
2023-12-12 | iommu: Mark dev_iommu_priv_set() with a lockdep | Jason Gunthorpe |
2023-12-12 | iommu: Support mm PASID 1:n with sva domains | Tina Zhang |
2023-12-12 | mm: Add structure to keep sva information | Tina Zhang |
2023-12-12 | iommu: Add mm_get_enqcmd_pasid() helper function | Tina Zhang |
2023-12-12 | iommu: Change kconfig around IOMMU_SVA | Jason Gunthorpe |
2023-11-27 | Merge branch 'iommu/fixes' into core | Joerg Roedel |
2023-11-27 | iommu: Validate that devices match domains | Robin Murphy |
2023-11-27 | iommu: Avoid more races around device probe | Robin Murphy |
2023-11-09 | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-10-27 | Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ... | Joerg Roedel |
2023-10-26 | iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain | Jason Gunthorpe |
2023-10-26 | iommu: Add iommu_copy_struct_from_user helper | Nicolin Chen |
2023-10-26 | iommu: Pass in parent domain with user_data to domain_alloc_user op | Yi Liu |
2023-10-26 | iommu: Add IOMMU_DOMAIN_NESTED | Lu Baolu |
2023-10-24 | iommu: Add iommu_domain ops for dirty tracking | Joao Martins |
2023-10-16 | iommu: change iommu_map_sgtable to return signed values | Dan Carpenter |
2023-10-10 | iommu: Add new iommu op to create domains owned by userspace | Yi Liu |
2023-10-02 | iommu/dma: Allow a single FQ in addition to per-CPU FQs | Niklas Schnelle |
2023-10-02 | iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return | Niklas Schnelle |