summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-07-19iommu/virtio: Return size mapped for a detached domainJean-Philippe Brucker1-16/+17
2023-07-19iommu/virtio: Detach domain on endpoint releaseJean-Philippe Brucker1-0/+24
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds2-3/+3
2023-06-09iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde1-1/+10
2023-06-09iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh1-1/+1
2023-06-09iommu/mediatek: Flush IOTLB completely only if domain has been attachedChen-Yu Tsai1-1/+2
2023-06-09iommu/amd: Fix up merge conflict resolutionJerry Snitselaar1-3/+0
2023-06-09iommu/amd: Handle GALog overflowsJoao Martins3-1/+33
2023-06-09iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins1-2/+1
2023-06-09iommu/rockchip: Fix unwind goto issueChao Wang1-6/+8
2023-05-11iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar2-6/+9
2023-05-11iommu/mediatek: Set dma_mask for PGTABLE_PA_35_ENYong Wu1-0/+8
2023-05-11iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I1-2/+2
2023-04-06iommu/vt-d: Allow zero SAGAW if second-stage not supportedLu Baolu1-1/+2
2023-03-11iommu: Attach device group to old domain in error pathVasant Hegde1-1/+15
2023-03-11iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde1-5/+7
2023-03-10iommu/vt-d: Fix PASID directory pointer coherencyJacob Pan1-0/+7
2023-03-10iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan1-1/+6
2023-03-10iommu/amd: Improve page fault error reportingVasant Hegde1-0/+9
2023-03-10iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia1-1/+15
2023-03-10iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang1-1/+2
2023-03-10iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu1-4/+12
2023-03-10iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde1-4/+9
2023-03-10iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe1-2/+6
2023-03-10iommu/vt-d: Set No Execute Enable bit in PASID table entryLu Baolu1-0/+11
2023-03-10iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter1-7/+44
2023-03-10iommu: dart: Support >64 stream IDsHector Martin1-43/+71
2023-03-10iommu: dart: Add suspend/resume supportHector Martin1-0/+43
2023-01-18iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy1-2/+8
2023-01-18iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean1-8/+14
2023-01-18iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET1-1/+3
2023-01-18iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean1-1/+3
2023-01-18iommu/iova: Fix alloc iova overflows issueYunfei Wang1-2/+2
2023-01-07iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips1-25/+54
2023-01-07iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips1-0/+7
2023-01-04iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda1-1/+1
2022-12-31iommu/mediatek: Fix forever loop in error handlingDan Carpenter1-2/+1
2022-12-31iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe1-1/+0
2022-12-31iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck1-0/+12
2022-12-31iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu1-7/+20
2022-12-31iommu/mediatek: Use component_match_addYong Wu1-6/+4
2022-12-31iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu1-3/+8
2022-12-31iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can1-1/+1
2022-12-31iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang1-0/+1
2022-12-31iommu: Avoid races around device probeRobin Murphy1-6/+22
2022-12-31iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-12-31iommu/rockchip: fix permission bits in page table entries v2Michael Riesch1-6/+4
2022-12-31iommu/sun50i: Implement .iotlb_sync_mapJernej Skrabec1-0/+73
2022-12-31iommu/sun50i: Fix flush sizeJernej Skrabec1-1/+1
2022-12-31iommu/sun50i: Fix R/W permission checkJernej Skrabec1-1/+1