summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)Author
2025-05-09iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai
2024-10-22iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu
2024-10-17iommu/vt-d: Always reserve a domain ID for identity setupLu Baolu
2023-12-08iommu/vt-d: Make context clearing consistent with context mappingLu Baolu
2023-12-08iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan
2023-10-19iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui
2023-03-10iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan
2023-03-10iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang
2023-03-10iommu/vt-d: Use second level for GPA->HPA translationLu Baolu
2023-03-10iommu/vt-d: Remove duplicate identity domain flagLu Baolu
2023-03-10iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu
2022-12-08iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang
2022-11-26iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entriesTina Zhang
2022-10-29iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar
2022-09-28iommu/vt-d: Check correct capability for sagaw determinationYi Liu
2022-09-20iommu/vt-d: Fix kdump kernels boot failure with scalable modeLu Baolu
2022-09-15iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu
2022-06-09iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay
2022-05-12iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens
2022-03-08iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang
2021-12-01iommu/vt-d: Fix unmap_pages supportAlex Williamson
2021-11-25iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel optionTvrtko Ursulin
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu
2021-08-19iommu/vt-d: Preset A/D bits for user space DMA usageLu Baolu
2021-08-19iommu/vt-d: Enable Intel IOMMU scalable mode by defaultLu Baolu
2021-08-19iommu/vt-d: Refactor Kconfig a bitLu Baolu
2021-08-19iommu/vt-d: Remove unnecessary oom messageZhen Lei
2021-08-18iommu/vt-d: Prepare for multiple DMA domain typesRobin Murphy
2021-08-18iommu/vt-d: Drop IOVA cookie managementRobin Murphy
2021-07-26iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu
2021-07-26iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu
2021-07-26iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry
2021-07-26iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry
2021-07-14iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu
2021-07-14iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker
2021-06-18iommu/vt-d: Fix dereference of pointer info before it is null checkedColin Ian King
2021-06-10iommu/vt-d: No need to typecastParav Pandit
2021-06-10iommu/vt-d: Remove unnecessary bracesParav Pandit
2021-06-10iommu/vt-d: Removed unused iommu_count in dmar domainParav Pandit
2021-06-10iommu/vt-d: Use bitfields for DMAR capabilitiesParav Pandit
2021-06-10iommu/vt-d: Use DEVICE_ATTR_RO macroYueHaibing
2021-06-10iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu
2021-06-10iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu
2021-06-10iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu
2021-06-10iommu/vt-d: Support asynchronous IOMMU nested capabilitiesLu Baolu
2021-06-10iommu/vt-d: Remove redundant assignment to variable agawColin Ian King