summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
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
2023-10-26iommu/vt-d: Disallow read-only mappings to nest parent domainLu Baolu
2023-10-26iommu/vt-d: Add nested domain allocationLu Baolu
2023-10-26iommu/vt-d: Set the nested domain to a deviceYi Liu
2023-10-26iommu/vt-d: Make domain attach helpers to be externYi Liu
2023-10-26iommu/vt-d: Add helper to setup pasid nested translationLu Baolu
2023-10-26iommu/vt-d: Add helper for nested domain allocationLu Baolu
2023-10-26iommu/vt-d: Extend dmar_domain to support nested domainLu Baolu
2023-10-26iommu/vt-d: Enhance capability check for nested parent domain allocationYi Liu
2023-10-26iommufd/selftest: Add nested domain allocation for mock domainNicolin Chen
2023-10-26iommufd: Add a nested HW pagetable objectNicolin Chen
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu
2023-10-26iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTEDNicolin Chen
2023-10-26iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetableNicolin Chen
2023-10-26iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurationsJason Gunthorpe
2023-10-26iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGINGJason Gunthorpe
2023-10-25Revert "iommu/vt-d: Remove unused function"Lu Baolu
2023-10-24iommufd: Only enforce cache coherency in iommufd_hw_pagetable_allocNicolin Chen
2023-10-24iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flagJoao Martins
2023-10-24iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFOJoao Martins
2023-10-24iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins
2023-10-24iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins