index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
/
iommu.c
Age
Commit message (
Expand
)
Author
2026-03-17
iommu/amd: Block identity domain when SNP enabled
Joe Damato
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-10
Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-06
Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...
Joerg Roedel
2026-02-03
iommu/amd: serialize sequence allocation under concurrent TLB invalidations
Ankit Soni
2026-02-01
iommu/amd: Use core's primary handler and set IRQF_ONESHOT
Sebastian Andrzej Siewior
2026-01-18
iommu/amd: Fix error path in amd_iommu_probe_device()
Vasant Hegde
2026-01-18
iommu/amd: Refactor logic to program the host page table in DTE
Suravee Suthikulpanit
2026-01-18
iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear...
Suravee Suthikulpanit
2026-01-18
iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invali...
Suravee Suthikulpanit
2026-01-18
iommu/amd: Introduce struct amd_iommu_viommu
Suravee Suthikulpanit
2026-01-18
iommu/amd: Add support for nest parent domain allocation
Suravee Suthikulpanit
2026-01-18
iommu/amd: Introduce helper function amd_iommu_update_dte()
Suravee Suthikulpanit
2026-01-18
iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
Suravee Suthikulpanit
2026-01-18
iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
Suravee Suthikulpanit
2026-01-18
iommu/amd: Add support for hw_info for iommu capability query
Suravee Suthikulpanit
2026-01-10
iommu/amd: Drop incorrect NULL check for iommu in alloc_irq_table()
Rakuram Eswaran
2026-01-10
iommu/amd: move wait_on_sem() out of spinlock
Ankit Soni
2025-12-19
amd/iommu: Make protection domain ID functions non-static
Sairaj Kodilkar
2025-11-28
Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...
Joerg Roedel
2025-11-28
iommupt/vtd: Support mgaw's less than a 4 level walk for first stage
Jason Gunthorpe
2025-11-25
iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_...
Jinhui Guo
2025-11-13
iommu/amd: Enhance "Completion-wait Time-out" error message
Dheeraj Kumar Srivastava
2025-11-05
iommu/amd: Use the generic iommu page table
Alejandro Jimenez
2025-10-27
iommu: Pass in old domain to attach_dev callback functions
Nicolin Chen
2025-10-27
iommu/amd: Set release_domain to blocked_domain
Nicolin Chen
2025-09-05
iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
Ashish Kalra
2025-09-05
iommu/amd: use str_plural() to simplify the code
Xichao Zhao
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-07-24
Merge branch 'amd/amd-vi' into next
Will Deacon
2025-07-17
iommu/amd: Fix geometry.aperture_end for V2 tables
Jason Gunthorpe
2025-07-15
iommu/amd: Add debugfs support to dump IOMMU command buffer
Dheeraj Kumar Srivastava
2025-07-11
iommu/amd: Enable PASID and ATS capabilities in the correct order
Easwar Hariharan
2025-07-04
iommu/amd: Convert to msi_create_parent_irq_domain() helper
Marc Zyngier
2025-06-27
iommu/amd: Add efr[HATS] max v1 page table level
Ankit Soni
2025-06-27
iommu/amd: Add HATDis feature support
Ankit Soni
2025-06-23
iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
Sean Christopherson
2025-06-23
iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
Sean Christopherson
2025-06-23
iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...
Sean Christopherson
2025-06-23
iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
Sean Christopherson
2025-06-23
iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
Sean Christopherson
2025-06-23
iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
Sean Christopherson
2025-06-23
iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
Sean Christopherson
2025-06-23
iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
Sean Christopherson
2025-06-23
iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
Sean Christopherson
2025-06-23
iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
Sean Christopherson
2025-06-20
iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
Sean Christopherson
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
[next]