aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-02iommu/iova: Don't try to copy anchor nodesRobin Murphy1-0/+3
2017-09-28iommu/iova: Try harder to allocate from rcache magazineRobin Murphy1-3/+12
2017-09-28iommu/iova: Make rcache limit_pfn handling more robustRobin Murphy1-3/+3
2017-09-28iommu/iova: Simplify domain destructionRobin Murphy1-39/+9
2017-09-27iommu/iova: Simplify cached node logicRobin Murphy1-34/+17
2017-09-27iommu/iova: Add rbtree anchor nodeRobin Murphy1-2/+13
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei4-32/+8
2017-09-27iommu/iova: Extend rbtree node cachingRobin Murphy1-32/+28
2017-09-27iommu/iova: Optimise the padding calculationZhen Lei1-27/+15
2017-09-27iommu/iova: Optimise rbtree searchingZhen Lei1-6/+3
2017-09-27iommu/amd: pr_err() strings should end with newlinesArvind Yadav1-4/+4
2017-09-27iommu/mediatek: Limit the physical address in 32bit for v7sYong Wu1-1/+2
2017-09-27iommu/io-pgtable-arm-v7s: Need dma-sync while there is no QUIRK_NO_DMAYong Wu1-1/+1
2017-09-25iommu/amd: Reevaluate vector configuration on activate()Thomas Gleixner1-10/+29
2017-09-25iommu/vt-d: Reevaluate vector configuration on activate()Thomas Gleixner1-17/+21
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2-4/+6
2017-09-22iommu/of: Remove PCI host bridge node checkRobin Murphy1-4/+1
2017-09-19iommu/qcom: Depend on HAS_DMA to fix compile errorGeert Uytterhoeven1-0/+1
2017-09-19iommu/exynos: Rework runtime PM links managementMarek Szyprowski1-7/+16
2017-09-19iommu/vt-d: Fix harmless section mismatch warningArnd Bergmann1-1/+1
2017-09-19iommu: Add missing dependenciesGuenter Roeck1-2/+2
2017-09-19iommu/omap: Add support to program multiple iommusSuman Anna2-103/+285
2017-09-19iommu/omap: Change the attach detection logicSuman Anna1-6/+11
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds30-1201/+2525
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+7
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-21/+55
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel30-1201/+2525
2017-09-01iommu/vt-d: Don't be too aggressive when clearing one context entryFilippo Sironi1-18/+24
2017-08-31iommu/intel: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-08-31iommu/amd: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-08-30iommu/vt-d: Prevent VMD child devices from being remapping targetsJon Derrick1-0/+7
2017-08-30iommu: Introduce Interface for IOMMU TLB FlushingJoerg Roedel1-4/+28
2017-08-30iommu/s390: Constify iommu_opsArvind Yadav1-2/+2
2017-08-30iommu/vt-d: Avoid calling virt_to_phys() on null pointerAshok Raj1-1/+2
2017-08-30iommu/vt-d: IOMMU Page Request needs to check if address is canonical.Ashok Raj1-0/+14
2017-08-30arm/tegra: Call bus_set_iommu() after iommu_device_register()Joerg Roedel1-4/+7
2017-08-30iommu/exynos: Constify iommu_opsArvind Yadav1-2/+2
2017-08-30iommu/ipmmu-vmsa: Make ipmmu_gather_ops constBhumika Goyal1-1/+1
2017-08-30iommu/ipmmu-vmsa: Rereserving a free context before setting up a pagetableOleksandr Tyshchenko1-21/+21
2017-08-28iommu/amd: Rename a few flush functionsJoerg Roedel1-8/+8
2017-08-28iommu/amd: Check if domain is NULL in get_domain() and return -EBUSYBaoquan He1-0/+3
2017-08-28iommu/mediatek: Fix a build warning of BIT(32) in ARMYong Wu1-2/+2
2017-08-28iommu/mediatek: Fix a build fail of m4u_typeYong Wu1-1/+1
2017-08-28iommu: qcom: annotate PM functions as __maybe_unusedArnd Bergmann1-4/+2
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar8-13/+42
2017-08-23iommu/pamu: Fix PAMU boot crashJoerg Roedel4-23/+16
2017-08-22iommu/mediatek: Enlarge the validate PA range for 4GB modeYong Wu1-3/+15
2017-08-22iommu/mediatek: Disable iommu clock when system suspendYong Wu1-1/+8
2017-08-22iommu/mediatek: Move pgtable allocation into domain_allocYong Wu1-30/+22
2017-08-22iommu/mediatek: Merge 2 M4U HWs into one iommu domainYong Wu2-24/+70