summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/virtio: Return size mapped for a detached domainJean-Philippe Brucker2023-07-191-16/+17
* iommu/virtio: Detach domain on endpoint releaseJean-Philippe Brucker2023-07-191-0/+24
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-07-012-3/+3
* iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde2023-06-091-1/+10
* iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh2023-06-091-1/+1
* iommu/mediatek: Flush IOTLB completely only if domain has been attachedChen-Yu Tsai2023-06-091-1/+2
* iommu/amd: Fix up merge conflict resolutionJerry Snitselaar2023-06-091-3/+0
* iommu/amd: Handle GALog overflowsJoao Martins2023-06-093-1/+33
* iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins2023-06-091-2/+1
* iommu/rockchip: Fix unwind goto issueChao Wang2023-06-091-6/+8
* iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar2023-05-112-6/+9
* iommu/mediatek: Set dma_mask for PGTABLE_PA_35_ENYong Wu2023-05-111-0/+8
* iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I2023-05-111-2/+2
* iommu/vt-d: Allow zero SAGAW if second-stage not supportedLu Baolu2023-04-061-1/+2
* iommu: Attach device group to old domain in error pathVasant Hegde2023-03-111-1/+15
* iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde2023-03-111-5/+7
* iommu/vt-d: Fix PASID directory pointer coherencyJacob Pan2023-03-101-0/+7
* iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan2023-03-101-1/+6
* iommu/amd: Improve page fault error reportingVasant Hegde2023-03-101-0/+9
* iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia2023-03-101-1/+15
* iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang2023-03-101-1/+2
* iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu2023-03-101-4/+12
* iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde2023-03-101-4/+9
* iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe2023-03-101-2/+6
* iommu/vt-d: Set No Execute Enable bit in PASID table entryLu Baolu2023-03-101-0/+11
* iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter2023-03-101-7/+44
* iommu: dart: Support >64 stream IDsHector Martin2023-03-101-43/+71
* iommu: dart: Add suspend/resume supportHector Martin2023-03-101-0/+43
* iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy2023-01-181-2/+8
* iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean2023-01-181-8/+14
* iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET2023-01-181-1/+3
* iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean2023-01-181-1/+3
* iommu/iova: Fix alloc iova overflows issueYunfei Wang2023-01-181-2/+2
* iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips2023-01-071-25/+54
* iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips2023-01-071-0/+7
* iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda2023-01-041-1/+1
* iommu/mediatek: Fix forever loop in error handlingDan Carpenter2022-12-311-2/+1
* iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe2022-12-311-1/+0
* iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck2022-12-311-0/+12
* iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu2022-12-311-7/+20
* iommu/mediatek: Use component_match_addYong Wu2022-12-311-6/+4
* iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu2022-12-311-3/+8
* iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can2022-12-311-1/+1
* iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang2022-12-311-0/+1
* iommu: Avoid races around device probeRobin Murphy2022-12-311-6/+22
* iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang2022-12-311-0/+2
* iommu/rockchip: fix permission bits in page table entries v2Michael Riesch2022-12-311-6/+4
* iommu/sun50i: Implement .iotlb_sync_mapJernej Skrabec2022-12-311-0/+73
* iommu/sun50i: Fix flush sizeJernej Skrabec2022-12-311-1/+1
* iommu/sun50i: Fix R/W permission checkJernej Skrabec2022-12-311-1/+1