summary refs log tree commit diff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2023-01-07iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips
2023-01-04iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda
2022-12-31iommu/mediatek: Fix forever loop in error handlingDan Carpenter
2022-12-31iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe
2022-12-31iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck
2022-12-31iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu
2022-12-31iommu/mediatek: Use component_match_addYong Wu
2022-12-31iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu
2022-12-31iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can
2022-12-31iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang
2022-12-31iommu: Avoid races around device probeRobin Murphy
2022-12-31iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang
2022-12-31iommu/rockchip: fix permission bits in page table entries v2Michael Riesch
2022-12-31iommu/sun50i: Implement .iotlb_sync_mapJernej Skrabec
2022-12-31iommu/sun50i: Fix flush sizeJernej Skrabec
2022-12-31iommu/sun50i: Fix R/W permission checkJernej Skrabec
2022-12-31iommu/sun50i: Consider all fault sources for resetJernej Skrabec
2022-12-31iommu/sun50i: Fix reset releaseJernej Skrabec
2022-12-31iommu/s390: Fix duplicate domain attachmentsNiklas Schnelle
2022-12-05iommu/vt-d: Fix buggy QAT device maskJacob Pan
2022-12-02iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang
2022-12-02iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang
2022-12-02iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()Yang Yingliang
2022-12-02iommu/vt-d: Add a fix for devices need extra dtlb flushJacob Pan
2022-11-19iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang
2022-11-19iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entriesTina Zhang
2022-10-21iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar
2022-10-21iommu/vt-d: Use rcu_lock in get_resv_regionsLu Baolu
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/vt-d: Avoid unnecessary global DMA cache invalidationLu Baolu
2022-09-26iommu/vt-d: Avoid unnecessary global IRTE cache invalidationLu Baolu
2022-09-26iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_supportYi Liu
2022-09-26iommu/vt-d: Remove pasid_set_eafe()Lu Baolu
2022-09-26iommu/vt-d: Decouple PASID & PRI enabling from SVALu Baolu
2022-09-26iommu/vt-d: Remove unnecessary SVA data accesses in page fault pathLu Baolu
2022-09-26iommu: dart: Support t6000 variantSven Peter
2022-09-26iommu/io-pgtable-dart: Add DART PTE support for t6000Sven Peter
2022-09-26iommu/io-pgtable: Add DART subpage protection supportSven Peter
2022-09-26iommu/io-pgtable: Move Apple DART support to its own fileJanne Grunau
2022-09-26iommu/mediatek: Add support for MT6795 Helio X10 M4UsAngeloGioacchino Del Regno
2022-09-26iommu/mediatek: Introduce new flag TF_PORT_TO_ADDR_MT8173AngeloGioacchino Del Regno
2022-09-26iommu/amd: Fix sparse warningVasant Hegde
2022-09-26iommu/amd: Remove outdated commentVasant Hegde
2022-09-26iommu/amd: Free domain ID after domain_flush_pagesVasant Hegde
2022-09-26iommu/amd: Free domain id in error pathVasant Hegde
2022-09-21Merge tag 'coresight-next-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman