summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-83/+170
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-5/+5
2023-08-17iommu/amd: Remove unused declarationsYue Haibing1-3/+0
2023-08-08iommu/amd: Rearrange DTE bit definationsVasant Hegde1-4/+4
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-1/+1
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde1-4/+7
2023-07-14iommu/amd: Consolidate PPR log enablementVasant Hegde1-3/+3
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde1-0/+4
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde2-12/+47
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde2-43/+53
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde4-1/+22
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde3-22/+36
2023-07-14iommu/amd/iommu_v2: Clear pasid state in free pathVasant Hegde1-0/+3
2023-07-14iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch1-2/+2
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-137/+184
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-2/+2
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+2
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel6-141/+188
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui1-4/+4
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde2-48/+46
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde1-1/+1
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel1-26/+26
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit3-7/+24
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit1-6/+15
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2-0/+40
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit2-11/+7
2023-06-09iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins1-28/+10
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra2-8/+11
2023-05-23iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde1-1/+10
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy1-0/+2
2023-05-22iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh1-1/+1
2023-05-22iommu/amd: Add missing domain type checksJason Gunthorpe1-1/+5
2023-05-22iommu/amd: Fix up merge conflict resolutionJerry Snitselaar1-3/+0
2023-05-22iommu/amd: Update copyright noticeCarlos Bilbao1-1/+1
2023-05-22iommu/amd: Use page mode macros in fetch_pte()Jerry Snitselaar1-2/+2
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins3-1/+33
2023-05-22iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins1-2/+1
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel6-20/+67
2023-04-13iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I1-2/+2
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar1-4/+2
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde5-5/+40
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu1-2/+2
2023-03-22iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde1-1/+2
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde5-12/+23
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2-40/+65
2023-02-18iommu/amd: Skip attach device domain is same as new domainVasant Hegde1-0/+7