summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2019-09-16iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy
2019-09-16iommu/arm-smmu-v3: Don't disable SMMU in kdump kernelWill Deacon
2019-09-16iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu
2019-08-02iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko
2019-05-30iommu/amd: Set exclusion range correctlyJoerg Roedel
2019-05-23iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel
2019-05-05iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright
2019-05-05iommu/vt-d: Check capability before disabling protected memoryLu Baolu
2019-04-12iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tablesNicolas Boichat
2019-04-07iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debuggingNicolas Boichat
2019-04-07iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka
2019-03-20iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit
2019-03-20iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar
2019-03-20iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar
2019-03-01iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon
2019-03-01iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam
2019-03-01iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloadsZhen Lei
2019-03-01iommu/amd: Fix amd_iommu=force_isolationYu Zhao
2019-02-19iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer
2019-01-14iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta
2019-01-12iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writesRobin Murphy
2018-12-30iommu/vt-d: Use memunmap to free memremapPan Bian
2018-12-30amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi
2018-12-30iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven
2018-12-30iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu
2018-11-13iommu/arm-smmu: Ensure that page-table updates are visible before TLBIWill Deacon
2018-10-20iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath
2018-10-20iommu/rockchip: Free irqs in shutdown handlerHeiko Stuebner
2018-10-10iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh
2018-10-03iommu/msm: Don't call iommu_device_{,un}link from atomic contextNiklas Cassel
2018-10-03iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei
2018-09-26iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3Yoshihiro Shimoda
2018-09-26iommu/io-pgtable-arm: Fix pgtable allocation in selftestJean-Philippe Brucker
2018-09-26iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the PTEJean-Philippe Brucker
2018-09-26iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer registerMiao Zhong
2018-09-19iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven
2018-09-19iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernelWill Deacon
2018-09-15iommu/omap: Fix cache flushes on L2 table entriesRalf Goebel
2018-09-15iommu/rockchip: Move irq request past pm_runtime_enableMarc Zyngier
2018-09-15iommu/rockchip: Handle errors returned from PM frameworkMarc Zyngier
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan
2018-09-09iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSADmitry Osipenko
2018-09-05iommu/arm-smmu: Error out only if not enough context interruptsVivek Gautam
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu
2018-07-05Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_...Christoph Hellwig
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook