All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
@ 2022-07-14  8:18 ` Alexey Kardashevskiy
  0 siblings, 0 replies; 33+ messages in thread
From: Alexey Kardashevskiy @ 2022-07-14  8:18 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: kvm, kvm-ppc, Deming Wang, Robin Murphy, Jason Gunthorpe,
	Alex Williamson, Daniel Henrique Barboza, Fabiano Rosas,
	Murilo Opsfelder Araujo, Nicholas Piggin, Michael Ellerman,
	Alexey Kardashevskiy

Here is another take on iommu_ops on POWER to make VFIO work
again on POWERPC64.

The tree with all prerequisites is here:
https://github.com/aik/linux/tree/kvm-fixes-wip

The previous discussion is here:
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20220707135552.3688927-1-aik@ozlabs.ru/
https://patchwork.ozlabs.org/project/kvm-ppc/patch/20220701061751.1955857-1-aik@ozlabs.ru/

Please comment. Thanks.



Alexey Kardashevskiy (3):
  powerpc/iommu: Add "borrowing" iommu_table_group_ops
  powerpc/pci_64: Init pcibios subsys a bit later
  powerpc/iommu: Add iommu_ops to report capabilities and allow blocking
    domains

 arch/powerpc/include/asm/iommu.h          |   6 +-
 arch/powerpc/include/asm/pci-bridge.h     |   7 +
 arch/powerpc/platforms/pseries/pseries.h  |   5 +
 arch/powerpc/kernel/iommu.c               | 257 +++++++++++++++++++++-
 arch/powerpc/kernel/pci_64.c              |   2 +-
 arch/powerpc/platforms/powernv/pci-ioda.c |  36 ++-
 arch/powerpc/platforms/pseries/iommu.c    |  27 +++
 arch/powerpc/platforms/pseries/setup.c    |   3 +
 drivers/vfio/vfio_iommu_spapr_tce.c       |  96 ++------
 9 files changed, 345 insertions(+), 94 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-09-02 11:47 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14  8:18 [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Alexey Kardashevskiy
2022-07-14  8:18 ` Alexey Kardashevskiy
2022-07-14  8:18 ` Alexey Kardashevskiy
2022-07-14  8:18 ` [PATCH kernel 1/3] powerpc/iommu: Add "borrowing" iommu_table_group_ops Alexey Kardashevskiy
2022-07-14  8:18   ` Alexey Kardashevskiy
2022-07-14  8:18   ` Alexey Kardashevskiy
2022-07-18 16:49   ` Jason Gunthorpe
2022-07-18 16:49     ` Jason Gunthorpe
2022-07-18 16:49     ` Jason Gunthorpe
2022-07-14  8:18 ` [PATCH kernel 2/3] powerpc/pci_64: Init pcibios subsys a bit later Alexey Kardashevskiy
2022-07-14  8:18   ` Alexey Kardashevskiy
2022-07-14  8:18   ` Alexey Kardashevskiy
2022-07-18 16:49   ` Jason Gunthorpe
2022-07-18 16:49     ` Jason Gunthorpe
2022-07-18 16:49     ` Jason Gunthorpe
2022-07-14  8:18 ` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Alexey Kardashevskiy
2022-07-14  8:18   ` Alexey Kardashevskiy
2022-07-14  8:18   ` Alexey Kardashevskiy
2022-07-18 18:09   ` Jason Gunthorpe
2022-07-18 18:09     ` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domain Jason Gunthorpe
2022-07-18 18:09     ` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Jason Gunthorpe
2022-07-19  3:18     ` Alexey Kardashevskiy
2022-07-19  3:18       ` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domain Alexey Kardashevskiy
2022-07-19  3:18       ` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Alexey Kardashevskiy
2022-09-02  0:20 ` [PATCH kernel 0/3] " Jason Gunthorpe
2022-09-02  0:20   ` [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domain Jason Gunthorpe
2022-09-02  0:20   ` [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Jason Gunthorpe
2022-09-02  7:33   ` Michael Ellerman
2022-09-02  7:33     ` [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domain Michael Ellerman
2022-09-02  7:33     ` [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Michael Ellerman
2022-09-02 11:46     ` Jason Gunthorpe
2022-09-02 11:46       ` [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domain Jason Gunthorpe
2022-09-02 11:46       ` [PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.