index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
arm
/
arm-smmu-v3
/
arm-smmu-v3.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/arm-smmu-v3: Convert comma to semicolon
Chen Ni
2024-10-08
1
-1
/
+1
*
iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
Daniel Mentz
2024-10-08
1
-1
/
+1
*
-
-
-
.
Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...
Joerg Roedel
2024-09-13
1
-239
/
+339
|
\
\
\
|
|
|
*
iommu: Allow ATS to work on VFs when the PF uses IDENTITY
Jason Gunthorpe
2024-08-30
1
-0
/
+6
|
|
|
/
|
*
|
iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg
Jason Gunthorpe
2024-09-09
1
-60
/
+55
|
*
|
iommu/arm-smmu-v3: Add types for each level of the CD table
Jason Gunthorpe
2024-09-09
1
-21
/
+24
|
*
|
iommu/arm-smmu-v3: Shrink the cdtab l1_desc array
Jason Gunthorpe
2024-09-09
1
-24
/
+18
|
*
|
iommu/arm-smmu-v3: Do not use devm for the cd table allocations
Jason Gunthorpe
2024-09-09
1
-16
/
+13
|
*
|
iommu/arm-smmu-v3: Remove strtab_base/cfg
Jason Gunthorpe
2024-09-09
1
-28
/
+27
|
*
|
iommu/arm-smmu-v3: Reorganize struct arm_smmu_strtab_cfg
Jason Gunthorpe
2024-09-09
1
-41
/
+37
|
*
|
iommu/arm-smmu-v3: Add types for each level of the 2 level stream table
Jason Gunthorpe
2024-09-09
1
-10
/
+11
|
*
|
iommu/arm-smmu-v3: Add arm_smmu_strtab_l1/2_idx()
Jason Gunthorpe
2024-09-09
1
-26
/
+19
|
*
|
iommu/arm-smmu-v3: Use the new rb tree helpers
Jason Gunthorpe
2024-09-06
1
-37
/
+31
|
*
|
iommu/tegra241-cmdqv: Do not allocate vcmdq until dma_set_mask_and_coherent
Nicolin Chen
2024-09-05
1
-1
/
+8
|
*
|
iommu/arm-smmu-v3: Match Stall behaviour for S2
Mostafa Saleh
2024-08-30
1
-5
/
+3
|
*
|
iommu/tegra241-cmdqv: Limit CMDs for VCMDQs of a guest owned VINTF
Nicolin Chen
2024-08-30
1
-12
/
+16
|
*
|
iommu/arm-smmu-v3: Start a new batch if new command is not supported
Nicolin Chen
2024-08-30
1
-2
/
+4
|
*
|
iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
Nate Watterson
2024-08-30
1
-1
/
+32
|
*
|
iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops
Jason Gunthorpe
2024-08-30
1
-1
/
+50
|
*
|
iommu/arm-smmu-v3: Add acpi_smmu_iort_probe_model for impl
Nicolin Chen
2024-08-30
1
-5
/
+10
|
*
|
iommu/arm-smmu-v3: Add ARM_SMMU_OPT_TEGRA241_CMDQV
Nicolin Chen
2024-08-30
1
-1
/
+15
|
*
|
iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
Nicolin Chen
2024-08-30
1
-10
/
+8
|
*
|
iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_init
Nicolin Chen
2024-08-30
1
-3
/
+3
|
*
|
iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmd
Nicolin Chen
2024-08-30
1
-4
/
+6
|
*
|
iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
Nicolin Chen
2024-08-30
1
-18
/
+30
|
*
|
iommu/arm-smmu-v3: Fix a NULL vs IS_ERR() check
Dan Carpenter
2024-08-16
1
-2
/
+2
|
|
/
*
/
iommu: Handle iommu faults for a bad iopf setup
Pranjal Shrivastava
2024-08-23
1
-1
/
+1
|
/
*
iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
Kunkun Jiang
2024-07-03
1
-0
/
+15
*
iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
Joao Martins
2024-07-03
1
-23
/
+61
*
iommu/arm-smmu-v3: Add feature detection for HTTU
Jean-Philippe Brucker
2024-07-03
1
-0
/
+32
*
iommu/arm-smmu-v3: Add support for domain_alloc_user fn
Shameer Kolothum
2024-07-03
1
-2
/
+31
*
iommu/arm-smmu-v3: Shrink the strtab l1_desc array
Jason Gunthorpe
2024-07-02
1
-7
/
+6
*
iommu/arm-smmu-v3: Do not zero the strtab twice
Jason Gunthorpe
2024-07-02
1
-20
/
+6
*
iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
Jason Gunthorpe
2024-07-02
1
-1
/
+40
*
iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
Jason Gunthorpe
2024-07-02
1
-2
/
+47
*
iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
Jason Gunthorpe
2024-07-02
1
-13
/
+47
*
iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
Jason Gunthorpe
2024-07-02
1
-54
/
+15
*
iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
Jason Gunthorpe
2024-07-02
1
-2
/
+28
*
iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
Jason Gunthorpe
2024-07-02
1
-8
/
+19
*
iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
Jason Gunthorpe
2024-07-02
1
-9
/
+17
*
iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
Jason Gunthorpe
2024-07-02
1
-12
/
+12
*
iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
Jason Gunthorpe
2024-07-02
1
-9
/
+33
*
iommu/arm-smmu-v3: Make changing domains be hitless for ATS
Jason Gunthorpe
2024-07-02
1
-66
/
+171
*
iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
Jason Gunthorpe
2024-07-02
1
-5
/
+34
*
iommu/arm-smmu-v3: Start building a generic PASID layer
Jason Gunthorpe
2024-07-02
1
-2
/
+30
*
iommu/arm-smmu-v3: Convert to domain_alloc_sva()
Jason Gunthorpe
2024-07-02
1
-9
/
+1
*
iommu/arm-smmu-v3: Avoid uninitialized asid in case of error
Mostafa Saleh
2024-06-05
1
-1
/
+1
*
-
.
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...
Joerg Roedel
2024-05-13
1
-275
/
+293
|
\
\
|
|
*
iommu: Pass domain to remove_dev_pasid() op
Yi Liu
2024-04-12
1
-7
/
+2
|
|
/
|
/
|
|
*
iommu/arm-smmu-v3: Make the kunit into a module
Jason Gunthorpe
2024-05-10
1
-0
/
+8
[next]