summaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * | iommu/vt-d: Remove BUG_ON in map/unmap()Tina Zhang2023-04-131-3/+5
| | | | | | | | | | | * | iommu/vt-d: Remove BUG_ON when domain->pgd is NULLTina Zhang2023-04-131-4/+0
| | | | | | | | | | | * | iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidationTina Zhang2023-04-131-3/+8
| | | | | | | | | | | * | iommu/vt-d: Remove BUG_ON on checking valid pfn rangeTina Zhang2023-04-131-6/+6
| | | | | | | | | | | * | iommu/vt-d: Make size of operands same in bitwise operationsTina Zhang2023-04-132-3/+3
| | | | | | | | | | | * | iommu/vt-d: Remove PASID supervisor request supportJacob Pan2023-04-132-50/+0
| | | | | | | | | | | * | iommu/vt-d: Use non-privileged mode for all PASIDsJacob Pan2023-04-131-2/+0
| | | | | | | | | | | * | iommu/vt-d: Remove extern from function prototypesLu Baolu2023-04-131-18/+18
| | | | | | | | | | | * | iommu/vt-d: Do not use GFP_ATOMIC when not neededChristophe JAILLET2023-04-131-1/+1
| | | | | | | | | | | * | iommu/vt-d: Remove unnecessary checks in iopf disabling pathLu Baolu2023-04-131-9/+8
| | | | | | | | | | | * | iommu/vt-d: Move PRI handling to IOPF feature pathLu Baolu2023-04-131-12/+41
| | | | | | | | | | | * | iommu/vt-d: Move pfsid and ats_qdep calculation to device probe pathLu Baolu2023-04-131-15/+11
| | | | | | | | | | | * | iommu/vt-d: Move iopf code from SVA to IOPF enabling pathLu Baolu2023-04-131-14/+18
| | | | | | | | | | | * | iommu/vt-d: Allow SVA with device-specific IOPFLu Baolu2023-04-131-1/+15
| | | | | | | | | | | |/
| | | | | | | | | | * | iommu/sprd: Add support for reattaching an existing domainChunyan Zhang2023-03-311-6/+19
| | | | | | | | | | * | iommu/sprd: Release dma buffer to avoid memory leakChunyan Zhang2023-03-311-7/+22
| | | | | | | | | | |/
| | | | | | | | | * / iommu/fsl: fix all kernel-doc warnings in fsl_pamu.cRandy Dunlap2023-03-221-4/+5
| | | | | | | | | |/
| | | | | | | | * | iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if anyTomas Krcka2023-03-301-5/+14
| | | | | | | | * | iommu/arm-smmu-qcom: Limit the SMR groups to 128Manivannan Sadhasivam2023-03-271-1/+15
| | | | | | | | * | iommu/arm-smmu-v3: Explain why ATS stays disabled with bypassJean-Philippe Brucker2023-03-271-0/+7
| | | | | | | | |/
| | | | | | | * / iommu/rockchip: Add missing set_platform_dma_ops callbackSteven Price2023-04-131-14/+47
| | | | | | | |/
| | | | | | * / iommu/ipmmu-vmsa: remove R-Car H3 ES1.* handlingWolfram Sang2023-03-221-1/+0
| | | | | | |/
| | | | | * / iommu/omap: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-221-1/+1
| | | | | |/
| | | | * | iommu/mediatek: Set dma_mask for the master devicesYong Wu2023-04-131-0/+8
| | | | * | iommu/mediatek: Add a gap for the iova regionsYong Wu2023-04-131-5/+7
| | | | * | iommu/mediatek: mt8186: Add iova_region_larb_mskYong Wu2023-04-131-0/+13
| | | | * | iommu/mediatek: mt8195: Add iova_region_larb_mskYong Wu2023-04-131-0/+17
| | | | * | iommu/mediatek: mt8192: Add iova_region_larb_mskYong Wu2023-04-131-1/+18
| | | | * | iommu/mediatek: Get regionid from larb/port idYong Wu2023-04-131-19/+26
| | | | * | iommu/mediatek: Improve comment for the current region/bankYong Wu2023-04-131-5/+26
| | | | * | iommu/mediatek: Set dma_mask for PGTABLE_PA_35_ENYong Wu2023-03-281-0/+8
| | | | |/
| | | * / iommu/exynos: Use the devm_clk_get_optional() helperChristophe JAILLET2023-04-131-16/+8
| | | |/
| | * / iommu/sun50i: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-221-1/+0
| | |/
| * | iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I2023-04-131-2/+2
| * | iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar2023-04-132-6/+9
* | | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-2/+6
|\ \ \
| * | | x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov2023-03-161-0/+4
| * | | iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov2023-03-161-2/+2
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-282-3/+3
|\ \ \
| * | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-062-2/+2
| * | | iommu: fix MAX_ORDER usage in __iommu_dma_alloc_pages()Kirill A. Shutemov2023-04-061-2/+2
| |/ /
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-1/+0
|\ \ \
| * | | iommu/sun50i: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| |/ /
* | | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-0/+4
|\ \ \
| * \ \ Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-106-40/+72
| |\ \ \ | | | |/ | | |/|
| * | | iommu: Add iommu probe for CDX busNipun Gupta2023-03-291-0/+4
| | |/ | |/|
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-7/+7
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-035-38/+58
| |\ \ \
| * | | | iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2023-03-231-7/+7
| | |/ / | |/| |
* | | | Merge branch 'iommufd/for-rc' into for-nextJason Gunthorpe2023-04-046-40/+72
|\ \ \ \ | | |_|/ | |/| |