Age | Commit message (Expand) | Author | Files | Lines |
2022-07-06 | iommu/vt-d: Fix RID2PASID setup/teardown failure | Lu Baolu | 1 | -24/+0 |
2022-05-31 | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -100/+116 |
2022-05-25 | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+1 |
2022-05-20 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu... | Joerg Roedel | 1 | -103/+140 |
2022-05-13 | iommu/vt-d: Remove domain_update_iommu_snooping() | Lu Baolu | 1 | -33/+1 |
2022-05-13 | iommu/vt-d: Check domain force_snooping against attached devices | Lu Baolu | 1 | -3/+50 |
2022-05-13 | iommu/vt-d: Block force-snoop domain attaching if no SC support | Lu Baolu | 1 | -0/+3 |
2022-05-13 | iommu/vt-d: Fold dmar_insert_one_dev_info() into its caller | Lu Baolu | 1 | -59/+51 |
2022-05-13 | iommu/vt-d: Change return type of dmar_insert_one_dev_info() | Lu Baolu | 1 | -16/+11 |
2022-05-13 | iommu/vt-d: Remove unneeded validity check on dev | Muhammad Usama Anjum | 1 | -1/+1 |
2022-04-28 | iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE | Jason Gunthorpe | 1 | -1/+1 |
2022-04-28 | vfio: Move the Intel no-snoop control off of IOMMU_CACHE | Jason Gunthorpe | 1 | -5/+2 |
2022-04-28 | iommu: Introduce the domain op enforce_cache_coherency() | Jason Gunthorpe | 1 | -1/+13 |
2022-04-28 | iommu/vt-d: Calculate mask for non-aligned flushes | David Stevens | 1 | -3/+24 |
2022-04-28 | iommu: Add capability for pre-boot DMA protection | Robin Murphy | 1 | -0/+2 |
2022-04-11 | Merge drm/drm-next into drm-intel-next | Jani Nikula | 1 | -867/+134 |
2022-03-08 | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -866/+133 |
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: Add missing "__init" for rmrr_sanity_check() | Marco Bonelli | 1 | -1/+1 |
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 | 1 | -118/+68 |
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-02 | iommu/vt-d: Add RPLS to quirk list to skip TE disabling | Tejas Upadhyay | 1 | -1/+1 |
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 | 1 | -9/+11 |
2022-02-28 | iommu: Remove unused argument in is_attach_deferred | Lu Baolu | 1 | -2/+1 |
2022-02-28 | iommu/vt-d: Remove aux-domain related callbacks | Lu Baolu | 1 | -307/+2 |
2022-02-28 | iommu/vt-d: Remove guest pasid related callbacks | Lu Baolu | 1 | -208/+0 |
2022-01-04 | Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next | Joerg Roedel | 1 | -74/+37 |
2021-12-20 | iommu/vt-d: Use put_pages_list | Matthew Wilcox (Oracle) | 1 | -58/+31 |
2021-12-17 | iommu/vt-d: Remove unused dma_to_mm_pfn function | MaĆra Canal | 1 | -5/+0 |
2021-12-17 | iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable() | Kefeng Wang | 1 | -4/+0 |
2021-12-17 | iommu/vt-d: Use bitmap_zalloc() when applicable | Christophe JAILLET | 1 | -5/+4 |
2021-12-17 | iommu/vt-d: Use correctly sized arguments for bit field | Kees Cook | 1 | -2/+2 |
2021-11-26 | iommu/vt-d: Fix unmap_pages support | Alex Williamson | 1 | -4/+2 |
2021-10-18 | iommu/vt-d: Avoid duplicate removing in __domain_mapping() | Longpeng(Mike) | 1 | -5/+6 |
2021-10-18 | iommu/vt-d: Delete dev_has_feat callback | Lu Baolu | 1 | -54/+5 |
2021-10-18 | iommu/vt-d: Use second level for GPA->HPA translation | Lu Baolu | 1 | -3/+12 |
2021-10-18 | iommu/vt-d: Remove duplicate identity domain flag | Lu Baolu | 1 | -5/+4 |
2021-10-18 | iommu/vt-d: Dump DMAR translation structure when DMA fault occurs | Kyung Min Park | 1 | -0/+113 |
2021-10-18 | iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option | Tvrtko Ursulin | 1 | -1/+5 |
2021-08-19 | iommu/vt-d: Allow devices to have more than 32 outstanding PRs | Lu Baolu | 1 | -1/+2 |
2021-08-19 | iommu/vt-d: Preset A/D bits for user space DMA usage | Lu Baolu | 1 | -7/+3 |
2021-08-19 | iommu/vt-d: Enable Intel IOMMU scalable mode by default | Lu Baolu | 1 | -1/+4 |
2021-08-19 | iommu/vt-d: Refactor Kconfig a bit | Lu Baolu | 1 | -11/+2 |