index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
/
iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
iommu/amd: Set page size bitmap during V2 domain allocation
Jerry Snitselaar
1
-4
/
+2
2023-03-11
iommu/amd: Fix error handling for pdev_pri_ats_enable()
Vasant Hegde
1
-5
/
+7
2023-03-10
iommu/amd: Improve page fault error reporting
Vasant Hegde
1
-0
/
+9
2023-03-10
iommu/amd: Do not identity map v2 capable device when snp is enabled
Vasant Hegde
1
-4
/
+9
2022-10-21
iommu: Add gfp parameter to iommu_alloc_resv_region
Lu Baolu
1
-3
/
+4
2022-09-26
Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...
Joerg Roedel
1
-68
/
+99
2022-09-26
iommu/amd: Remove outdated comment
Vasant Hegde
1
-4
/
+0
2022-09-26
iommu/amd: Free domain ID after domain_flush_pages
Vasant Hegde
1
-3
/
+3
2022-09-26
iommu/amd: Free domain id in error path
Vasant Hegde
1
-2
/
+6
2022-09-09
Merge branch 'iommu/fixes' into core
Joerg Roedel
1
-1
/
+2
2022-09-09
iommu/dma: Make header private
Robin Murphy
1
-1
/
+1
2022-09-07
iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-API
Suravee Suthikulpanit
1
-0
/
+25
2022-09-07
iommu/amd: Add support for Guest IO protection
Suravee Suthikulpanit
1
-0
/
+3
2022-09-07
iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 table
Suravee Suthikulpanit
1
-3
/
+11
2022-09-07
iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove locking
Suravee Suthikulpanit
1
-19
/
+27
2022-09-07
iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support
Vasant Hegde
1
-13
/
+16
2022-09-07
iommu/amd: Clean up bus_set_iommu()
Robin Murphy
1
-21
/
+0
2022-09-07
iommu/amd: Handle race between registration and device probe
Robin Murphy
1
-0
/
+4
2022-09-07
iommu: Retire iommu_capable()
Robin Murphy
1
-1
/
+1
2022-09-07
iommu/amd: use full 64-bit value in build_completion_wait()
John Sperbeck
1
-1
/
+2
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...
Joerg Roedel
1
-236
/
+349
2022-07-15
iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled
Suravee Suthikulpanit
1
-0
/
+7
2022-07-15
iommu/amd: Set translation valid bit only when IO page tables are in use
Suravee Suthikulpanit
1
-2
/
+14
2022-07-15
iommu: remove the put_resv_regions method
Christoph Hellwig
1
-1
/
+0
2022-07-07
iommu/amd: Update amd_iommu_fault structure to include PCI seg ID
Vasant Hegde
1
-1
/
+1
2022-07-07
iommu/amd: Print PCI segment ID in error log messages
Vasant Hegde
1
-18
/
+18
2022-07-07
iommu/amd: Specify PCI segment ID when getting pci device
Suravee Suthikulpanit
1
-9
/
+10
2022-07-07
iommu/amd: Introduce get_device_sbdf_id() helper function
Suravee Suthikulpanit
1
-29
/
+29
2022-07-07
iommu/amd: Flush upto last_bdf only
Vasant Hegde
1
-3
/
+6
2022-07-07
iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]
Suravee Suthikulpanit
1
-6
/
+12
2022-07-07
iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()
Suravee Suthikulpanit
1
-1
/
+1
2022-07-07
iommu/amd: Update set_dte_irq_entry
Suravee Suthikulpanit
1
-6
/
+7
2022-07-07
iommu/amd: Update dump_dte_entry
Suravee Suthikulpanit
1
-4
/
+4
2022-07-07
iommu/amd: Update iommu_ignore_device
Suravee Suthikulpanit
1
-3
/
+3
2022-07-07
iommu/amd: Update set_dte_entry and clear_dte_entry
Suravee Suthikulpanit
1
-8
/
+11
2022-07-07
iommu/amd: Convert to use per PCI segment rlookup_table
Vasant Hegde
1
-10
/
+9
2022-07-07
iommu/amd: Update alloc_irq_table and alloc_irq_index
Suravee Suthikulpanit
1
-17
/
+9
2022-07-07
iommu/amd: Update amd_irte_ops functions
Suravee Suthikulpanit
1
-30
/
+21
2022-07-07
iommu/amd: Introduce struct amd_ir_data.iommu
Suravee Suthikulpanit
1
-19
/
+15
2022-07-07
iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper function
Suravee Suthikulpanit
1
-5
/
+10
2022-07-07
iommu/amd: Convert to use rlookup_amd_iommu helper function
Suravee Suthikulpanit
1
-26
/
+38
2022-07-07
iommu/amd: Convert to use per PCI segment irq_lookup_table
Vasant Hegde
1
-13
/
+23
2022-07-07
iommu/amd: Introduce per PCI segment unity map list
Vasant Hegde
1
-1
/
+7
2022-07-07
iommu/amd: Introduce per PCI segment alias_table
Suravee Suthikulpanit
1
-16
/
+25
2022-07-07
iommu/amd: Introduce per PCI segment dev_data_list
Vasant Hegde
1
-11
/
+10
2022-07-07
iommu/amd: Introduce per PCI segment rlookup table
Suravee Suthikulpanit
1
-0
/
+44
2022-07-07
iommu/amd: Introduce per PCI segment device table
Suravee Suthikulpanit
1
-0
/
+12
2022-07-07
iommu/amd: Update struct iommu_dev_data definition
Vasant Hegde
1
-13
/
+19
2022-04-28
iommu: Introduce the domain op enforce_cache_coherency()
Jason Gunthorpe
1
-0
/
+7
2022-04-28
iommu/amd: Indicate whether DMA remap support is enabled
Mario Limonciello
1
-0
/
+2
[next]