Age | Commit message (Expand) | Author | Files | Lines |
2022-04-28 | iommu: Introduce the domain op enforce_cache_coherency() | Jason Gunthorpe | 1 | -0/+7 |
2022-04-28 | iommu/amd: Indicate whether DMA remap support is enabled | Mario Limonciello | 1 | -0/+2 |
2022-04-28 | iommu/amd: Enable swiotlb in all cases | Mario Limonciello | 1 | -7/+0 |
2022-03-08 | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -11/+12 |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu | 1 | -9/+11 |
2022-02-28 | iommu: Remove unused argument in is_attach_deferred | Lu Baolu | 1 | -2/+1 |
2022-02-14 | iommu/amd: Recover from event log overflow | Lennert Buytenhek | 1 | -2/+8 |
2021-11-04 | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+21 |
2021-10-04 | treewide: Replace the use of mem_encrypt_active() with cc_platform_has() | Tom Lendacky | 1 | -1/+2 |
2021-09-29 | iommu/amd: Use report_iommu_fault() | Lennert Buytenhek | 1 | -0/+21 |
2021-08-20 | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -45/+106 |
2021-08-18 | iommu/amd: Prepare for multiple DMA domain types | Robin Murphy | 1 | -7/+2 |
2021-08-18 | iommu/amd: Drop IOVA cookie management | Robin Murphy | 1 | -12/+0 |
2021-08-02 | Merge remote-tracking branch 'korg/core' into x86/amd | Joerg Roedel | 1 | -6/+0 |
2021-08-02 | iommu/amd: Use only natural aligned flushes in a VM | Nadav Amit | 1 | -5/+42 |
2021-08-02 | iommu/amd: Sync once for scatter-gather operations | Nadav Amit | 1 | -3/+12 |
2021-08-02 | iommu/amd: Tailored gather logic for AMD | Nadav Amit | 1 | -1/+22 |
2021-08-02 | iommu/amd: Selective flush on unmap | Nadav Amit | 1 | -2/+13 |
2021-07-26 | iommu/amd: Fix printing of IOMMU events when rate limiting kicks in | Lennert Buytenhek | 1 | -11/+17 |
2021-07-26 | iommu/amd: Add support for IOMMU default DMA mode build options | Zhen Lei | 1 | -6/+0 |
2021-06-25 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 1 | -19/+14 |
2021-06-25 | iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops() | Jean-Philippe Brucker | 1 | -1/+1 |
2021-06-07 | iommu/amd: Remove redundant assignment of err | Shaokun Zhang | 1 | -1/+1 |
2021-06-07 | iommu/amd: Tidy up DMA ops init | Robin Murphy | 1 | -18/+13 |
2021-05-18 | iommu/amd: Fix wrong parentheses on page-specific invalidations | Nadav Amit | 1 | -1/+1 |
2021-05-18 | iommu/amd: Clear DMA ops when switching domain | Jean-Philippe Brucker | 1 | -0/+2 |
2021-04-16 | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 1 | -154/+47 |
2021-04-15 | iommu/amd: Remove duplicate check of devid | Shaokun Zhang | 1 | -8/+1 |
2021-04-08 | iommu/amd: Page-specific invalidations for more than one page | Nadav Amit | 1 | -34/+42 |
2021-04-07 | iommu/amd: Remove the unused amd_iommu_get_v2_domain function | Christoph Hellwig | 1 | -34/+0 |
2021-04-07 | iommu/amd: Remove the unused device errata code | Christoph Hellwig | 1 | -53/+3 |
2021-04-07 | iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE | Robin Murphy | 1 | -22/+1 |
2021-04-07 | iommu/amd: Remove duplicate check of pasids | Qi Liu | 1 | -3/+0 |
2021-01-28 | iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page table | Suravee Suthikulpanit | 1 | -12/+36 |
2021-01-28 | iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_page | Suravee Suthikulpanit | 1 | -5/+8 |
2021-01-28 | iommu/amd: Introduce iommu_v1_iova_to_phys | Suravee Suthikulpanit | 1 | -15/+1 |
2021-01-28 | iommu/amd: Refactor fetch_pte to use struct amd_io_pgtable | Suravee Suthikulpanit | 1 | -1/+3 |
2021-01-28 | iommu/amd: Remove amd_iommu_domain_get_pgtable | Suravee Suthikulpanit | 1 | -29/+5 |
2021-01-28 | iommu/amd: Restructure code for freeing page table | Suravee Suthikulpanit | 1 | -17/+4 |
2021-01-28 | iommu/amd: Move IO page table related functions | Suravee Suthikulpanit | 1 | -474/+2 |
2021-01-28 | iommu/amd: Declare functions as extern | Suravee Suthikulpanit | 1 | -20/+19 |
2021-01-28 | iommu/amd: Convert to using amd_io_pgtable | Suravee Suthikulpanit | 1 | -15/+10 |
2021-01-28 | iommu/amd: Move pt_root to struct amd_io_pgtable | Suravee Suthikulpanit | 1 | -1/+1 |
2021-01-28 | iommu/amd: Prepare for generic IO page table framework | Suravee Suthikulpanit | 1 | -10/+0 |
2021-01-27 | iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inline | Suravee Suthikulpanit | 1 | -10/+0 |
2021-01-05 | iommu/amd: Stop irq_remapping_select() matching when remapping is disabled | David Woodhouse | 1 | -0/+3 |
2020-12-16 | Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2020-12-11 | iommu/amd: Add sanity check for interrupt remapping table length macros | Suravee Suthikulpanit | 1 | -1/+1 |
2020-10-28 | x86: Kill all traces of irq_remapping_get_irq_domain() | David Woodhouse | 1 | -34/+0 |
2020-10-28 | iommu/amd: Implement select() method on remapping irqdomain | David Woodhouse | 1 | -0/+19 |