index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
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
4
-3
/
+93
2024-04-26
iommu/amd: Initial SVA support for AMD IOMMU
Vasant Hegde
6
-6
/
+156
2024-04-26
iommu/amd: Add support for enable/disable IOPF
Vasant Hegde
4
-8
/
+77
2024-04-26
iommu/amd: Add IO page fault notifier handler
Wei Huang
2
-1
/
+107
2024-04-26
iommu/amd: Add support for page response
Suravee Suthikulpanit
3
-6
/
+13
2024-04-26
iommu/amd: Define per-IOMMU iopf_queue
Suravee Suthikulpanit
4
-2
/
+55
2024-04-26
iommu/amd: Enable PCI features based on attached domain capability
Vasant Hegde
2
-12
/
+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
2
-0
/
+13
2024-04-26
iommu/amd: Fix PPR interrupt processing logic
Vasant Hegde
1
-4
/
+0
2024-04-26
iommu/amd: Move PPR-related functions into ppr.c
Suravee Suthikulpanit
5
-114
/
+139
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
2
-8
/
+19
2024-04-26
iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
Vasant Hegde
2
-2
/
+2
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-26
iommu/vt-d: Allocate DMAR fault interrupts locally
Dimitri Sivanich
2
-2
/
+2
2024-04-15
iommu/amd: use page allocation function provided by iommu-pages.h
Pasha Tatashin
5
-79
/
+62
2024-04-12
iommu/amd: Change log message severity
Vasant Hegde
1
-2
/
+2
2024-04-12
iommu/amd: Do not enable SNP when V2 page table is enabled
Vasant Hegde
1
-10
/
+11
2024-04-12
iommu/amd: Fix possible irq lock inversion dependency issue
Vasant Hegde
1
-4
/
+7
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
1
-1
/
+3
2024-03-13
Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-405
/
+337
2024-03-08
iommu/amd: Fix sleeping in atomic context
Vasant Hegde
1
-1
/
+1
2024-02-16
iommu/amd: Mark interrupt as managed
Mario Limonciello
1
-0
/
+3
2024-02-09
iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issue
Vasant Hegde
2
-17
/
+64
2024-02-09
iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
Suravee Suthikulpanit
2
-13
/
+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
2
-103
/
+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
3
-83
/
+61
2024-02-09
iommu/amd: Rearrange GCR3 table setup code
Vasant Hegde
1
-32
/
+32
2024-02-09
iommu/amd: Add support for device based TLB invalidation
Vasant Hegde
2
-0
/
+28
2024-02-09
iommu/amd: Use protection_domain.flags to check page table mode
Vasant Hegde
1
-2
/
+2
2024-02-09
iommu/amd: Introduce per-device GCR3 table
Suravee Suthikulpanit
1
-0
/
+7
2024-02-09
iommu/amd: Introduce struct protection_domain.pd_mode
Suravee Suthikulpanit
2
-0
/
+8
2024-02-09
iommu/amd: Introduce get_amd_iommu_from_dev()
Suravee Suthikulpanit
2
-41
/
+28
2024-02-09
iommu/amd: Enable Guest Translation before registering devices
Vasant Hegde
1
-3
/
+3
2024-02-09
iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
Vasant Hegde
1
-10
/
+8
2024-02-09
iommu/amd: Remove EXPORT_SYMBOL for perf counter related functions
Vasant Hegde
1
-3
/
+0
2024-02-09
iommu/amd: Remove redundant error check in amd_iommu_probe_device()
Vasant Hegde
1
-2
/
+1
2024-02-09
iommu/amd: Remove duplicate function declarations from amd_iommu.h
Vasant Hegde
1
-8
/
+0
2024-02-09
iommu/amd: Remove unused APERTURE_* macros
Vasant Hegde
1
-8
/
+0
2024-02-09
iommu/amd: Remove unused IOVA_* macro
Vasant Hegde
1
-4
/
+0
2024-02-09
iommu/amd: Remove unused PPR_* macros
Vasant Hegde
1
-4
/
+0
2024-02-07
iommu/amd: Fix failure return from snp_lookup_rmpentry()
Ashish Kalra
1
-10
/
+15
2024-01-29
iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown
Ashish Kalra
1
-0
/
+79
[prev]
[next]