summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)Author
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple
2023-08-17iommu/amd: Remove unused declarationsYue Haibing
2023-08-08iommu/amd: Rearrange DTE bit definationsVasant Hegde
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde
2023-07-14iommu/amd: Consolidate PPR log enablementVasant Hegde
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde
2023-07-14iommu/amd/iommu_v2: Clear pasid state in free pathVasant Hegde
2023-07-14iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit
2023-06-09iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra
2023-05-23iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy
2023-05-22iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh
2023-05-22iommu/amd: Add missing domain type checksJason Gunthorpe
2023-05-22iommu/amd: Fix up merge conflict resolutionJerry Snitselaar
2023-05-22iommu/amd: Update copyright noticeCarlos Bilbao
2023-05-22iommu/amd: Use page mode macros in fetch_pte()Jerry Snitselaar
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins
2023-05-22iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-13iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu
2023-03-22iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-02-18iommu/amd: Skip attach device domain is same as new domainVasant Hegde