Age | Commit message (Expand) | Author |
2023-09-01 | Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-30 | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-08-18 | mmu_notifiers: rename invalidate_range notifier | Alistair Popple |
2023-08-17 | iommu/amd: Remove unused declarations | Yue Haibing |
2023-08-08 | iommu/amd: Rearrange DTE bit definations | Vasant Hegde |
2023-08-06 | x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup() | Thomas Gleixner |
2023-07-14 | iommu/amd: Enable PPR/GA interrupt after interrupt handler setup | Vasant Hegde |
2023-07-14 | iommu/amd: Consolidate PPR log enablement | Vasant Hegde |
2023-07-14 | iommu/amd: Disable PPR log/interrupt in iommu_disable() | Vasant Hegde |
2023-07-14 | iommu/amd: Enable separate interrupt for PPR and GA log | Vasant Hegde |
2023-07-14 | iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logs | Vasant Hegde |
2023-07-14 | iommu/amd: Handle PPR log overflow | Vasant Hegde |
2023-07-14 | iommu/amd: Generalize log overflow handling | Vasant Hegde |
2023-07-14 | iommu/amd/iommu_v2: Clear pasid state in free path | Vasant Hegde |
2023-07-14 | iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind | Daniel Marcovitch |
2023-06-29 | Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds |
2023-06-27 | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds |
2023-06-19 | Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '... | Joerg Roedel |
2023-06-16 | iommu/amd: Fix possible memory leak of 'domain' | Su Hui |
2023-06-16 | iommu/amd: Remove extern from function prototypes | Vasant Hegde |
2023-06-16 | iommu/amd: Use BIT/BIT_ULL macro to define bit fields | Vasant Hegde |
2023-06-16 | iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro | Vasant Hegde |
2023-06-09 | iommu/amd: Fix compile error for unused function | Joerg Roedel |
2023-06-09 | iommu/amd: Improving Interrupt Remapping Table Invalidation | Suravee Suthikulpanit |
2023-06-09 | iommu/amd: Do not Invalidate IRT when IRTE caching is disabled | Suravee Suthikulpanit |
2023-06-09 | iommu/amd: Introduce Disable IRTE Caching Support | Suravee Suthikulpanit |
2023-06-09 | iommu/amd: Remove the unused struct amd_ir_data.ref | Suravee Suthikulpanit |
2023-06-09 | iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga() | Joao Martins |
2023-06-05 | x86,amd_iommu: Replace cmpxchg_double() | Peter Zijlstra |
2023-05-23 | iommu/amd/pgtbl_v2: Fix domain max address | Vasant Hegde |
2023-05-22 | iommu: Add a capability for flush queue support | Robin Murphy |
2023-05-22 | iommu/amd: Fix domain flush size when syncing iotlb | Jon Pan-Doh |
2023-05-22 | iommu/amd: Add missing domain type checks | Jason Gunthorpe |
2023-05-22 | iommu/amd: Fix up merge conflict resolution | Jerry Snitselaar |
2023-05-22 | iommu/amd: Update copyright notice | Carlos Bilbao |
2023-05-22 | iommu/amd: Use page mode macros in fetch_pte() | Jerry Snitselaar |
2023-05-22 | iommu/amd: Handle GALog overflows | Joao Martins |
2023-05-22 | iommu/amd: Don't block updates to GATag if guest mode is on | Joao Martins |
2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel |
2023-04-13 | iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE | Kishon Vijay Abraham I |
2023-04-13 | iommu/amd: Set page size bitmap during V2 domain allocation | Jerry Snitselaar |
2023-03-28 | iommu/amd: Add 5 level guest page table support | Vasant Hegde |
2023-03-22 | iommu: Use sysfs_emit() for sysfs show | Lu Baolu |
2023-03-22 | iommu/amd: Allocate IOMMU irqs using numa locality info | Vasant Hegde |
2023-03-22 | iommu/amd: Allocate page table using numa locality info | Vasant Hegde |
2023-02-24 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-18 | Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt... | Joerg Roedel |
2023-02-18 | iommu/amd: Skip attach device domain is same as new domain | Vasant Hegde |