summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren2022-04-131-1/+1
* iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui2022-04-131-0/+1
* iommu/dma: Account for min_align_mask w/swiotlbDavid Stevens2022-04-081-3/+2
* swiotlb: Support aligned swiotlb buffersDavid Stevens2022-04-081-2/+2
* iommu/dma: Check CONFIG_SWIOTLB more broadlyDavid Stevens2022-04-081-8/+12
* iommu/dma: Fold _swiotlb helpers into callersDavid Stevens2022-04-081-76/+59
* iommu/dma: Skip extra sync during unmap w/swiotlbDavid Stevens2022-04-081-5/+6
* media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu2022-04-082-1/+58
* media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu2022-04-082-2/+2
* media: iommu/mediatek-v1: Free the existed fwspec if the master dev already hasYong Wu2022-04-081-0/+9
* iommu/ipmmu-vmsa: Check for error num after setting maskJiasheng Jiang2022-04-081-1/+3
* iommu/iova: Improve 32-bit free space estimateRobin Murphy2022-04-081-2/+3
* iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit2022-03-081-6/+6
* iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin2022-03-081-1/+3
* iommu/amd: Recover from event log overflowLennert Buytenhek2022-03-084-2/+20
* iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang2022-03-081-1/+1
* iommu: Fix potential use-after-free during probeVijayanand Jitta2022-02-161-2/+7
* iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel2022-02-081-0/+2
* iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang2022-02-081-3/+10
* iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang2022-01-271-2/+1
* iommu/amd: Remove useless irq affinity notifierMaxim Levitsky2022-01-271-2/+0
* iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeMaxim Levitsky2022-01-271-1/+7
* iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskMaxim Levitsky2022-01-271-32/+33
* iommu/amd: X2apic mode: re-enable after resumeMaxim Levitsky2022-01-271-1/+4
* iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky2022-01-271-16/+15
* iommu/arm-smmu-qcom: Fix TTBR0 readRob Clark2022-01-271-1/+1
* iommu/io-pgtable-arm: Fix table descriptor paddr formattingHector Martin2022-01-271-4/+5
* iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu2022-01-271-1/+2
* iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failureYunfei Wang2022-01-271-1/+5
* iommu/amd: Clarify AMD IOMMUv2 initialization messagesJoerg Roedel2021-12-011-3/+3
* iommu/vt-d: Fix unmap_pages supportAlex Williamson2021-12-011-4/+2
* iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568Alex Bee2021-12-011-2/+2
* iommu/dart: Initialize DART_STREAMS_ENABLESven Peter2021-11-251-0/+5
* iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel optionTvrtko Ursulin2021-11-251-1/+5
* iommu/dma: Fix incorrect error return on iommu deferred attachLogan Gunthorpe2021-11-181-1/+2
* iommu/dma: Fix arch_sync_dma for mapDavid Stevens2021-11-181-9/+7
* iommu/dma: Fix sync_sg with swiotlbDavid Stevens2021-11-181-20/+13
* iommu/mediatek: Fix out-of-range warning with clangArnd Bergmann2021-11-181-1/+3
* iommu/arm: fix ARM_SMMU_QCOM compilationArnd Bergmann2021-10-131-0/+8
* Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-083-4/+5
|\
| * qcom_scm: hide Kconfig symbolArnd Bergmann2021-10-073-4/+5
* | iommu/dart: Clear sid2group entry when a group is freedSven Peter2021-09-281-3/+35
* | iommu/vt-d: Drop "0x" prefix from PCI bus & device addressesBjorn Helgaas2021-09-281-3/+3
* | iommu/dart: Remove iommu_flush_opsSven Peter2021-09-281-18/+0
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-0/+2
|\
| * iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji2021-09-061-0/+2
* | Merge tag 'iommu-fixes-v5.15-rc0' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-103-24/+41
|\ \
| * | iommu: Clarify default domain KconfigRobin Murphy2021-09-091-1/+1
| * | iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu2021-09-091-0/+12
| * | iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu2021-09-091-3/+0