index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
arm
/
arm-smmu-v3
/
arm-smmu-v3.h
Age
Commit message (
Expand
)
Author
2024-11-22
Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-15
Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...
Joerg Roedel
2024-11-12
iommu/arm-smmu-v3: Support IOMMU_HWPT_INVALIDATE using a VIOMMU object
Nicolin Chen
2024-11-12
iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
Jason Gunthorpe
2024-11-12
iommu/arm-smmu-v3: Use S2FWB for NESTED domains
Jason Gunthorpe
2024-11-12
iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
Jason Gunthorpe
2024-11-12
iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOC
Nicolin Chen
2024-11-08
iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
Jason Gunthorpe
2024-11-05
iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
Jason Gunthorpe
2024-11-05
iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
Nicolin Chen
2024-11-05
iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Add types for each level of the CD table
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Shrink the cdtab l1_desc array
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Remove strtab_base/cfg
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Reorganize struct arm_smmu_strtab_cfg
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Add types for each level of the 2 level stream table
Jason Gunthorpe
2024-09-09
iommu/arm-smmu-v3: Add arm_smmu_strtab_l1/2_idx()
Jason Gunthorpe
2024-09-05
iommu/tegra241-cmdqv: Do not allocate vcmdq until dma_set_mask_and_coherent
Nicolin Chen
2024-08-30
iommu/arm-smmu-v3: Match Stall behaviour for S2
Mostafa Saleh
2024-08-30
iommu/tegra241-cmdqv: Limit CMDs for VCMDQs of a guest owned VINTF
Nicolin Chen
2024-08-30
iommu/arm-smmu-v3: Start a new batch if new command is not supported
Nicolin Chen
2024-08-30
iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
Nate Watterson
2024-08-30
iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops
Jason Gunthorpe
2024-08-30
iommu/arm-smmu-v3: Add ARM_SMMU_OPT_TEGRA241_CMDQV
Nicolin Chen
2024-08-30
iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
Nicolin Chen
2024-08-30
iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
Nicolin Chen
2024-08-16
iommu/arm-smmu-v3: Remove the unused empty definition
Zhang Zekun
2024-07-03
iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
Kunkun Jiang
2024-07-03
iommu/arm-smmu-v3: Add feature detection for HTTU
Jean-Philippe Brucker
2024-07-02
iommu/arm-smmu-v3: Shrink the strtab l1_desc array
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Make changing domains be hitless for ATS
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Start building a generic PASID layer
Jason Gunthorpe
2024-07-02
iommu/arm-smmu-v3: Convert to domain_alloc_sva()
Jason Gunthorpe
2024-05-01
iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
Jason Gunthorpe
2024-05-01
iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
Jason Gunthorpe
2024-05-01
iommu/arm-smmu-v3: Move the CD generation for SVA into a function
Jason Gunthorpe
2024-05-01
iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()
Jason Gunthorpe
2024-05-01
iommu/arm-smmu-v3: Consolidate clearing a CD table entry
Jason Gunthorpe
2024-05-01
iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
Jason Gunthorpe
2024-04-09
iommu/arm-smmu-v3: Add a type for the CD entry
Jason Gunthorpe
2024-03-26
iommu/arm-smmu-v3: Fix access for STE.SHCFG
Mostafa Saleh
[next]