summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe
2023-12-12iommu: Mark dev_iommu_get() with lockdepJason Gunthorpe
2023-12-12iommu: Set owner token to SVA domainLu Baolu
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel
2023-11-27iommu: Retire bus opsRobin Murphy
2023-11-27iommu: Decouple iommu_domain_alloc() from bus opsRobin Murphy
2023-11-27iommu: Validate that devices match domainsRobin Murphy
2023-11-27iommu: Decouple iommu_present() from bus opsRobin Murphy
2023-11-27iommu: Factor out some helpersRobin Murphy
2023-11-27iommu: Avoid more races around device probeRobin Murphy
2023-11-27iommu: Flow ERR_PTR out from __iommu_domain_alloc()Jason Gunthorpe
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel
2023-10-27iommu: Avoid unnecessary cache invalidationsLu Baolu
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe
2023-10-06Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"Vasant Hegde
2023-10-05iommu: Fix return code in iommu_group_alloc_default_domain()Jason Gunthorpe
2023-10-05iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabledJason Gunthorpe
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle
2023-09-25iommu: Remove duplicate includeJiapeng Chong
2023-09-25iommu: Improve map/unmap sanity checksRobin Murphy
2023-09-25iommu: Retire map/unmap opsRobin Murphy
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe
2023-09-25iommu: Remove useless group refcountingJason Gunthorpe
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Add __iommu_group_domain_alloc()Jason Gunthorpe
2023-09-25iommu: Require a default_domain for all iommu driversJason Gunthorpe
2023-09-25iommu: Remove ops->set_platform_dma_ops()Jason Gunthorpe
2023-09-25iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe
2023-09-25iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()Jason Gunthorpe
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel
2023-08-14iommufd/selftest: Make the mock iommu driver into a real driverJason Gunthorpe
2023-08-09iommu: Prevent RESV_DIRECT devices from blocking domainsLu Baolu
2023-08-09iommu: Move global PASID allocation from SVA to coreJacob Pan
2023-08-07iommu: Remove kernel-doc warningsZhu Wang
2023-07-26iommu: Introduce a new iommu_group_replace_domain() APINicolin Chen
2023-07-26iommu: Export iommu_get_resv_regions()Jason Gunthorpe
2023-07-14iommu: Optimise PCI SAC address trickRobin Murphy
2023-07-14iommu: Avoid locking/unlocking for iommu_probe_device()Jason Gunthorpe
2023-07-14iommu: Split iommu_group_add_device()Jason Gunthorpe
2023-07-14iommu: Always destroy the iommu_group during iommu_release_device()Jason Gunthorpe
2023-07-14iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()Jason Gunthorpe
2023-07-14iommu: Add iommu_init/deinit_device() paired functionsJason Gunthorpe
2023-07-14iommu: Simplify the __iommu_group_remove_device() flowJason Gunthorpe
2023-07-14iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()Jason Gunthorpe
2023-07-14iommu: Use iommu_group_ref_get/put() for dev->iommu_groupJason Gunthorpe
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesJason Gunthorpe
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeJason Gunthorpe