Age | Commit message (Expand) | Author |
2025-06-04 | Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2025-05-23 | Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'... | Joerg Roedel |
2025-05-15 | Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices" | Lukas Wunner |
2025-05-02 | iommu/amd: Add support for HTRangeIgnore feature | Sairaj Kodilkar |
2025-04-17 | iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid | Pavel Paklov |
2025-04-17 | iommu: Update various drivers to pass in lg2sz instead of order to iommu pages | Jason Gunthorpe |
2025-04-17 | iommu/amd: Use roundup_pow_two() instead of get_order() | Jason Gunthorpe |
2025-04-17 | iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc() | Jason Gunthorpe |
2025-04-17 | iommu/pages: Remove iommu_free_page() | Jason Gunthorpe |
2025-04-17 | iommu/pages: Remove the order argument to iommu_free_pages() | Jason Gunthorpe |
2025-03-13 | iommu/amd: Enable support for up to 2K interrupts per function | Kishon Vijay Abraham I |
2025-03-13 | iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro | Sairaj Kodilkar |
2025-03-13 | iommu/amd: Replace slab cache allocator with page allocator | Sairaj Kodilkar |
2025-03-13 | iommu/amd: Introduce generic function to set multibit feature value | Sairaj Kodilkar |
2025-03-10 | iommu/amd: Remove unused forward declaration | Vasant Hegde |
2025-02-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2025-02-14 | x86/sev: Fix broken SNP support with KVM module built-in | Ashish Kalra |
2025-02-14 | iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path | Vasant Hegde |
2025-01-24 | Merge tag 'iommu-updates-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2025-01-17 | iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_mode | Jason Gunthorpe |
2025-01-15 | x86/apic: Convert to IRQCHIP_MOVE_DEFERRED | Thomas Gleixner |
2025-01-06 | iommu/amd: remove return value of amd_iommu_detect | Gao Shiyuan |
2024-12-18 | iommu/amd: Remove amd_iommu_apply_erratum_63() | Suravee Suthikulpanit |
2024-12-18 | iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers | Suravee Suthikulpanit |
2024-12-18 | iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags | Suravee Suthikulpanit |
2024-12-18 | iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported | Suravee Suthikulpanit |
2024-12-18 | iommu/amd: Misc ACPI IVRS debug info clean up | Suravee Suthikulpanit |
2024-10-30 | iommu/amd: Remove unused amd_iommus variable | Vasant Hegde |
2024-10-30 | iommu/amd: Use ida interface to manage protection domain ID | Vasant Hegde |
2024-10-30 | Merge branch 'core' into amd/amd-vi | Joerg Roedel |
2024-10-29 | iommu/amd: Implement global identity domain | Vasant Hegde |
2024-10-29 | iommu/amd: Move V2 page table support check to early_amd_iommu_init() | Vasant Hegde |
2024-10-29 | iommu/amd: Add helper function to check GIOSUP/GTSUP | Vasant Hegde |
2024-10-29 | iommu/amd: Do not try copy old DTE resume path | Vasant Hegde |
2024-09-10 | iommu/amd: Add kernel parameters to limit V1 page-sizes | Joerg Roedel |
2024-08-23 | iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macros | Suravee Suthikulpanit |
2024-06-27 | iommu/amd: Fix GT feature enablement again | Vasant Hegde |
2024-06-13 | iommu/amd: Fix panic accessing amd_iommu_enable_faulting | Dimitri Sivanich |
2024-06-04 | iommu/amd: Fix sysfs leak in iommu init | Kun(llfl) |
2024-05-13 | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in... | Joerg Roedel |
2024-05-06 | iommu/amd: Enable Guest Translation after reading IOMMU feature register | Vasant Hegde |
2024-04-26 | Merge branch 'memory-observability' into x86/amd | Joerg Roedel |
2024-04-26 | iommu/amd: Define per-IOMMU iopf_queue | Suravee Suthikulpanit |
2024-04-26 | iommu/amd: Move PPR-related functions into ppr.c | Suravee Suthikulpanit |
2024-04-26 | iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported() | Vasant Hegde |
2024-04-26 | iommu/vt-d: Allocate DMAR fault interrupts locally | Dimitri Sivanich |
2024-04-15 | iommu/amd: use page allocation function provided by iommu-pages.h | Pasha Tatashin |
2024-04-12 | iommu/amd: Change log message severity | Vasant Hegde |
2024-04-12 | iommu/amd: Do not enable SNP when V2 page table is enabled | Vasant Hegde |
2024-04-04 | x86/CPU/AMD: Track SNP host status with cc_platform_*() | Borislav Petkov (AMD) |