aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+12
2018-10-23Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-3/+1
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel18-226/+709
2018-10-10iommu/arm-smmu-v3: Remove unnecessary wrapper functionAndrew Murray1-8/+4
2018-10-10iommu/arm-smmu-v3: Add SPDX headerAndrew Murray1-12/+1
2018-10-08iommu/amd: Add default branch in amd_iommu_capable()Lu Baolu1-0/+2
2018-10-06iommu/amd: Remap the IOMMU device table with the memory encryption mask for kdumpLianbo Jiang1-2/+12
2018-10-05iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel1-1/+1
2018-10-05iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh1-1/+1
2018-10-01Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel7-69/+230
2018-10-01iommu/arm-smmu: Support non-strict modeRobin Murphy1-27/+66
2018-10-01iommu/io-pgtable-arm-v7s: Add support for non-strict modeRobin Murphy1-1/+10
2018-10-01iommu/arm-smmu-v3: Add support for non-strict modeZhen Lei1-23/+56