Age | Commit message (Expand) | Author | Files | Lines |
2022-05-13 | Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/next | Alex Williamson | 1 | -102/+229 |
2022-05-13 | iommu: iommu_group_claim_dma_owner() must always assign a domain | Jason Gunthorpe via iommu | 1 | -36/+91 |
2022-05-04 | iommu: Make sysfs robust for non-API groups | Robin Murphy | 1 | -1/+8 |
2022-05-04 | iommu/dart: Add missing module owner to ops structure | Hector Martin | 1 | -0/+1 |
2022-04-28 | iommu: Remove iommu group changes notifier | Lu Baolu | 1 | -75/+0 |
2022-04-28 | iommu: Add DMA ownership management interfaces | Lu Baolu | 1 | -3/+150 |
2022-04-28 | iommu/dart: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -5/+4 |
2022-04-28 | Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Joerg Roedel | 2 | -1/+38 |
2022-04-28 | iommu/vt-d: Drop stop marker messages | Lu Baolu | 1 | -0/+4 |
2022-04-28 | iommu/vt-d: Calculate mask for non-aligned flushes | David Stevens | 1 | -3/+24 |
2022-04-22 | iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu | Ashish Mhetre | 1 | -0/+30 |
2022-04-20 | iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() | Nicolin Chen | 1 | -1/+8 |
2022-04-08 | iommu/omap: Fix regression in probe for NULL pointer dereference | Tony Lindgren | 1 | -1/+1 |
2022-03-29 | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -9/+5 |
2022-03-28 | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -14/+4 |
2022-03-25 | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 32 | -1897/+573 |
2022-03-24 | Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2 | -1/+75 |
2022-03-21 | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -86/+27 |
2022-03-08 | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 32 | -1897/+573 |
2022-03-08 | Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Joerg Roedel | 4 | -74/+61 |
2022-03-08 | iommu/amd: Improve amd_iommu_v2_exit() | Suravee Suthikulpanit | 1 | -17/+17 |
2022-03-08 | iommu/amd: Remove unused struct fault.devid | Vasant Hegde | 1 | -1/+0 |
2022-03-08 | iommu/amd: Clean up function declarations | Vasant Hegde | 2 | -5/+1 |
2022-03-08 | iommu/amd: Call memunmap in error path | Vasant Hegde | 1 | -0/+2 |
2022-03-08 | iommu/arm-smmu: Account for PMU interrupts | Robin Murphy | 2 | -52/+46 |
2022-03-04 | iommu/vt-d: Enable ATS for the devices in SATC table | Yian Chen | 1 | -2/+38 |
2022-03-04 | iommu/vt-d: Remove unused function intel_svm_capable() | YueHaibing | 1 | -5/+0 |
2022-03-04 | iommu/vt-d: Add missing "__init" for rmrr_sanity_check() | Marco Bonelli | 1 | -1/+1 |
2022-03-04 | iommu/vt-d: Move intel_iommu_ops to header file | Andy Shevchenko | 1 | -2/+0 |
2022-03-04 | iommu/vt-d: Fix indentation of goto labels | Lu Baolu | 1 | -2/+2 |
2022-03-04 | iommu/vt-d: Remove unnecessary prototypes | Lu Baolu | 1 | -5/+0 |
2022-03-04 | iommu/vt-d: Remove unnecessary includes | Lu Baolu | 1 | -27/+7 |
2022-03-04 | iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO | Lu Baolu | 4 | -128/+79 |
2022-03-04 | iommu/vt-d: Remove domain and devinfo mempool | Lu Baolu | 1 | -99/+5 |
2022-03-04 | iommu/vt-d: Remove iova_cache_get/put() | Lu Baolu | 1 | -5/+0 |
2022-03-04 | iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info() | Lu Baolu | 1 | -21/+0 |
2022-03-04 | iommu/vt-d: Remove intel_iommu::domains | Lu Baolu | 1 | -65/+3 |
2022-03-04 | Merge branch 'core' into x86/vt-d | Joerg Roedel | 29 | -1385/+305 |
2022-03-04 | iommu/mediatek: Always tlb_flush_all when each PM resume | Yong Wu | 1 | -0/+7 |
2022-03-04 | iommu/mediatek: Add tlb_lock in tlb_flush_all | Yong Wu | 1 | -3/+9 |
2022-03-04 | iommu/mediatek: Remove the power status checking in tlb flush all | Yong Wu | 1 | -5/+0 |
2022-03-04 | iommu/mediatek: Always check runtime PM status in tlb flush range callback | Sebastian Reichel | 1 | -7/+3 |
2022-03-04 | iommu/mediatek: Remove for_each_m4u in tlb_sync_all | Yong Wu | 1 | -9/+7 |
2022-03-04 | iommu/iova: Improve 32-bit free space estimate | Robin Murphy | 1 | -2/+3 |
2022-03-04 | iommu/amd: Improve error handling for amd_iommu_init_pci | Suravee Suthikulpanit | 1 | -3/+11 |
2022-03-03 | dma-mapping: remove CONFIG_DMA_REMAP | Christoph Hellwig | 1 | -9/+5 |
2022-02-28 | iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find | Miaoqian Lin | 1 | -1/+3 |
2022-02-28 | iommu/vt-d: Fix double list_add when enabling VMD in scalable mode | Adrian Huang | 1 | -1/+1 |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu | 21 | -162/+203 |
2022-02-28 | iommu: Remove unused argument in is_attach_deferred | Lu Baolu | 5 | -16/+10 |