summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2023-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-01iommu: Fix printk arg in of_iommu_get_resv_regions()Daniel Mentz
2023-11-29iommufd: Do not UAF during iommufd_put_object()Jason Gunthorpe
2023-11-29iommufd: Add iommufd_ctx to iommufd_put_object()Jason Gunthorpe
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel
2023-11-27iommu/apple-dart: Use readl instead of readl_relaxed for consistencySven Peter
2023-11-27iommu/apple-dart: Add support for t8103 USB4 DARTSven Peter
2023-11-27iommu/apple-dart: Write to all DART_T8020_STREAM_SELECTSven Peter
2023-11-27iommu: Extend LPAE page table format to support custom allocatorsBoris Brezillon
2023-11-27iommu: Allow passing custom allocators to pgtable driversBoris Brezillon
2023-11-27iommu/vt-d: Set variable intel_dirty_ops to staticKunwu Chan
2023-11-27iommu/vt-d: Fix incorrect cache invalidation for mm notificationLu Baolu
2023-11-27iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan
2023-11-27iommu/vt-d: Make context clearing consistent with context mappingLu Baolu
2023-11-27iommu/vt-d: Disable PCI ATS in legacy passthrough modeLu Baolu
2023-11-27iommu/vt-d: Omit devTLB invalidation requests when TES=0Lu Baolu
2023-11-27iommu/vt-d: Support enforce_cache_coherency only for empty domainsLu Baolu
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy
2023-11-27iommu: Retire bus opsRobin Murphy
2023-11-27iommu/arm-smmu: Don't register fwnode for legacy bindingRobin 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/virtio: Add ops->flush_iotlb_all and enable deferred flushNiklas Schnelle
2023-11-27iommu/virtio: Make use of ops->iotlb_sync_mapNiklas Schnelle
2023-11-27iommu/amd: Set variable amd_dirty_ops to staticKunwu Chan
2023-11-27iommu: Avoid more races around device probeRobin Murphy
2023-11-27iommu: Flow ERR_PTR out from __iommu_domain_alloc()Jason Gunthorpe
2023-11-27iommu: Map reserved memory as cacheable if device is coherentLaurentiu Tudor
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30iommufd: Organize the mock domain alloc functions closer to Joerg's treeJason Gunthorpe
2023-10-30iommufd/selftest: Fix page-size check in iommufd_test_dirty()Joao Martins
2023-10-30iommufd: Add iopt_area_alloc()Jason Gunthorpe
2023-10-30iommufd: Fix missing update of domains_itree after splitting iopt_areaKoichiro Den
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-26Merge tag 'v6.6-rc7' into coreJoerg Roedel
2023-10-26iommu/dart: Remove the force_bypass variableJason Gunthorpe
2023-10-26iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()Jason Gunthorpe
2023-10-26iommu/dart: Convert to domain_alloc_paging()Jason Gunthorpe
2023-10-26iommu/dart: Move the blocked domain support to a global staticJason Gunthorpe
2023-10-26iommu/dart: Use static global identity domainsJason Gunthorpe
2023-10-26iommufd: Convert to alloc_domain_paging()Jason Gunthorpe
2023-10-26iommu/vt-d: Use ops->blocked_domainJason Gunthorpe
2023-10-26iommu/vt-d: Update the definition of the blocking domainJason Gunthorpe
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe