Age | Commit message (Expand) | Author | Files | Lines |
2024-02-21 | iommu/vt-d: Fix constant-out-of-range warning | Arnd Bergmann | 1 | -1/+1 |
2024-02-21 | iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking | Yi Liu | 1 | -0/+2 |
2024-02-21 | iommu/vt-d: Add missing dirty tracking set for parent domain | Yi Liu | 1 | -0/+35 |
2024-02-21 | iommu/vt-d: Wrap the dirty tracking loop to be a helper | Yi Liu | 1 | -11/+24 |
2024-02-21 | iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking() | Yi Liu | 3 | -7/+4 |
2024-02-21 | iommu/vt-d: Add missing device iotlb flush for parent domain | Yi Liu | 1 | -0/+18 |
2024-02-21 | iommu/vt-d: Update iotlb in nested domain attach | Yi Liu | 3 | -3/+4 |
2024-02-21 | iommu/vt-d: Add missing iotlb flush for parent domain | Yi Liu | 1 | -0/+31 |
2024-02-21 | iommu/vt-d: Add __iommu_flush_iotlb_psi() | Yi Liu | 1 | -35/+43 |
2024-02-21 | iommu/vt-d: Track nested domains in parent | Yi Liu | 3 | -5/+31 |
2024-01-19 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+88 |
2024-01-19 | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -532/+422 |
2024-01-11 | iommu/vt-d: Add iotlb flush for nested domain | Lu Baolu | 1 | -0/+88 |
2024-01-09 | Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2024-01-03 | Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'... | Joerg Roedel | 6 | -532/+422 |
2023-12-19 | iommu/vt-d: Move inline helpers to header files | Lu Baolu | 4 | -405/+400 |
2023-12-19 | iommu/vt-d: Remove unused vcmd interfaces | Lu Baolu | 4 | -75/+0 |
2023-12-19 | iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through() | Lu Baolu | 3 | -5/+2 |
2023-12-19 | iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly | Lu Baolu | 3 | -38/+13 |
2023-12-12 | iommu: Mark dev_iommu_priv_set() with a lockdep | Jason Gunthorpe | 1 | -2/+0 |
2023-12-12 | iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm() | Tina Zhang | 1 | -7/+7 |
2023-11-27 | iommu/vt-d: Set variable intel_dirty_ops to static | Kunwu Chan | 1 | -2/+2 |
2023-11-27 | iommu/vt-d: Fix incorrect cache invalidation for mm notification | Lu Baolu | 1 | -0/+26 |
2023-11-27 | iommu/vt-d: Add MTL to quirk list to skip TE disabling | Abdul Halim, Mohd Syazwan | 1 | -1/+1 |
2023-11-27 | iommu/vt-d: Make context clearing consistent with context mapping | Lu Baolu | 1 | -2/+2 |
2023-11-27 | iommu/vt-d: Disable PCI ATS in legacy passthrough mode | Lu Baolu | 1 | -1/+2 |
2023-11-27 | iommu/vt-d: Omit devTLB invalidation requests when TES=0 | Lu Baolu | 1 | -0/+18 |
2023-11-27 | iommu/vt-d: Support enforce_cache_coherency only for empty domains | Lu Baolu | 2 | -1/+7 |
2023-11-21 | x86/apic: Drop apic::delivery_mode | Andrew Cooper | 1 | -1/+1 |
2023-11-10 | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -47/+201 |
2023-11-02 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -16/+551 |
2023-11-02 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-10-27 | Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ... | Joerg Roedel | 3 | -47/+201 |
2023-10-26 | Merge tag 'v6.6-rc7' into core | Joerg Roedel | 2 | -17/+1 |
2023-10-26 | iommu/vt-d: Use ops->blocked_domain | Jason Gunthorpe | 1 | -2/+1 |
2023-10-26 | iommu/vt-d: Update the definition of the blocking domain | Jason Gunthorpe | 1 | -2/+2 |
2023-10-26 | iommu/vt-d: Disallow read-only mappings to nest parent domain | Lu Baolu | 1 | -0/+6 |
2023-10-26 | iommu/vt-d: Add nested domain allocation | Lu Baolu | 3 | -20/+23 |
2023-10-26 | iommu/vt-d: Set the nested domain to a device | Yi Liu | 1 | -0/+54 |
2023-10-26 | iommu/vt-d: Make domain attach helpers to be extern | Yi Liu | 2 | -9/+13 |
2023-10-26 | iommu/vt-d: Add helper to setup pasid nested translation | Lu Baolu | 2 | -0/+114 |
2023-10-26 | iommu/vt-d: Add helper for nested domain allocation | Lu Baolu | 3 | -1/+65 |
2023-10-26 | iommu/vt-d: Extend dmar_domain to support nested domain | Lu Baolu | 1 | -6/+30 |
2023-10-26 | iommu/vt-d: Enhance capability check for nested parent domain allocation | Yi Liu | 2 | -1/+3 |
2023-10-26 | iommu: Pass in parent domain with user_data to domain_alloc_user op | Yi Liu | 1 | -1/+6 |
2023-10-25 | Revert "iommu/vt-d: Remove unused function" | Lu Baolu | 1 | -0/+9 |
2023-10-24 | iommu/vt-d: Access/Dirty bit support for SS domains | Joao Martins | 5 | -1/+232 |
2023-10-16 | iommu/vt-d: debugfs: Support dumping a specified page table | Jingqi Liu | 1 | -34/+119 |
2023-10-16 | iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid} | Jingqi Liu | 3 | -5/+69 |
2023-10-16 | iommu/vt-d: debugfs: Dump entry pointing to huge page | Jingqi Liu | 1 | -3/+8 |