summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)Author
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-24Merge branch 'amd/amd-vi' into nextWill Deacon
2025-07-17iommu/amd: Fix geometry.aperture_end for V2 tablesJason Gunthorpe
2025-07-15iommu/amd: Add debugfs support to dump IRT TableDheeraj Kumar Srivastava
2025-07-15iommu/amd: Add debugfs support to dump device tableDheeraj Kumar Srivastava
2025-07-15iommu/amd: Add support for device id user inputDheeraj Kumar Srivastava
2025-07-15iommu/amd: Add debugfs support to dump IOMMU command bufferDheeraj Kumar Srivastava
2025-07-15iommu/amd: Add debugfs support to dump IOMMU Capability registersDheeraj Kumar Srivastava
2025-07-15iommu/amd: Add debugfs support to dump IOMMU MMIO registersDheeraj Kumar Srivastava
2025-07-15iommu/amd: Refactor AMD IOMMU debugfs initial setupDheeraj Kumar Srivastava
2025-07-11iommu/amd: Enable PASID and ATS capabilities in the correct orderEaswar Hariharan
2025-07-04iommu/amd: Convert to msi_create_parent_irq_domain() helperMarc Zyngier
2025-06-27iommu/amd: Add efr[HATS] max v1 page table levelAnkit Soni
2025-06-27iommu/amd: Add HATDis feature supportAnkit Soni
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson
2025-06-23iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC supportSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson
2025-06-23iommu/amd: Factor out helper for manipulating IRTE GA/CPU infoSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destinationSean Christopherson
2025-06-23iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modifySean Christopherson
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptrSean Christopherson
2025-06-20iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fieldsSean Christopherson
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel
2025-05-16iommu/amd: Allow matching ACPI HID devices without matching UIDsMario Limonciello
2025-05-16iommu: make inclusion of amd directory conditionalRolf Eike Beer
2025-05-15Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"Lukas Wunner
2025-05-02Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-02iommu/amd: Add support for HTRangeIgnore featureSairaj Kodilkar
2025-04-28iommu/amd: Ensure GA log notifier callbacks finish running before module unloadSean Christopherson
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe
2025-04-24iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrruptsSean Christopherson
2025-04-24iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson
2025-04-17iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov
2025-04-17iommu/amd: Use iommu_alloc_pages_node_sz() for the IRTJason Gunthorpe
2025-04-17iommu/pages: Remove iommu_alloc_page_node()Jason Gunthorpe
2025-04-17iommu: Update various drivers to pass in lg2sz instead of order to iommu pagesJason Gunthorpe
2025-04-17iommu/amd: Use roundup_pow_two() instead of get_order()Jason Gunthorpe
2025-04-17iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()Jason Gunthorpe
2025-04-17iommu/amd: Convert to use struct iommu_pages_listJason Gunthorpe
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe
2025-04-17iommu/pages: Remove the order argument to iommu_free_pages()Jason Gunthorpe
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel
2025-03-13iommu/amd: Enable support for up to 2K interrupts per functionKishon Vijay Abraham I
2025-03-13iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macroSairaj Kodilkar
2025-03-13iommu/amd: Replace slab cache allocator with page allocatorSairaj Kodilkar