Age | Commit message (Expand) | Author |
2022-05-31 | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-05-25 | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/... | Linus Torvalds |
2022-05-25 | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-05-20 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu... | Joerg Roedel |
2022-05-13 | iommu/vt-d: Remove hard coding PGSNP bit in PASID entries | Lu Baolu |
2022-05-13 | iommu/vt-d: Remove domain_update_iommu_snooping() | Lu Baolu |
2022-05-13 | iommu/vt-d: Check domain force_snooping against attached devices | Lu Baolu |
2022-05-13 | iommu/vt-d: Block force-snoop domain attaching if no SC support | Lu Baolu |
2022-05-13 | iommu/vt-d: Fold dmar_insert_one_dev_info() into its caller | Lu Baolu |
2022-05-13 | iommu/vt-d: Change return type of dmar_insert_one_dev_info() | Lu Baolu |
2022-05-13 | iommu/vt-d: Remove unneeded validity check on dev | Muhammad Usama Anjum |
2022-04-28 | iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE | Jason Gunthorpe |
2022-04-28 | vfio: Move the Intel no-snoop control off of IOMMU_CACHE | Jason Gunthorpe |
2022-04-28 | iommu: Introduce the domain op enforce_cache_coherency() | Jason Gunthorpe |
2022-04-28 | iommu/vt-d: Drop stop marker messages | Lu Baolu |
2022-04-28 | iommu/vt-d: Calculate mask for non-aligned flushes | David Stevens |
2022-04-28 | iommu: Add capability for pre-boot DMA protection | Robin Murphy |
2022-04-18 | x86: remove the IOMMU table infrastructure | Christoph Hellwig |
2022-04-11 | Merge drm/drm-next into drm-intel-next | Jani Nikula |
2022-03-24 | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-03-21 | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-03-08 | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2022-03-04 | iommu/vt-d: Enable ATS for the devices in SATC table | Yian Chen |
2022-03-04 | iommu/vt-d: Remove unused function intel_svm_capable() | YueHaibing |
2022-03-04 | iommu/vt-d: Add missing "__init" for rmrr_sanity_check() | Marco Bonelli |
2022-03-04 | iommu/vt-d: Move intel_iommu_ops to header file | Andy Shevchenko |
2022-03-04 | iommu/vt-d: Fix indentation of goto labels | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove unnecessary prototypes | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove unnecessary includes | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove domain and devinfo mempool | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove iova_cache_get/put() | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info() | Lu Baolu |
2022-03-04 | iommu/vt-d: Remove intel_iommu::domains | Lu Baolu |
2022-03-04 | Merge branch 'core' into x86/vt-d | Joerg Roedel |
2022-03-02 | iommu/vt-d: Add RPLS to quirk list to skip TE disabling | Tejas Upadhyay |
2022-02-28 | iommu/vt-d: Fix double list_add when enabling VMD in scalable mode | Adrian Huang |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu |
2022-02-28 | iommu: Remove unused argument in is_attach_deferred | Lu Baolu |
2022-02-28 | iommu/vt-d: Remove aux-domain related callbacks | Lu Baolu |
2022-02-28 | iommu/vt-d: Remove guest pasid related callbacks | Lu Baolu |
2022-02-15 | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit | Fenghua Yu |
2022-02-14 | iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA | Fenghua Yu |
2022-02-14 | iommu/vtd: Replace acpi_bus_get_device() | Rafael J. Wysocki |
2022-01-31 | iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() | Guoqing Jiang |
2022-01-04 | Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next | Joerg Roedel |
2021-12-20 | iommu/vt-d: Use put_pages_list | Matthew Wilcox (Oracle) |
2021-12-17 | iommu/vt-d: Remove unused dma_to_mm_pfn function | MaĆra Canal |
2021-12-17 | iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable() | Kefeng Wang |
2021-12-17 | iommu/vt-d: Use bitmap_zalloc() when applicable | Christophe JAILLET |