index
:
linux.git
master
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.c
Age
Commit message (
Expand
)
Author
2021-04-16
iommu: Streamline registration interface
Robin Murphy
2021-04-16
iommu: Statically set module owner
Robin Murphy
2021-04-16
Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...
Joerg Roedel
2021-04-07
iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG command
Zenghui Yu
2021-04-07
iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
Robin Murphy
2021-04-07
iommu: remove DOMAIN_ATTR_NESTING
Christoph Hellwig
2021-04-07
iommu/arm-smmu-v3: Maintain a SID->device structure
Jean-Philippe Brucker
2021-04-07
iommu/arm-smmu-v3: Use device properties for pasid-num-bits
Jean-Philippe Brucker
2021-03-30
iommu/arm-smmu-v3: Add a check to avoid invalid iotlb sync
Xiang Chen
2021-02-01
Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updates
Will Deacon
2021-01-27
iommu: Switch gather->end to the inclusive end
Yong Wu
2021-01-22
iommu/arm-smmu-v3: Add support for VHE
Jean-Philippe Brucker
2021-01-22
iommu/arm-smmu-v3: Make BTM optional for SVA
Jean-Philippe Brucker
2021-01-22
iommu/arm-smmu-v3: Split arm_smmu_tlb_inv_range()
Jean-Philippe Brucker
2021-01-22
iommu/arm-smmu-v3: Use DEFINE_RES_MEM() to simplify code
Zhen Lei
2021-01-22
iommu/arm-smmu-v3: Remove the page 1 fixup
Robin Murphy
2020-12-08
iommu/io-pgtable: Remove tlb_flush_leaf
Robin Murphy
2020-12-08
Merge branch 'for-next/iommu/svm' into for-next/iommu/core
Will Deacon
2020-11-23
iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
Jean-Philippe Brucker
2020-11-23
iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
Jean-Philippe Brucker
2020-11-10
iommu/arm-smmu-v3: Assign boolean values to a bool variable
Kaixu Xia
2020-09-28
iommu/arm-smmu-v3: Add SVA device feature
Jean-Philippe Brucker
2020-09-28
iommu/arm-smmu-v3: Check for SVA features
Jean-Philippe Brucker
2020-09-28
iommu/arm-smmu-v3: Seize private ASID
Jean-Philippe Brucker
2020-09-28
iommu/arm-smmu-v3: Share process page tables
Jean-Philippe Brucker
2020-09-28
iommu/arm-smmu-v3: Move definitions to a header
Jean-Philippe Brucker
2020-09-28
iommu/arm-smmu-v3: Ensure queue is read after updating prod pointer
Zhou Wang
2020-09-21
iommu/arm-smmu-v3: Fix endianness annotations
Jean-Philippe Brucker
2020-09-07
iommu/arm-smmu-v3: permit users to disable msi polling
Barry Song
2020-09-07
iommu/arm-smmu-v3: replace module_param_named by module_param for disable_bypass
Barry Song
2020-09-07
iommu/arm-smmu-v3: replace symbolic permissions by octal permissions for modu...
Barry Song
2020-09-07
iommu/arm-smmu-v3: Fix l1 stream table size in the error message
Zenghui Yu
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-29
Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Joerg Roedel
2020-07-27
iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectory
Will Deacon