| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/vt-d: Avoid duplicate removing in __domain_mapping() | Longpeng(Mike) | 2021-10-18 | 1 | -5/+6 |
* | iommu/vt-d: Delete dev_has_feat callback | Lu Baolu | 2021-10-18 | 1 | -54/+5 |
* | iommu/vt-d: Use second level for GPA->HPA translation | Lu Baolu | 2021-10-18 | 1 | -3/+12 |
* | iommu/vt-d: Remove duplicate identity domain flag | Lu Baolu | 2021-10-18 | 1 | -5/+4 |
* | iommu/vt-d: Dump DMAR translation structure when DMA fault occurs | Kyung Min Park | 2021-10-18 | 1 | -0/+113 |
* | iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option | Tvrtko Ursulin | 2021-10-18 | 1 | -1/+5 |
* | iommu/vt-d: Allow devices to have more than 32 outstanding PRs | Lu Baolu | 2021-08-19 | 1 | -1/+2 |
* | iommu/vt-d: Preset A/D bits for user space DMA usage | Lu Baolu | 2021-08-19 | 1 | -7/+3 |
* | iommu/vt-d: Enable Intel IOMMU scalable mode by default | Lu Baolu | 2021-08-19 | 1 | -1/+4 |
* | iommu/vt-d: Refactor Kconfig a bit | Lu Baolu | 2021-08-19 | 1 | -11/+2 |
* | iommu/vt-d: Remove unnecessary oom message | Zhen Lei | 2021-08-19 | 1 | -5/+1 |
* | iommu/vt-d: Prepare for multiple DMA domain types | Robin Murphy | 2021-08-18 | 1 | -9/+6 |
* | iommu/vt-d: Drop IOVA cookie management | Robin Murphy | 2021-08-18 | 1 | -8/+0 |
* | iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages() | Lu Baolu | 2021-07-26 | 1 | -41/+7 |
* | iommu/vt-d: Implement map/unmap_pages() iommu_ops callback | Lu Baolu | 2021-07-26 | 1 | -2/+35 |
* | iommu/vt-d: Report real pgsize bitmap to iommu core | Lu Baolu | 2021-07-26 | 1 | -19/+19 |
* | iommu: Remove mode argument from iommu_set_dma_strict() | John Garry | 2021-07-26 | 1 | -3/+3 |
* | iommu/vt-d: Add support for IOMMU default DMA mode build options | Zhen Lei | 2021-07-26 | 1 | -9/+6 |
* | iommu: Deprecate Intel and AMD cmdline methods to enable strict mode | John Garry | 2021-07-26 | 1 | -0/+1 |
* | iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries | Lu Baolu | 2021-07-14 | 1 | -3/+2 |
* | iommu/vt-d: Global devTLB flush when present context entry changed | Sanjay Kumar | 2021-07-14 | 1 | -9/+22 |
*-. | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 2021-06-25 | 1 | -68/+104 |
|\ \ |
|
| | * | iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops() | Jean-Philippe Brucker | 2021-06-25 | 1 | -4/+1 |
| |/
|/| |
|
| * | iommu/vt-d: Fix dereference of pointer info before it is null checked | Colin Ian King | 2021-06-18 | 1 | -2/+6 |
| * | iommu/vt-d: No need to typecast | Parav Pandit | 2021-06-10 | 1 | -3/+2 |
| * | iommu/vt-d: Remove unnecessary braces | Parav Pandit | 2021-06-10 | 1 | -2/+1 |
| * | iommu/vt-d: Removed unused iommu_count in dmar domain | Parav Pandit | 2021-06-10 | 1 | -8/+3 |
| * | iommu/vt-d: Use bitfields for DMAR capabilities | Parav Pandit | 2021-06-10 | 1 | -9/+9 |
| * | iommu/vt-d: Use DEVICE_ATTR_RO macro | YueHaibing | 2021-06-10 | 1 | -24/+18 |
| * | iommu/vt-d: Report prq to io-pgfault framework | Lu Baolu | 2021-06-10 | 1 | -2/+12 |
| * | iommu/vt-d: Allocate/register iopf queue for sva devices | Lu Baolu | 2021-06-10 | 1 | -19/+47 |
| * | iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpers | Lu Baolu | 2021-06-10 | 1 | -0/+3 |
| * | iommu/vt-d: Support asynchronous IOMMU nested capabilities | Lu Baolu | 2021-06-10 | 1 | -1/+8 |
| * | iommu/vt-d: Remove redundant assignment to variable agaw | Colin Ian King | 2021-06-10 | 1 | -1/+1 |
|/ |
|
* | iommu/vt-d: Use user privilege for RID2PASID translation | Lu Baolu | 2021-05-19 | 1 | -2/+5 |
* | iommu/vt-d: Check for allocation failure in aux_detach_device() | Dan Carpenter | 2021-05-19 | 1 | -0/+2 |
* | iommu: Streamline registration interface | Robin Murphy | 2021-04-16 | 1 | -2/+1 |
*-. | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 2021-04-16 | 1 | -136/+94 |
|\ \ |
|
| | * | iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE | Robin Murphy | 2021-04-07 | 1 | -52/+12 |
| | * | iommu: remove DOMAIN_ATTR_NESTING | Christoph Hellwig | 2021-04-07 | 1 | -22/+9 |
| | * | iommu/vt-d: Support IOMMU_DEV_FEAT_IOPF | Jean-Philippe Brucker | 2021-04-07 | 1 | -3/+8 |
| | * | iommu/vt-d: Remove IOVA domain rcache flushing for CPU offlining | John Garry | 2021-04-07 | 1 | -31/+0 |
| | * | iommu/dma: Resurrect the "forcedac" option | Robin Murphy | 2021-03-18 | 1 | -3/+2 |
| |/
|/| |
|
| * | iommu/vt-d: Force to flush iotlb before creating superpage | Longpeng(Mike) | 2021-04-15 | 1 | -14/+38 |
| * | iommu/vt-d: Invalidate PASID cache when root/context entry changed | Lu Baolu | 2021-04-07 | 1 | -9/+9 |
| * | iommu/vt-d: Remove WO permissions on second-level paging entries | Lu Baolu | 2021-04-07 | 1 | -1/+2 |
| * | iommu/vt-d: Report right snoop capability when using FL for IOVA | Lu Baolu | 2021-04-07 | 1 | -1/+11 |
| * | iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the device | Kyung Min Park | 2021-03-18 | 1 | -0/+3 |
|/ |
|
*-. | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 2021-02-12 | 1 | -107/+172 |
|\ \ |
|
| | * | iommu/vt-d: Parse SATC reporting structure | Yian Chen | 2021-02-04 | 1 | -0/+89 |