All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] introduce XENMEM_cache_flush
@ 2014-10-03 14:52 ` Stefano Stabellini
  0 siblings, 0 replies; 23+ messages in thread
From: Stefano Stabellini @ 2014-10-03 14:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,
this patch series introduces support for GNTTABOP_cache_flush to perform
cache maintenance operation on foreign pages and reverts the current
code based on XENFEAT_grant_map_identity.

Changes in v2:
- remove the definition of XENFEAT_grant_map_identity;
- update the hypercall interface to match Xen;
- call the interface on a single page at a time.

Stefano Stabellini (2):
      xen/arm: remove handling of XENFEAT_grant_map_identity
      xen/arm: introduce GNTTABOP_cache_flush

 arch/arm/xen/enlighten.c            |    5 --
 arch/arm/xen/mm32.c                 |  107 +++++++----------------------------
 include/xen/interface/features.h    |    3 -
 include/xen/interface/grant_table.h |   18 ++++++
 4 files changed, 39 insertions(+), 94 deletions(-)

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

end of thread, other threads:[~2014-10-03 16:57 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-03 14:52 [PATCH v2 0/2] introduce XENMEM_cache_flush Stefano Stabellini
2014-10-03 14:52 ` Stefano Stabellini
2014-10-03 14:52 ` Stefano Stabellini
2014-10-03 14:53 ` [PATCH v2 1/2] xen/arm: remove handling of XENFEAT_grant_map_identity Stefano Stabellini
2014-10-03 14:53   ` Stefano Stabellini
2014-10-03 14:53   ` Stefano Stabellini
2014-10-03 14:53 ` [PATCH v2 2/2] xen/arm: introduce GNTTABOP_cache_flush Stefano Stabellini
2014-10-03 14:53   ` Stefano Stabellini
2014-10-03 14:53   ` Stefano Stabellini
2014-10-03 15:05   ` David Vrabel
2014-10-03 15:05     ` David Vrabel
2014-10-03 15:05     ` David Vrabel
2014-10-03 16:20     ` Stefano Stabellini
2014-10-03 16:20       ` Stefano Stabellini
2014-10-03 16:20       ` Stefano Stabellini
2014-10-03 16:34       ` Ian Campbell
2014-10-03 16:34         ` Ian Campbell
2014-10-03 16:34         ` Ian Campbell
2014-10-03 16:36         ` David Vrabel
2014-10-03 16:36           ` David Vrabel
2014-10-03 16:36           ` David Vrabel
2014-10-03 16:57     ` Russell King - ARM Linux
2014-10-03 16:57       ` Russell King - ARM Linux

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.