aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuSricharan R1-0/+3
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverSricharan R1-10/+98
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsSricharan R1-3/+55
2018-12-10iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon1-1/+7
2018-12-10iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloadsZhen Lei1-1/+5
2018-12-10iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writesRobin Murphy1-1/+7
2018-12-07iommu/amd: Fix amd_iommu=force_isolationYu Zhao1-1/+8
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-15/+8
2018-12-06iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+3
2018-12-06iommu/intel: small map_page cleanupChristoph Hellwig1-7/+7
2018-12-06iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-13/+5
2018-12-05iommu/vt-d: Do not enable ATS for untrusted devicesMika Westerberg1-1/+2
2018-12-05iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu2-2/+76
2018-12-03iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modularPaul Gortmaker1-16/+9
2018-12-03iommu/arm-smmu: Make arm-smmu explicitly non-modularPaul Gortmaker1-19/+13
2018-12-03iommu/tegra: Make it explicitly non-modularPaul Gortmaker1-30/+7
2018-12-03iommu/qcom: Make it explicitly non-modularPaul Gortmaker1-14/+2
2018-12-03iommu/ipmmu-vmsa: Make it explicitly non-modularPaul Gortmaker1-15/+3
2018-12-03iommu/mediatek: Make it explicitly non-modularPaul Gortmaker1-12/+3
2018-12-03iommu/msm: Make it explicitly non-modularPaul Gortmaker1-10/+3
2018-12-03iommu/rockchip: Make it explicitly non-modularPaul Gortmaker1-7/+6
2018-12-03iommu: Audit and remove any unnecessary uses of module.hPaul Gortmaker2-2/+3
2018-12-03irq_remapping: Remove unused header filesYangtao Li1-1/+0
2018-12-03iommu/ipmmu-vmsa: Add an array of slave devices whitelistYoshihiro Shimoda1-1/+12
2018-12-03iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC revisionsYoshihiro Shimoda1-8/+26
2018-11-28iommu/amd: Remove leading 0s in error log messagesJoerg Roedel1-10/+10
2018-11-28iommu/amd: Fix line-break in error log reportingJoerg Roedel1-12/+10
2018-11-28iommu/amd: Use pr_fmt()Joerg Roedel3-49/+55
2018-11-22iommu/tegra: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-22/+2
2018-11-22iommu/omap: Remove DEBUG_SEQ_FOPS_RO()Yangtao Li1-19/+6
2018-11-22iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2
2018-11-22iommu/vt-d: Use memunmap to free memremapPan Bian1-1/+1
2018-11-15iommu/amd: Allow to upgrade page-sizeJoerg Roedel1-2/+27
2018-11-15iommu/amd: Restart loop if cmpxchg64 succeeded in alloc_pte()Joerg Roedel1-6/+5
2018-11-15iommu/amd: Allow downgrading page-sizes in alloc_pte()Joerg Roedel1-3/+9
2018-11-15iommu/amd: Ignore page-mode 7 in free_sub_pt()Joerg Roedel2-0/+5
2018-11-15iommu/amd: Introduce free_sub_pt() functionJoerg Roedel1-5/+13
2018-11-15iommu/amd: Collect page-table pages in freelistJoerg Roedel1-61/+83
2018-11-12amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi1-1/+2
2018-11-08iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching codeFabrizio Castro1-0/+4
2018-11-08iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven1-0/+3
2018-11-06iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu1-1/+1
2018-11-06iommu/mediatek: Constify iommu_opsArvind Yadav2-4/+4
2018-11-06iommu/ipmmu-vmsa: Hook up r8a77990 DT matching codeHai Nguyen Pham1-0/+4
2018-11-06iommu: Do physical merging in iommu_map_sg()Robin Murphy1-21/+20
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko2-2/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds18-226/+709