linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kernel v7 0/7] powerpc/spapr/vfio: Put pages on VFIO container shutdown
@ 2016-11-30  6:51 Alexey Kardashevskiy
  2016-11-30  6:51 ` [PATCH kernel v7 1/7] powerpc/iommu: Pass mm_struct to init/cleanup helpers Alexey Kardashevskiy
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Alexey Kardashevskiy @ 2016-11-30  6:51 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Alexey Kardashevskiy, Alex Williamson, David Gibson,
	Paul Mackerras, kvm

These patches are to fix a bug when pages stay pinned hours
after QEMU which requested pinning exited.

Change to v6 it in the last 2 patches, individual patches got
detailed changelog.

Please comment. Thanks.

Alexey Kardashevskiy (7):
  powerpc/iommu: Pass mm_struct to init/cleanup helpers
  powerpc/iommu: Stop using @current in mm_iommu_xxx
  vfio/spapr: Postpone allocation of userspace version of TCE table
  vfio/spapr: Add a helper to create default DMA window
  vfio/spapr: Postpone default window creation
  vfio/spapr: Reference mm in tce_container
  powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown

 arch/powerpc/include/asm/mmu_context.h |  20 +-
 arch/powerpc/kernel/setup-common.c     |   2 +-
 arch/powerpc/mm/mmu_context_book3s64.c |   6 +-
 arch/powerpc/mm/mmu_context_iommu.c    |  60 ++----
 drivers/vfio/vfio_iommu_spapr_tce.c    | 328 ++++++++++++++++++++++-----------
 5 files changed, 250 insertions(+), 166 deletions(-)

-- 
2.5.0.rc3

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

end of thread, other threads:[~2016-12-03 11:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  6:51 [PATCH kernel v7 0/7] powerpc/spapr/vfio: Put pages on VFIO container shutdown Alexey Kardashevskiy
2016-11-30  6:51 ` [PATCH kernel v7 1/7] powerpc/iommu: Pass mm_struct to init/cleanup helpers Alexey Kardashevskiy
2016-12-03 11:28   ` [kernel, v7, " Michael Ellerman
2016-11-30  6:52 ` [PATCH kernel v7 2/7] powerpc/iommu: Stop using @current in mm_iommu_xxx Alexey Kardashevskiy
2016-12-01 19:44   ` Alex Williamson
2016-11-30  6:52 ` [PATCH kernel v7 3/7] vfio/spapr: Postpone allocation of userspace version of TCE table Alexey Kardashevskiy
2016-12-01 19:44   ` Alex Williamson
2016-11-30  6:52 ` [PATCH kernel v7 4/7] vfio/spapr: Add a helper to create default DMA window Alexey Kardashevskiy
2016-12-01 19:44   ` Alex Williamson
2016-11-30  6:52 ` [PATCH kernel v7 5/7] vfio/spapr: Postpone default window creation Alexey Kardashevskiy
2016-12-01 19:44   ` Alex Williamson
2016-11-30  6:52 ` [PATCH kernel v7 6/7] vfio/spapr: Reference mm in tce_container Alexey Kardashevskiy
2016-12-01 20:25   ` Alex Williamson
2016-12-02  3:00   ` David Gibson
2016-11-30  6:52 ` [PATCH kernel v7 7/7] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown Alexey Kardashevskiy
2016-12-01 20:25   ` Alex Williamson
2016-12-02  3:02   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).