index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-08
iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_...
Jinhui Guo
1
-1
/
+1
2026-01-08
iommu/amd: Fix pci_segment memleak in alloc_pci_segment()
Jinhui Guo
1
-3
/
+12
2026-01-02
amd/iommu: Preserve domain ids inside the kdump kernel
Sairaj Kodilkar
1
-1
/
+22
2025-12-18
iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show
Songtang Liu
1
-1
/
+1
2025-09-26
Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...
Joerg Roedel
3
-93
/
+201
2025-09-19
iommu/amd/pgtbl: Fix possible race while increase page table level
Vasant Hegde
2
-4
/
+22
2025-09-13
iommu/amd: Fix alias device DTE setting
Vasant Hegde
1
-3
/
+3
2025-09-05
iommu/amd: Fix ivrs_base memleak in early_amd_iommu_init()
Zhen Ni
1
-1
/
+2
2025-09-05
iommu/amd: Skip enabling command/event buffers for kdump
Ashish Kalra
1
-9
/
+19
2025-09-05
iommu/amd: Reuse device table for kdump
Ashish Kalra
1
-70
/
+34
2025-09-05
iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
Ashish Kalra
3
-13
/
+146
2025-09-05
iommu/amd: use str_plural() to simplify the code
Xichao Zhao
1
-1
/
+2
2025-08-15
iommu/amd: Avoid stack buffer overflow from kernel cmdline
Kees Cook
1
-2
/
+2
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-49
/
+77
2025-07-24
Merge branch 'amd/amd-vi' into next
Will Deacon
6
-30
/
+467
2025-07-17
iommu/amd: Fix geometry.aperture_end for V2 tables
Jason Gunthorpe
1
-2
/
+15
2025-07-15
iommu/amd: Add debugfs support to dump IRT Table
Dheeraj Kumar Srivastava
1
-0
/
+108
2025-07-15
iommu/amd: Add debugfs support to dump device table
Dheeraj Kumar Srivastava
1
-0
/
+49
2025-07-15
iommu/amd: Add support for device id user input
Dheeraj Kumar Srivastava
1
-0
/
+80
2025-07-15
iommu/amd: Add debugfs support to dump IOMMU command buffer
Dheeraj Kumar Srivastava
3
-7
/
+33
2025-07-15
iommu/amd: Add debugfs support to dump IOMMU Capability registers
Dheeraj Kumar Srivastava
2
-0
/
+53
2025-07-15
iommu/amd: Add debugfs support to dump IOMMU MMIO registers
Dheeraj Kumar Srivastava
2
-0
/
+48
2025-07-15
iommu/amd: Refactor AMD IOMMU debugfs initial setup
Dheeraj Kumar Srivastava
3
-14
/
+11
2025-07-11
iommu/amd: Enable PASID and ATS capabilities in the correct order
Easwar Hariharan
1
-1
/
+1
2025-07-04
iommu/amd: Convert to msi_create_parent_irq_domain() helper
Marc Zyngier
2
-12
/
+15
2025-06-27
iommu/amd: Add efr[HATS] max v1 page table level
Ankit Soni
5
-3
/
+21
2025-06-27
iommu/amd: Add HATDis feature support
Ankit Soni
4
-3
/
+48
2025-06-23
iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
Sean Christopherson
1
-11
/
+17
2025-06-23
iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
Sean Christopherson
1
-5
/
+12
2025-06-23
iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...
Sean Christopherson
1
-1
/
+4
2025-06-23
iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
Sean Christopherson
1
-2
/
+4
2025-06-23
iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
Sean Christopherson
1
-41
/
+46
2025-06-23
iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
Sean Christopherson
1
-5
/
+9
2025-06-23
iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
Sean Christopherson
1
-0
/
+12
2025-06-23
iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
Sean Christopherson
1
-8
/
+4
2025-06-23
iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
Sean Christopherson
1
-3
/
+7
2025-06-23
iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
Sean Christopherson
1
-1
/
+1
2025-06-20
iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
Sean Christopherson
2
-11
/
+0
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+0
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
8
-135
/
+119
2025-05-16
iommu/amd: Allow matching ACPI HID devices without matching UIDs
Mario Limonciello
1
-5
/
+28
2025-05-16
iommu: make inclusion of amd directory conditional
Rolf Eike Beer
1
-1
/
+1
2025-05-15
Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"
Lukas Wunner
1
-3
/
+0
2025-05-02
Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+8
2025-05-02
iommu/amd: Add support for HTRangeIgnore feature
Sairaj Kodilkar
4
-0
/
+11
2025-04-28
iommu/amd: Ensure GA log notifier callbacks finish running before module unload
Sean Christopherson
1
-0
/
+8
2025-04-28
iommu: Remove iommu_dev_enable/disable_feature()
Lu Baolu
1
-32
/
+0
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
1
-2
/
+0
2025-04-24
iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
Sean Christopherson
1
-10
/
+3
2025-04-24
iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
Sean Christopherson
1
-1
/
+1
[next]