Age | Commit message (Expand) | Author | Files | Lines |
2024-03-08 | Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 1 | -179/+158 |
2024-03-06 | iommu/vt-d: Remove scalabe mode in domain_context_clear_one() | Lu Baolu | 1 | -14/+1 |
2024-03-06 | iommu/vt-d: Remove scalable mode context entry setup from attach_dev | Lu Baolu | 1 | -112/+44 |
2024-03-06 | iommu/vt-d: Setup scalable mode context entry in probe path | Lu Baolu | 1 | -0/+12 |
2024-03-06 | iommu/vt-d: Fix NULL domain on device release | Lu Baolu | 1 | -25/+6 |
2024-03-01 | iommu/vt-d: Use device rbtree in iopf reporting path | Lu Baolu | 1 | -0/+3 |
2024-03-01 | iommu/vt-d: Use rbtree to track iommu probed devices | Lu Baolu | 1 | -2/+86 |
2024-03-01 | iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA | Lu Baolu | 1 | -4/+0 |
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 | 1 | -4/+3 |
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 | 1 | -3/+1 |
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 | 1 | -4/+14 |
2024-02-16 | iommu: Improve iopf_queue_remove_device() | Lu Baolu | 1 | -6/+1 |
2024-02-16 | iommu: Separate SVA and IOPF | Lu Baolu | 1 | -1/+0 |
2024-02-16 | iommu: Remove iommu_[un]register_device_fault_handler() | Lu Baolu | 1 | -17/+7 |
2024-01-03 | Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'... | Joerg Roedel | 1 | -217/+24 |
2023-12-19 | iommu/vt-d: Move inline helpers to header files | Lu Baolu | 1 | -192/+12 |
2023-12-19 | iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through() | Lu Baolu | 1 | -3/+2 |
2023-12-19 | iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly | Lu Baolu | 1 | -20/+10 |
2023-12-12 | iommu: Mark dev_iommu_priv_set() with a lockdep | Jason Gunthorpe | 1 | -2/+0 |
2023-11-27 | iommu/vt-d: Set variable intel_dirty_ops to static | Kunwu Chan | 1 | -2/+2 |
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: Support enforce_cache_coherency only for empty domains | Lu Baolu | 1 | -1/+4 |
2023-11-10 | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+13 |
2023-11-02 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+147 |
2023-10-27 | Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ... | Joerg Roedel | 1 | -6/+13 |
2023-10-26 | Merge tag 'v6.6-rc7' into core | Joerg Roedel | 1 | -16/+0 |
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 | 1 | -19/+20 |
2023-10-26 | iommu/vt-d: Make domain attach helpers to be extern | Yi Liu | 1 | -9/+6 |
2023-10-26 | iommu/vt-d: Enhance capability check for nested parent domain allocation | Yi Liu | 1 | -1/+1 |
2023-10-26 | iommu: Pass in parent domain with user_data to domain_alloc_user op | Yi Liu | 1 | -1/+6 |
2023-10-24 | iommu/vt-d: Access/Dirty bit support for SS domains | Joao Martins | 1 | -1/+102 |
2023-10-16 | iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid} | Jingqi Liu | 1 | -0/+7 |
2023-10-10 | iommu/vt-d: Add domain_alloc_user op | Yi Liu | 1 | -0/+28 |
2023-10-02 | iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return | Niklas Schnelle | 1 | -2/+3 |
2023-09-25 | iommu/vt-d: Avoid memory allocation in iommu_suspend() | Zhang Rui | 1 | -16/+0 |
2023-09-02 | Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -95/+149 |
2023-08-21 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '... | Joerg Roedel | 1 | -95/+149 |
2023-08-18 | iommu/vt-d: Implement hw_info for iommu capability query | Yi Liu | 1 | -0/+19 |
2023-08-09 | iommu/vt-d: Fix to convert mm pfn to dma pfn | Yanfei Xu | 1 | -9/+13 |
2023-08-09 | iommu/vt-d: Remove rmrr check in domain attaching device path | Lu Baolu | 1 | -58/+0 |