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
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
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
2024-09-13
Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...
Joerg Roedel
1
-112
/
+94
2024-09-12
iommu/amd: Test for PAGING domains before freeing a domain
Jason Gunthorpe
1
-1
/
+2
2024-09-12
iommu/amd: Fix argument order in amd_iommu_dev_flush_pasid_all()
Eliav Bar-ilan
1
-2
/
+2
2024-09-04
iommu/amd: Remove conditions from domain free paths
Jason Gunthorpe
1
-19
/
+10
2024-09-04
iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
Jason Gunthorpe
1
-5
/
+7
2024-09-04
iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
Jason Gunthorpe
1
-2
/
+3
2024-09-04
iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
Jason Gunthorpe
1
-7
/
+7
2024-09-04
iommu/amd: Remove amd_iommu_domain_update() from page table freeing
Jason Gunthorpe
1
-0
/
+2
2024-09-04
iommu/amd: Set the pgsize_bitmap correctly
Jason Gunthorpe
1
-24
/
+4
2024-09-04
iommu/amd: Move allocation of the top table into v1_alloc_pgtable
Jason Gunthorpe
1
-19
/
+2
2024-09-04
iommu/amd: Make amd_iommu_dev_update_dte() static
Vasant Hegde
1
-4
/
+4
2024-09-04
iommu/amd: Rework amd_iommu_update_and_flush_device_table()
Vasant Hegde
1
-14
/
+4
2024-09-04
iommu/amd: Make amd_iommu_domain_flush_complete() static
Vasant Hegde
1
-18
/
+19
2024-09-04
iommu/amd: Make amd_iommu_dev_flush_pasid_all() static
Vasant Hegde
1
-3
/
+3
2024-09-04
iommu/amd: Handle error path in amd_iommu_probe_device()
Vasant Hegde
1
-3
/
+5
2024-09-04
iommu/amd: Make amd_iommu_is_attach_deferred() static
Vasant Hegde
1
-1
/
+1
2024-09-04
iommu/amd: Update event log pointer as soon as processing is complete
Vasant Hegde
1
-1
/
+3
2024-08-30
iommu: Allow ATS to work on VFs when the PF uses IDENTITY
Jason Gunthorpe
1
-0
/
+3
2024-08-13
iommu/amd: Add blocked domain support
Vasant Hegde
1
-0
/
+24
2024-06-27
iommu/amd: Invalidate cache before removing device from domain list
Vasant Hegde
1
-6
/
+6
2024-06-04
iommu/amd: Fix Invalid wait context issue
Vasant Hegde
1
-24
/
+24
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+2
2024-05-16
Revert "iommu/amd: Enable PCI/IMS"
Bjorn Helgaas
1
-15
/
+2
2024-05-13
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...
Joerg Roedel
1
-113
/
+189
2024-04-26
Merge branch 'memory-observability' into x86/amd
Joerg Roedel
1
-5
/
+6
2024-04-26
Merge branch 'iommu/fixes' into x86/amd
Joerg Roedel
1
-0
/
+4
2024-04-26
iommu/amd: Add SVA domain support
Vasant Hegde
1
-3
/
+7
2024-04-26
iommu/amd: Initial SVA support for AMD IOMMU
Vasant Hegde
1
-5
/
+2
2024-04-26
iommu/amd: Add support for enable/disable IOPF
Vasant Hegde
1
-8
/
+31
2024-04-26
iommu/amd: Add support for page response
Suravee Suthikulpanit
1
-4
/
+4
2024-04-26
iommu/amd: Enable PCI features based on attached domain capability
Vasant Hegde
1
-8
/
+14
2024-04-26
iommu/amd: Setup GCR3 table in advance if domain is SVA capable
Vasant Hegde
1
-15
/
+71
2024-04-26
iommu/amd: Introduce iommu_dev_data.max_pasids
Vasant Hegde
1
-0
/
+12
2024-04-26
iommu/amd: Move PPR-related functions into ppr.c
Suravee Suthikulpanit
1
-54
/
+1
2024-04-26
iommu/amd: Add support for enabling/disabling IOMMU features
Wei Huang
1
-0
/
+28
2024-04-26
iommu/amd: Introduce per device DTE update function
Vasant Hegde
1
-8
/
+18
2024-04-26
iommu/amd: Enhance def_domain_type to handle untrusted device
Vasant Hegde
1
-0
/
+4
2024-04-26
iommu/dma: Centralise iommu_setup_dma_ops()
Robin Murphy
1
-8
/
+0
2024-04-15
iommu/amd: use page allocation function provided by iommu-pages.h
Pasha Tatashin
1
-5
/
+6
2024-04-12
iommu/amd: Fix possible irq lock inversion dependency issue
Vasant Hegde
1
-4
/
+7
2024-03-08
iommu/amd: Fix sleeping in atomic context
Vasant Hegde
1
-1
/
+1
2024-02-09
iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issue
Vasant Hegde
1
-17
/
+63
2024-02-09
iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
Suravee Suthikulpanit
1
-1
/
+1
2024-02-09
iommu/amd: Rearrange device flush code
Vasant Hegde
1
-49
/
+43
2024-02-09
iommu/amd: Remove unused flush pasid functions
Vasant Hegde
1
-100
/
+0
2024-02-09
iommu/amd: Refactor GCR3 table helper functions
Suravee Suthikulpanit
1
-22
/
+31
2024-02-09
iommu/amd: Refactor protection_domain helper functions
Suravee Suthikulpanit
1
-11
/
+3
2024-02-09
iommu/amd: Refactor attaching / detaching device functions
Suravee Suthikulpanit
1
-3
/
+27
2024-02-09
iommu/amd: Refactor helper function for setting / clearing GCR3
Suravee Suthikulpanit
1
-61
/
+54
2024-02-09
iommu/amd: Rearrange GCR3 table setup code
Vasant Hegde
1
-32
/
+32
[next]