index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
|
*
|
|
|
Merge branch 'memory-observability' into x86/amd
Joerg Roedel
2024-04-26
20
-198
/
+350
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
|
|
|
iommu: account IOMMU allocated memory
Pasha Tatashin
2024-04-15
1
-0
/
+2
|
|
|
|
|
*
|
|
|
iommu: observability of the IOMMU allocations
Pasha Tatashin
2024-04-15
1
-0
/
+30
|
|
|
|
|
*
|
|
|
iommu/tegra-smmu: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-8
/
+10
|
|
|
|
|
*
|
|
|
iommu/sun50i: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-3
/
+4
|
|
|
|
|
*
|
|
|
iommu/rockchip: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-6
/
+8
|
|
|
|
|
*
|
|
|
iommu/exynos: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-6
/
+8
|
|
|
|
|
*
|
|
|
iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-23
/
+14
|
|
|
|
|
*
|
|
|
iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-9
/
+6
|
|
|
|
|
*
|
|
|
iommu/amd: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
5
-79
/
+62
|
|
|
|
|
*
|
|
|
iommu/dma: use iommu_put_pages_list() to releae freelist
Pasha Tatashin
2024-04-15
1
-3
/
+4
|
|
|
|
|
*
|
|
|
iommu/vt-d: add wrapper functions for page allocations
Pasha Tatashin
2024-04-15
7
-63
/
+201
|
|
|
|
|
|
|
/
/
|
|
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
Merge branch 'iommu/fixes' into x86/amd
Joerg Roedel
2024-04-26
1
-0
/
+4
|
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
|
iommu/amd: Add SVA domain support
Vasant Hegde
2024-04-26
4
-3
/
+93
|
|
|
|
*
|
|
|
|
iommu: Add ops->domain_alloc_sva()
Jason Gunthorpe
2024-04-26
1
-5
/
+11
|
|
|
|
*
|
|
|
|
iommu/amd: Initial SVA support for AMD IOMMU
Vasant Hegde
2024-04-26
6
-6
/
+156
|
|
|
|
*
|
|
|
|
iommu/amd: Add support for enable/disable IOPF
Vasant Hegde
2024-04-26
4
-8
/
+77
|
|
|
|
*
|
|
|
|
iommu/amd: Add IO page fault notifier handler
Wei Huang
2024-04-26
2
-1
/
+107
|
|
|
|
*
|
|
|
|
iommu/amd: Add support for page response
Suravee Suthikulpanit
2024-04-26
3
-6
/
+13
|
|
|
|
*
|
|
|
|
iommu/amd: Define per-IOMMU iopf_queue
Suravee Suthikulpanit
2024-04-26
4
-2
/
+55
|
|
|
|
*
|
|
|
|
iommu/amd: Enable PCI features based on attached domain capability
Vasant Hegde
2024-04-26
2
-12
/
+14
|
|
|
|
*
|
|
|
|
iommu/amd: Setup GCR3 table in advance if domain is SVA capable
Vasant Hegde
2024-04-26
1
-15
/
+71
|
|
|
|
*
|
|
|
|
iommu/amd: Introduce iommu_dev_data.max_pasids
Vasant Hegde
2024-04-26
2
-0
/
+13
|
|
|
|
*
|
|
|
|
iommu/amd: Fix PPR interrupt processing logic
Vasant Hegde
2024-04-26
1
-4
/
+0
|
|
|
|
*
|
|
|
|
iommu/amd: Move PPR-related functions into ppr.c
Suravee Suthikulpanit
2024-04-26
5
-114
/
+139
|
|
|
|
*
|
|
|
|
iommu/amd: Add support for enabling/disabling IOMMU features
Wei Huang
2024-04-26
1
-0
/
+28
|
|
|
|
*
|
|
|
|
iommu/amd: Introduce per device DTE update function
Vasant Hegde
2024-04-26
2
-8
/
+19
|
|
|
|
*
|
|
|
|
iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
Vasant Hegde
2024-04-26
2
-2
/
+2
|
|
|
|
|
|
_
|
/
/
|
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Make the kunit into a module
Jason Gunthorpe
2024-05-10
5
-2
/
+15
|
|
|
*
|
|
|
|
Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Joerg Roedel
2024-05-03
11
-341
/
+1457
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
Jason Gunthorpe
2024-05-01
6
-27
/
+533
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
Jason Gunthorpe
2024-05-01
2
-32
/
+18
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Move the CD generation for SVA into a function
Jason Gunthorpe
2024-05-01
3
-132
/
+107
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Allocate the CD table entry in advance
Jason Gunthorpe
2024-05-01
1
-16
/
+8
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()
Jason Gunthorpe
2024-05-01
2
-23
/
+39
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Consolidate clearing a CD table entry
Jason Gunthorpe
2024-05-01
3
-11
/
+18
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
Jason Gunthorpe
2024-05-01
3
-29
/
+76
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
Jason Gunthorpe
2024-05-01
1
-22
/
+67
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Add an ops indirection to the STE code
Jason Gunthorpe
2024-05-01
1
-72
/
+104
|
|
|
*
|
|
|
|
iommu/arm-smmu-qcom: Don't build debug features as a kernel module
Will Deacon
2024-05-01
1
-1
/
+1
|
|
|
*
|
|
|
|
iommu/arm-smmu-qcom: Use the custom fault handler on more platforms
Georgi Djakov
2024-04-18
1
-0
/
+4
|
|
|
*
|
|
|
|
iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845
Georgi Djakov
2024-04-18
2
-0
/
+147
|
|
|
*
|
|
|
|
iommu/arm-smmu: Allow using a threaded handler for context interrupts
Georgi Djakov
2024-04-18
2
-2
/
+11
|
|
|
*
|
|
|
|
iommu/arm-smmu-qcom-debug: Add support for TBUs
Georgi Djakov
2024-04-18
4
-4
/
+365
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Free MSIs in case of ENOMEM
Aleksandr Aprelkov
2024-04-18
1
-1
/
+1
|
|
|
*
|
|
|
|
iommu/arm-smmu: Convert to domain_alloc_paging()
Jason Gunthorpe
2024-04-18
1
-6
/
+2
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Add a type for the CD entry
Jason Gunthorpe
2024-04-09
2
-10
/
+17
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
Jason Gunthorpe
2024-04-09
1
-1
/
+4
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
Jason Gunthorpe
2024-04-09
1
-0
/
+3
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Retire disable_bypass parameter
Robin Murphy
2024-04-09
1
-33
/
+13
[prev]
[next]