summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2025-08-15iommu/amd: Avoid stack buffer overflow from kernel cmdlineKees Cook1-2/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-49/+77
2025-07-24Merge branch 'amd/amd-vi' into nextWill Deacon6-30/+467
2025-07-17iommu/amd: Fix geometry.aperture_end for V2 tablesJason Gunthorpe1-2/+15
2025-07-15iommu/amd: Add debugfs support to dump IRT TableDheeraj Kumar Srivastava1-0/+108
2025-07-15iommu/amd: Add debugfs support to dump device tableDheeraj Kumar Srivastava1-0/+49
2025-07-15iommu/amd: Add support for device id user inputDheeraj Kumar Srivastava1-0/+80
2025-07-15iommu/amd: Add debugfs support to dump IOMMU command bufferDheeraj Kumar Srivastava3-7/+33
2025-07-15iommu/amd: Add debugfs support to dump IOMMU Capability registersDheeraj Kumar Srivastava2-0/+53
2025-07-15iommu/amd: Add debugfs support to dump IOMMU MMIO registersDheeraj Kumar Srivastava2-0/+48
2025-07-15iommu/amd: Refactor AMD IOMMU debugfs initial setupDheeraj Kumar Srivastava3-14/+11
2025-07-11iommu/amd: Enable PASID and ATS capabilities in the correct orderEaswar Hariharan1-1/+1
2025-07-04iommu/amd: Convert to msi_create_parent_irq_domain() helperMarc Zyngier2-12/+15
2025-06-27iommu/amd: Add efr[HATS] max v1 page table levelAnkit Soni5-3/+21
2025-06-27iommu/amd: Add HATDis feature supportAnkit Soni4-3/+48
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson1-11/+17
2025-06-23iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC supportSean Christopherson1-5/+12
2025-06-23iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...Sean Christopherson1-1/+4
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson1-2/+4
2025-06-23iommu/amd: Factor out helper for manipulating IRTE GA/CPU infoSean Christopherson1-41/+46
2025-06-23iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destinationSean Christopherson1-5/+9
2025-06-23iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modifySean Christopherson1-0/+12
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson1-8/+4
2025-06-23iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"Sean Christopherson1-3/+7
2025-06-23iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptrSean Christopherson1-1/+1
2025-06-20iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fieldsSean Christopherson2-11/+0
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel8-135/+119
2025-05-16iommu/amd: Allow matching ACPI HID devices without matching UIDsMario Limonciello1-5/+28
2025-05-16iommu: make inclusion of amd directory conditionalRolf Eike Beer1-1/+1
2025-05-15Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"Lukas Wunner1-3/+0
2025-05-02Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2025-05-02iommu/amd: Add support for HTRangeIgnore featureSairaj Kodilkar4-0/+11
2025-04-28iommu/amd: Ensure GA log notifier callbacks finish running before module unloadSean Christopherson1-0/+8
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu1-32/+0
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe1-2/+0
2025-04-24iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrruptsSean Christopherson1-10/+3
2025-04-24iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson1-1/+1
2025-04-17iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov1-0/+8
2025-04-17iommu/amd: Use iommu_alloc_pages_node_sz() for the IRTJason Gunthorpe2-4/+5
2025-04-17iommu/pages: Remove iommu_alloc_page_node()Jason Gunthorpe3-6/+8
2025-04-17iommu: Update various drivers to pass in lg2sz instead of order to iommu pagesJason Gunthorpe1-14/+15
2025-04-17iommu/amd: Use roundup_pow_two() instead of get_order()Jason Gunthorpe1-9/+3
2025-04-17iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()Jason Gunthorpe2-22/+12
2025-04-17iommu/amd: Convert to use struct iommu_pages_listJason Gunthorpe1-16/+10
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe4-9/+9
2025-04-17iommu/pages: Remove the order argument to iommu_free_pages()Jason Gunthorpe3-19/+13
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel7-99/+106
2025-03-13iommu/amd: Enable support for up to 2K interrupts per functionKishon Vijay Abraham I3-14/+65
2025-03-13iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macroSairaj Kodilkar3-5/+5