Age | Commit message (Expand) | Author |
2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel |
2023-04-13 | iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE | Kishon Vijay Abraham I |
2023-04-13 | iommu/amd: Set page size bitmap during V2 domain allocation | Jerry Snitselaar |
2023-03-28 | iommu/amd: Add 5 level guest page table support | Vasant Hegde |
2023-03-22 | iommu: Use sysfs_emit() for sysfs show | Lu Baolu |
2023-03-22 | iommu/amd: Allocate IOMMU irqs using numa locality info | Vasant Hegde |
2023-03-22 | iommu/amd: Allocate page table using numa locality info | Vasant Hegde |
2023-02-24 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-18 | Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt... | Joerg Roedel |
2023-02-18 | iommu/amd: Skip attach device domain is same as new domain | Vasant Hegde |
2023-02-16 | iommu/amd: Improve page fault error reporting | Vasant Hegde |
2023-02-16 | iommu/amd: Do not identity map v2 capable device when snp is enabled | Vasant Hegde |
2023-02-03 | iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter | Gavrilov Ilia |
2023-01-20 | iommu/amd: Do not clear event/ppr log buffer when snp is enabled | Tom Lendacky |
2023-01-13 | iommu/amd: Fix error handling for pdev_pri_ats_enable() | Vasant Hegde |
2023-01-13 | iommu/amd: Do not allocate io_pgtable_ops for passthrough domain | Vasant Hegde |
2023-01-13 | iommu: Remove detach_dev callbacks | Lu Baolu |
2023-01-11 | iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI | Jason Gunthorpe |
2022-12-19 | Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-12 | Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',... | Joerg Roedel |
2022-12-05 | iommu/amd: Enable PCI/IMS | Thomas Gleixner |
2022-12-05 | iommu/amd: Switch to MSI base domains | Thomas Gleixner |
2022-12-05 | x86/apic/vector: Provide MSI parent domain | Thomas Gleixner |
2022-12-05 | iommu/amd: Fix typo in macro parameter name | Michael Forney |
2022-11-29 | iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY | Jason Gunthorpe |
2022-11-19 | iommu/amd: Check return value of mmu_notifier_register() | Denis Arefev |
2022-11-19 | iommu/amd: Fix pci device refcount leak in ppr_notifier() | Yang Yingliang |
2022-11-19 | iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options | Kim Phillips |
2022-11-19 | iommu/amd: Fix ivrs_acpihid cmdline parsing code | Kim Phillips |
2022-11-17 | x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORS | Thomas Gleixner |
2022-11-17 | iommu/amd: Remove bogus check for multi MSI-X | Thomas Gleixner |
2022-11-03 | iommu/amd: Remove variable cnt ind iommu_poll_ga_log() | Colin Ian King |
2022-11-01 | iommu/amd: Drop unnecessary checks in amd_iommu_attach_device() | Nicolin Chen |
2022-10-21 | iommu: Add gfp parameter to iommu_alloc_resv_region | Lu Baolu |
2022-09-26 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'... | Joerg Roedel |
2022-09-26 | iommu/amd: Fix sparse warning | Vasant Hegde |
2022-09-26 | iommu/amd: Remove outdated comment | Vasant Hegde |
2022-09-26 | iommu/amd: Free domain ID after domain_flush_pages | Vasant Hegde |
2022-09-26 | iommu/amd: Free domain id in error path | Vasant Hegde |
2022-09-11 | iommu: Fix false ownership failure on AMD systems with PASID activated | Jason Gunthorpe |
2022-09-09 | Merge branch 'iommu/fixes' into core | Joerg Roedel |
2022-09-09 | iommu/dma: Make header private | Robin Murphy |
2022-09-07 | iommu/amd: Add command-line option to enable different page table | Vasant Hegde |
2022-09-07 | iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-API | Suravee Suthikulpanit |
2022-09-07 | iommu/amd: Add support for Guest IO protection | Suravee Suthikulpanit |
2022-09-07 | iommu/amd: Initial support for AMD IOMMU v2 page table | Vasant Hegde |
2022-09-07 | iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 table | Suravee Suthikulpanit |
2022-09-07 | iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove locking | Suravee Suthikulpanit |
2022-09-07 | iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support | Vasant Hegde |