index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...
Joerg Roedel
1
-206
/
+249
2023-10-27
iommu: Avoid unnecessary cache invalidations
Lu Baolu
1
-1
/
+2
2023-10-26
iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
Jason Gunthorpe
1
-0
/
+2
2023-10-06
Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"
Vasant Hegde
1
-19
/
+1
2023-10-05
iommu: Fix return code in iommu_group_alloc_default_domain()
Jason Gunthorpe
1
-1
/
+1
2023-10-05
iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabled
Jason Gunthorpe
1
-0
/
+12
2023-10-02
iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
Niklas Schnelle
1
-4
/
+16
2023-09-25
iommu: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2023-09-25
iommu: Improve map/unmap sanity checks
Robin Murphy
1
-5
/
+5
2023-09-25
iommu: Retire map/unmap ops
Robin Murphy
1
-47
/
+13
2023-09-25
iommu: Add generic_single_device_group()
Jason Gunthorpe
1
-1
/
+27
2023-09-25
iommu: Remove useless group refcounting
Jason Gunthorpe
1
-36
/
+21
2023-09-25
iommu: Add ops->domain_alloc_paging()
Jason Gunthorpe
1
-3
/
+14
2023-09-25
iommu: Add __iommu_group_domain_alloc()
Jason Gunthorpe
1
-30
/
+29
2023-09-25
iommu: Require a default_domain for all iommu drivers
Jason Gunthorpe
1
-15
/
+7
2023-09-25
iommu: Remove ops->set_platform_dma_ops()
Jason Gunthorpe
1
-25
/
+5
2023-09-25
iommu: Allow an IDENTITY domain as the default_domain in ARM32
Jason Gunthorpe
1
-1
/
+20
2023-09-25
iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
Jason Gunthorpe
1
-37
/
+78
2023-09-25
iommu: Add IOMMU_DOMAIN_PLATFORM
Jason Gunthorpe
1
-0
/
+13
2023-09-25
iommu: Add iommu_ops->identity_domain
Jason Gunthorpe
1
-1
/
+5
2023-09-01
Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-212
/
+271
2023-08-21
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
1
-212
/
+271
2023-08-14
iommufd/selftest: Make the mock iommu driver into a real driver
Jason Gunthorpe
1
-0
/
+43
2023-08-09
iommu: Prevent RESV_DIRECT devices from blocking domains
Lu Baolu
1
-10
/
+27
2023-08-09
iommu: Move global PASID allocation from SVA to core
Jacob Pan
1
-0
/
+28
2023-08-07
iommu: Remove kernel-doc warnings
Zhu Wang
1
-2
/
+2
2023-07-26
iommu: Introduce a new iommu_group_replace_domain() API
Nicolin Chen
1
-0
/
+27
2023-07-26
iommu: Export iommu_get_resv_regions()
Jason Gunthorpe
1
-1
/
+10
2023-07-14
iommu: Optimise PCI SAC address trick
Robin Murphy
1
-0
/
+3
2023-07-14
iommu: Avoid locking/unlocking for iommu_probe_device()
Jason Gunthorpe
1
-43
/
+35
2023-07-14
iommu: Split iommu_group_add_device()
Jason Gunthorpe
1
-23
/
+43
2023-07-14
iommu: Always destroy the iommu_group during iommu_release_device()
Jason Gunthorpe
1
-6
/
+6
2023-07-14
iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()
Jason Gunthorpe
1
-4
/
+9
2023-07-14
iommu: Add iommu_init/deinit_device() paired functions
Jason Gunthorpe
1
-79
/
+112
2023-07-14
iommu: Simplify the __iommu_group_remove_device() flow
Jason Gunthorpe
1
-44
/
+39
2023-07-14
iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()
Jason Gunthorpe
1
-41
/
+9
2023-07-14
iommu: Use iommu_group_ref_get/put() for dev->iommu_group
Jason Gunthorpe
1
-3
/
+2
2023-07-14
iommu: Have __iommu_probe_device() check for already probed devices
Jason Gunthorpe
1
-10
/
+9
2023-07-14
iommu: Fix crash during syfs iommu_groups/N/type
Jason Gunthorpe
1
-13
/
+14
2023-06-29
Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-344
/
+350
2023-06-19
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
1
-1
/
+1
2023-05-23
iommu: Tidy the control flow in iommu_group_store_type()
Jason Gunthorpe
1
-12
/
+15
2023-05-23
iommu: Remove __iommu_group_for_each_dev()
Jason Gunthorpe
1
-28
/
+25
2023-05-23
iommu: Allow IOMMU_RESV_DIRECT to work on ARM
Jason Gunthorpe
1
-2
/
+31
2023-05-23
iommu: Consolidate the default_domain setup to one function
Jason Gunthorpe
1
-113
/
+89
2023-05-23
iommu: Revise iommu_group_alloc_default_domain()
Jason Gunthorpe
1
-34
/
+37
2023-05-23
iommu: Consolidate the code to calculate the target default domain type
Jason Gunthorpe
1
-53
/
+35
2023-05-23
iommu: Remove the assignment of group->domain during default domain alloc
Jason Gunthorpe
1
-4
/
+0
2023-05-23
iommu: Do iommu_group_create_direct_mappings() before attach
Jason Gunthorpe
1
-3
/
+5
2023-05-23
iommu: Fix iommu_probe_device() to attach the right domain
Jason Gunthorpe
1
-20
/
+24
[next]