Age | Commit message (Expand) | Author | Files | Lines |
2023-06-29 | Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -137/+184 |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds | 1 | -2/+2 |
2023-06-27 | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -8/+11 |
2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds | 1 | -2/+2 |
2023-06-19 | Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '... | Joerg Roedel | 6 | -141/+188 |
2023-06-16 | iommu/amd: Fix possible memory leak of 'domain' | Su Hui | 1 | -4/+4 |
2023-06-16 | iommu/amd: Remove extern from function prototypes | Vasant Hegde | 2 | -48/+46 |
2023-06-16 | iommu/amd: Use BIT/BIT_ULL macro to define bit fields | Vasant Hegde | 1 | -38/+38 |
2023-06-16 | iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro | Vasant Hegde | 1 | -1/+1 |
2023-06-09 | iommu/amd: Fix compile error for unused function | Joerg Roedel | 1 | -26/+26 |
2023-06-09 | iommu/amd: Improving Interrupt Remapping Table Invalidation | Suravee Suthikulpanit | 3 | -7/+24 |
2023-06-09 | iommu/amd: Do not Invalidate IRT when IRTE caching is disabled | Suravee Suthikulpanit | 1 | -6/+15 |
2023-06-09 | iommu/amd: Introduce Disable IRTE Caching Support | Suravee Suthikulpanit | 2 | -0/+40 |
2023-06-09 | iommu/amd: Remove the unused struct amd_ir_data.ref | Suravee Suthikulpanit | 2 | -11/+7 |
2023-06-09 | iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga() | Joao Martins | 1 | -28/+10 |
2023-06-05 | x86,amd_iommu: Replace cmpxchg_double() | Peter Zijlstra | 2 | -8/+11 |
2023-05-23 | iommu/amd/pgtbl_v2: Fix domain max address | Vasant Hegde | 1 | -1/+10 |
2023-05-22 | iommu: Add a capability for flush queue support | Robin Murphy | 1 | -0/+2 |
2023-05-22 | iommu/amd: Fix domain flush size when syncing iotlb | Jon Pan-Doh | 1 | -1/+1 |
2023-05-22 | iommu/amd: Add missing domain type checks | Jason Gunthorpe | 1 | -1/+5 |
2023-05-22 | iommu/amd: Fix up merge conflict resolution | Jerry Snitselaar | 1 | -3/+0 |
2023-05-22 | iommu/amd: Update copyright notice | Carlos Bilbao | 1 | -1/+1 |
2023-05-22 | iommu/amd: Use page mode macros in fetch_pte() | Jerry Snitselaar | 1 | -2/+2 |
2023-05-22 | iommu/amd: Handle GALog overflows | Joao Martins | 3 | -1/+33 |
2023-05-22 | iommu/amd: Don't block updates to GATag if guest mode is on | Joao Martins | 1 | -2/+1 |
2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel | 6 | -20/+67 |
2023-04-13 | iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE | Kishon Vijay Abraham I | 1 | -2/+2 |
2023-04-13 | iommu/amd: Set page size bitmap during V2 domain allocation | Jerry Snitselaar | 1 | -4/+2 |
2023-03-28 | iommu/amd: Add 5 level guest page table support | Vasant Hegde | 5 | -5/+40 |
2023-03-22 | iommu: Use sysfs_emit() for sysfs show | Lu Baolu | 1 | -2/+2 |
2023-03-22 | iommu/amd: Allocate IOMMU irqs using numa locality info | Vasant Hegde | 1 | -1/+2 |
2023-03-22 | iommu/amd: Allocate page table using numa locality info | Vasant Hegde | 5 | -12/+23 |
2023-02-24 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+2 |
2023-02-18 | Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt... | Joerg Roedel | 2 | -40/+65 |
2023-02-18 | iommu/amd: Skip attach device domain is same as new domain | Vasant Hegde | 1 | -0/+7 |
2023-02-16 | iommu/amd: Improve page fault error reporting | Vasant Hegde | 1 | -0/+9 |
2023-02-16 | iommu/amd: Do not identity map v2 capable device when snp is enabled | Vasant Hegde | 1 | -4/+9 |
2023-02-03 | iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter | Gavrilov Ilia | 1 | -1/+15 |
2023-01-20 | iommu/amd: Do not clear event/ppr log buffer when snp is enabled | Tom Lendacky | 1 | -4/+14 |
2023-01-13 | iommu/amd: Fix error handling for pdev_pri_ats_enable() | Vasant Hegde | 1 | -5/+7 |
2023-01-13 | iommu/amd: Do not allocate io_pgtable_ops for passthrough domain | Vasant Hegde | 1 | -0/+4 |
2023-01-13 | iommu: Remove detach_dev callbacks | Lu Baolu | 1 | -26/+0 |
2023-01-11 | iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI | Jason Gunthorpe | 1 | -3/+2 |
2022-12-19 | Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -29/+67 |
2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -10/+4 |
2022-12-12 | Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',... | Joerg Roedel | 3 | -39/+69 |
2022-12-05 | iommu/amd: Enable PCI/IMS | Thomas Gleixner | 1 | -2/+15 |
2022-12-05 | iommu/amd: Switch to MSI base domains | Thomas Gleixner | 2 | -7/+13 |
2022-12-05 | x86/apic/vector: Provide MSI parent domain | Thomas Gleixner | 1 | -1/+1 |
2022-12-05 | iommu/amd: Fix typo in macro parameter name | Michael Forney | 1 | -1/+1 |