All of lore.kernel.org
 help / color / mirror / Atom feed
* a few xen swiotlb cleanups
@ 2019-04-11  7:19 ` Christoph Hellwig
  0 siblings, 0 replies; 40+ messages in thread
From: Christoph Hellwig @ 2019-04-11  7:19 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Boris Ostrovsky, Juergen Gross,
	Stefano Stabellini
  Cc: xen-devel-GuqFBffKawtpuQazS67q72D2FQJk+8+b,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

Hi all,

below are a couple of cleanups for swiotlb-xen.c.  They were done in
preparation of eventually using the dma-noncoherent.h cache flushing
hooks, but that final goal will need some major work to the arm32 code
first.  Until then I think these patches might be better in mainline
than in my local tree so that they don't bitrot.

^ permalink raw reply	[flat|nested] 40+ messages in thread
* a few xen swiotlb cleanups
@ 2019-04-11  7:19 Christoph Hellwig
  0 siblings, 0 replies; 40+ messages in thread
From: Christoph Hellwig @ 2019-04-11  7:19 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Boris Ostrovsky, Juergen Gross,
	Stefano Stabellini
  Cc: xen-devel, iommu

Hi all,

below are a couple of cleanups for swiotlb-xen.c.  They were done in
preparation of eventually using the dma-noncoherent.h cache flushing
hooks, but that final goal will need some major work to the arm32 code
first.  Until then I think these patches might be better in mainline
than in my local tree so that they don't bitrot.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-04-25 18:57 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11  7:19 a few xen swiotlb cleanups Christoph Hellwig
2019-04-11  7:19 ` [Xen-devel] " Christoph Hellwig
2019-04-11  7:19 ` Christoph Hellwig
2019-04-11  7:19 ` [PATCH 1/4] swiotlb-xen: make instances match their method names Christoph Hellwig
     [not found] ` <20190411072000.4306-1-hch-jcswGhMUV9g@public.gmane.org>
2019-04-11  7:19   ` Christoph Hellwig
2019-04-11  7:19     ` [Xen-devel] " Christoph Hellwig
2019-04-11  7:19     ` Christoph Hellwig
2019-04-15 22:55     ` Stefano Stabellini
     [not found]     ` <20190411072000.4306-2-hch-jcswGhMUV9g@public.gmane.org>
2019-04-15 22:55       ` Stefano Stabellini
2019-04-15 22:55         ` [Xen-devel] " Stefano Stabellini
2019-04-15 22:55         ` Stefano Stabellini
2019-04-11  7:19   ` [PATCH 2/4] swiotlb-xen: use ->map_page to implement ->map_sg Christoph Hellwig
2019-04-11  7:19     ` [Xen-devel] " Christoph Hellwig
2019-04-11  7:19     ` Christoph Hellwig
     [not found]     ` <20190411072000.4306-3-hch-jcswGhMUV9g@public.gmane.org>
2019-04-15 22:55       ` Stefano Stabellini
2019-04-15 22:55         ` [Xen-devel] " Stefano Stabellini
2019-04-15 22:55         ` Stefano Stabellini
2019-04-15 22:55     ` Stefano Stabellini
2019-04-11  7:19   ` [PATCH 3/4] swiotlb-xen: simplify the DMA sync method implementations Christoph Hellwig
2019-04-11  7:19     ` [Xen-devel] " Christoph Hellwig
2019-04-11  7:19     ` Christoph Hellwig
2019-04-15 22:55     ` Stefano Stabellini
     [not found]     ` <20190411072000.4306-4-hch-jcswGhMUV9g@public.gmane.org>
2019-04-15 22:55       ` Stefano Stabellini
2019-04-15 22:55         ` [Xen-devel] " Stefano Stabellini
2019-04-15 22:55         ` Stefano Stabellini
2019-04-11  7:20   ` [PATCH 4/4] swiotlb-xen: ensure we have a single callsite for xen_dma_map_page Christoph Hellwig
2019-04-11  7:20     ` [Xen-devel] " Christoph Hellwig
2019-04-11  7:20     ` Christoph Hellwig
     [not found]     ` <20190411072000.4306-5-hch-jcswGhMUV9g@public.gmane.org>
2019-04-15 22:56       ` Stefano Stabellini
2019-04-15 22:56         ` [Xen-devel] " Stefano Stabellini
2019-04-15 22:56         ` Stefano Stabellini
2019-04-15 22:56     ` Stefano Stabellini
2019-04-25 18:55   ` a few xen swiotlb cleanups Konrad Rzeszutek Wilk
2019-04-25 18:55     ` [Xen-devel] " Konrad Rzeszutek Wilk
2019-04-25 18:55     ` Konrad Rzeszutek Wilk
2019-04-11  7:19 ` [PATCH 2/4] swiotlb-xen: use ->map_page to implement ->map_sg Christoph Hellwig
2019-04-11  7:19 ` [PATCH 3/4] swiotlb-xen: simplify the DMA sync method implementations Christoph Hellwig
2019-04-11  7:20 ` [PATCH 4/4] swiotlb-xen: ensure we have a single callsite for xen_dma_map_page Christoph Hellwig
2019-04-25 18:55 ` a few xen swiotlb cleanups Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2019-04-11  7:19 Christoph Hellwig

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.