summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang1-2/+4
2020-03-20iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede1-3/+4
2020-01-27iommu/vt-d: Duplicate iommu_resv_region objects per device listEric Auger1-17/+17
2020-01-27iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu1-1/+4
2019-08-04iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov1-1/+1
2019-06-15iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu1-3/+4
2019-04-20iommu/vt-d: Check capability before disabling protected memoryLu Baolu1-0/+3
2019-02-06iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer1-1/+1
2019-01-13iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2
2018-12-13iommu/vt-d: Use memunmap to free memremapPan Bian1-1/+1
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan1-1/+16
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+1
2018-04-26iommu/vt-d: Use domain instead of cache fetchingPeter Xu1-2/+1
2017-12-14iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5
2017-09-10Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-190/+90
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel1-190/+90
2017-09-01iommu/vt-d: Don't be too aggressive when clearing one context entryFilippo Sironi1-18/+24
2017-08-31iommu/vt-d: Prevent VMD child devices from being remapping targetsJon Derrick1-0/+7
2017-08-30iommu/vt-d: Avoid calling virt_to_phys() on null pointerAshok Raj1-1/+2
2017-08-15iommu/vt-d: Make use of iova deferred flushingJoerg Roedel1-159/+38
2017-08-15iommu: Fix wrong freeing of iommu_device->devJoerg Roedel1-1/+3
2017-07-26iommu/vt-d: Don't free parent pagetable of the PTE we're addingDavid Dillow1-12/+26
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-21/+5
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+3
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig1-0/+3
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel1-21/+5
2017-06-28iommu/vt-d: Constify intel_dma_opsArvind Yadav1-1/+1
2017-06-28iommu/vt-d: Don't disable preemption while accessing deferred_flush()Sebastian Andrzej Siewior1-6/+2
2017-05-30iommu/vt-d: Unwrap __get_valid_domain_for_dev()Peter Xu1-14/+2
2017-05-23iommu/vt-d: Adjust system_state checksThomas Gleixner1-2/+2
2017-05-17iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed1-1/+4
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel1-3/+37
2017-04-27x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li1-0/+18
2017-03-29iommu/vt-d: Make sure IOMMUs are off when intel_iommu=offJoerg Roedel1-1/+17
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-1/+1
2017-03-22iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen1-1/+1
2017-02-28iommu/vt-d: Fix crash when accessing VT-d sysfs entriesJoerg Roedel1-6/+11
2017-02-25mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-1/+1
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel1-28/+88
2017-02-10iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel1-2/+2
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel1-6/+9
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-2/+2
2017-01-31iommu/vt-d: Don't over-free page table directoriesDavid Dillow1-1/+1
2017-01-31iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj1-1/+2
2017-01-23iommu/vt-d: Implement reserved region get/put callbacksEric Auger1-18/+74
2017-01-04iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
2017-01-04iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-18/+6
2016-12-02iommu/vt-d: Convert to hotplug state machineAnna-Maria Gleixner1-18/+6