Age | Commit message (Expand) | Author |
2023-06-01 | iommu/mediatek: Flush IOTLB completely only if domain has been attached | Chen-Yu Tsai |
2023-05-23 | iommu/amd/pgtbl_v2: Fix domain max address | Vasant Hegde |
2023-05-22 | iommu/amd: Fix domain flush size when syncing iotlb | Jon Pan-Doh |
2023-05-22 | iommu/amd: Add missing domain type checks | Jason Gunthorpe |
2023-05-22 | iommu/amd: Fix up merge conflict resolution | Jerry Snitselaar |
2023-05-22 | iommu/amd: Handle GALog overflows | Joao Martins |
2023-05-22 | iommu/amd: Don't block updates to GATag if guest mode is on | Joao Martins |
2023-05-22 | iommu/rockchip: Fix unwind goto issue | Chao Wang |
2023-05-22 | iommu: Make IPMMU_VMSA dependencies more strict | Randy Dunlap |
2023-05-19 | Merge tag 'drm-fixes-2023-05-20' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-05-19 | Merge tag 'drm-msm-fixes-2023-05-17' of https://gitlab.freedesktop.org/drm/ms... | Dave Airlie |
2023-05-17 | iommu/arm-smmu-qcom: Fix missing adreno_smmu's | Rob Clark |
2023-05-17 | s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMU | Jason Gunthorpe |
2023-04-30 | Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-04-28 | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel |
2023-04-14 | iommu: Remove iommu_group_get_by_id() | Jason Gunthorpe |
2023-04-14 | iommu: Make iommu_release_device() static | Jason Gunthorpe |
2023-04-13 | iommu/sun50i: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-04-13 | iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope() | Tina Zhang |
2023-04-13 | iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn) | Tina Zhang |
2023-04-13 | iommu/vt-d: Remove BUG_ON in map/unmap() | Tina Zhang |
2023-04-13 | iommu/vt-d: Remove BUG_ON when domain->pgd is NULL | Tina Zhang |
2023-04-13 | iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidation | Tina Zhang |
2023-04-13 | iommu/vt-d: Remove BUG_ON on checking valid pfn range | Tina Zhang |
2023-04-13 | iommu/vt-d: Make size of operands same in bitwise operations | Tina Zhang |
2023-04-13 | iommu/vt-d: Remove PASID supervisor request support | Jacob Pan |
2023-04-13 | iommu/vt-d: Use non-privileged mode for all PASIDs | Jacob Pan |
2023-04-13 | iommu/vt-d: Remove extern from function prototypes | Lu Baolu |
2023-04-13 | iommu/vt-d: Do not use GFP_ATOMIC when not needed | Christophe JAILLET |
2023-04-13 | iommu/vt-d: Remove unnecessary checks in iopf disabling path | Lu Baolu |
2023-04-13 | iommu/vt-d: Move PRI handling to IOPF feature path | Lu Baolu |
2023-04-13 | iommu/vt-d: Move pfsid and ats_qdep calculation to device probe path | Lu Baolu |
2023-04-13 | iommu/vt-d: Move iopf code from SVA to IOPF enabling path | Lu Baolu |
2023-04-13 | iommu/vt-d: Allow SVA with device-specific IOPF | Lu Baolu |
2023-04-13 | iommu/mediatek: Set dma_mask for the master devices | Yong Wu |
2023-04-13 | iommu/mediatek: Add a gap for the iova regions | Yong Wu |
2023-04-13 | iommu/mediatek: mt8186: Add iova_region_larb_msk | Yong Wu |
2023-04-13 | iommu/mediatek: mt8195: Add iova_region_larb_msk | Yong Wu |
2023-04-13 | iommu/mediatek: mt8192: Add iova_region_larb_msk | Yong Wu |
2023-04-13 | iommu/mediatek: Get regionid from larb/port id | Yong Wu |
2023-04-13 | iommu/mediatek: Improve comment for the current region/bank | Yong Wu |
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-04-13 | iommu/rockchip: Add missing set_platform_dma_ops callback | Steven Price |
2023-04-13 | iommu/exynos: Use the devm_clk_get_optional() helper | Christophe JAILLET |