aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Merge tag 'iommu-fix-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2020-10-19iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-16/+48
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds26-900/+1894
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki1-1/+1
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-156/+121
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-74/+102
2020-10-07Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel26-900/+1894
2020-10-07iommu/vt-d: Gracefully handle DMAR units with no supported address widthsDavid Woodhouse1-15/+31
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig3-4/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-1/+2
2020-10-01iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu1-2/+2
2020-10-01iommu/vt-d: Check UAPI data processed by IOMMU coreJacob Pan2-4/+10
2020-10-01iommu/uapi: Handle data and argsz filled by usersJacob Pan1-7/+187
2020-10-01iommu/uapi: Rename uapi functionsJacob Pan1-9/+9
2020-10-01iommu/uapi: Use named union for user dataJacob Pan2-12/+12
2020-10-01iommu/amd: Fix the overwritten field in IVMD headerAdrian Huang1-46/+10
2020-09-29iommu/qcom: add missing put_device() call in qcom_iommu_of_xlate()Yu Kuai1-2/+6
2020-09-28iommu/arm-smmu-v3: Add SVA device featureJean-Philippe Brucker3-0/+154
2020-09-28iommu/arm-smmu-v3: Check for SVA featuresJean-Philippe Brucker3-0/+58
2020-09-28iommu/arm-smmu-v3: Seize private ASIDJean-Philippe Brucker3-15/+57
2020-09-28iommu/arm-smmu-v3: Share process page tablesJean-Philippe Brucker5-8/+172
2020-09-28iommu/arm-smmu-v3: Move definitions to a headerJean-Philippe Brucker2-660/+677
2020-09-28iommu/io-pgtable-arm: Move some definitions to a headerJean-Philippe Brucker2-25/+32
2020-09-28iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang1-2/+9
2020-09-25dma-iommu: implement ->alloc_noncoherentChristoph Hellwig1-4/+37
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2-0/+6
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-nextChristoph Hellwig6-62/+124
2020-09-24ACPI: Do not create new NUMA domains from ACPI static tables that are not SRATJonathan Cameron1-1/+1
2020-09-24iommu/amd: Re-purpose Exclusion range registers to support SNP CWWBSuravee Suthikulpanit2-0/+27
2020-09-24iommu/amd: Add support for RMP_PAGE_FAULT and RMP_HW_ERRSuravee Suthikulpanit2-0/+69
2020-09-24iommu/amd: Use 4K page for completion wait write-back semaphoreSuravee Suthikulpanit3-13/+31
2020-09-24iommu/tegra-smmu: Allow to group clients in same swgroupNicolin Chen1-4/+7
2020-09-24iommu/tegra-smmu: Fix iova->phys translationNicolin Chen1-1/+1
2020-09-24iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASKNicolin Chen1-4/+10
2020-09-24iommu/vt-d: Use device numa domain if RHSA is missingLu Baolu1-2/+35
2020-09-24iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai1-2/+6
2020-09-21iommu/arm-smmu: Constify some helpersRob Clark1-3/+3
2020-09-21iommu/arm-smmu: Prepare for the adreno-smmu implementationJordan Crouse3-55/+73
2020-09-21iommu/arm-smmu: Add support for split pagetablesJordan Crouse2-10/+34
2020-09-21iommu/arm-smmu: Pass io-pgtable config to implementation specific functionJordan Crouse3-7/+10
2020-09-21iommu/arm-smmu-v3: Fix endianness annotationsJean-Philippe Brucker1-2/+2
2020-09-21iommu/io-pgtable-arm: Clean up faulty sanity checkRobin Murphy1-5/+0
2020-09-18iommu/dma: Handle init_iova_flush_queue() failure in dma-iommu pathTom Murphy1-2/+5
2020-09-18iommu/amd: Restore IRTE.RemapEn bit for amd_iommu_activate_guest_modeSuravee Suthikulpanit1-0/+4
2020-09-18iommu/tegra-smmu: Fix tlb_maskNicolin Chen1-1/+1
2020-09-18iommu/pamu: Replace use of kzfree with kfree_sensitiveAlex Dewar1-1/+1
2020-09-18iommu/renesas: Update help description for IPMMU_VMSA configLad Prabhakar1-1/+1