summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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-12-13amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi1-1/+2
2018-12-13iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven1-0/+3
2018-12-13iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu1-1/+1
2018-11-13iommu/arm-smmu: Ensure that page-table updates are visible before TLBIWill Deacon1-0/+6
2018-10-20iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath1-0/+6
2018-10-10iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh1-1/+1
2018-10-04iommu/msm: Don't call iommu_device_{,un}link from atomic contextNiklas Cassel1-11/+5
2018-10-04iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei1-1/+1
2018-09-26iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the PTEJean-Philippe Brucker1-1/+6
2018-09-26iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer registerMiao Zhong1-0/+1
2018-09-19iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven1-5/+4
2018-09-15iommu/omap: Fix cache flushes on L2 table entriesRalf Goebel1-2/+2
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2-4/+19
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+1
2018-09-05iommu/arm-smmu: Error out only if not enough context interruptsVivek Gautam1-6/+10
2018-06-20iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du1-1/+1
2018-05-30iommu/mediatek: Fix protect memory settingYong Wu2-5/+11
2018-05-30iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior1-0/+2
2018-04-26iommu/vt-d: Use domain instead of cache fetchingPeter Xu1-2/+1
2018-04-26iommu/exynos: Don't unconditionally steal bus opsRobin Murphy1-0/+7
2018-04-24iommu/vt-d: Fix a potential memory leakLu Baolu1-0/+1
2018-03-24iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar1-3/+6
2018-01-10iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy1-1/+8
2018-01-10iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker1-3/+5
2017-12-20iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook1-1/+1
2017-12-20iommu/mediatek: Fix driver nameMatthias Brugger1-1/+1
2017-12-14iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-13iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel1-0/+1
2017-10-12iommu/exynos: Remove initconst attribute to avoid potential kernel oopsMarek Szyprowski1-1/+1
2017-10-10iommu/amd: Do not disable SWIOTLB if SME is activeTom Lendacky1-4/+6
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-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/vt-d: Fix harmless section mismatch warningArnd Bergmann1-1/+1
2017-09-19iommu: Add missing dependenciesGuenter Roeck1-2/+2
2017-09-10Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-1201/+2525
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-21/+55
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel30-1201/+2525
2017-09-01iommu/vt-d: Don't be too aggressive when clearing one context entryFilippo Sironi1-18/+24
2017-09-01iommu/intel: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-09-01iommu/amd: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-08-31iommu/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