Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH 0/4] iommu/amd: Enable support for up to 2K interrupts per
@ 2025-03-07  9:58 Sairaj Kodilkar
  2025-03-07  9:58 ` [PATCH 1/4] iommu/amd: Introduce generic function to set multibit feature value Sairaj Kodilkar
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sairaj Kodilkar @ 2025-03-07  9:58 UTC (permalink / raw)
  To: joro, iommu
  Cc: suravee.suthikulpanit, will, robin.murphy, vasant.hegde, sarunkod

Newer versions of the AMD platform can support up to 2K interrupts per
function. This support can be enabled via field NumIntRemapMode in IOMMU
control register (MMIO offset 0x0018).

This series adds support to enable 2K interrupts per function on top of
v6.14-rc5.

Please see more details in [1]

[1] https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/specifications/48882_IOMMU.pdf

Kishon Vijay Abraham I (1):
  iommu/amd: Enable support for up to 2K interrupts per function

Sairaj Kodilkar (3):
  iommu/amd: Introduce generic function to set multibit feature value
  iommu/amd: Replace slab cache allocator with page allocator
  iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro

 drivers/iommu/amd/amd_iommu_types.h | 27 ++++++-----
 drivers/iommu/amd/init.c            | 65 +++++++++++---------------
 drivers/iommu/amd/iommu.c           | 72 +++++++++++++++++++++--------
 3 files changed, 94 insertions(+), 70 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-13 11:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07  9:58 [PATCH 0/4] iommu/amd: Enable support for up to 2K interrupts per Sairaj Kodilkar
2025-03-07  9:58 ` [PATCH 1/4] iommu/amd: Introduce generic function to set multibit feature value Sairaj Kodilkar
2025-03-07  9:58 ` [PATCH 2/4] iommu/amd: Replace slab cache allocator with page allocator Sairaj Kodilkar
2025-03-07  9:58 ` [PATCH 3/4] iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro Sairaj Kodilkar
2025-03-07  9:58 ` [PATCH 4/4] iommu/amd: Enable support for up to 2K interrupts per function Sairaj Kodilkar
2025-03-13  5:41 ` [PATCH 0/4] iommu/amd: Enable support for up to 2K interrupts per Vasant Hegde
2025-03-13 11:15 ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox