From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tamas K Lengyel Subject: [PATCH for-4.5 v12 0/3] Refactoring for future mem_event and mem_access support on ARM Date: Mon, 29 Sep 2014 17:55:10 +0200 Message-ID: <1412006113-31551-1-git-send-email-tklengyel@sec.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: tim@xen.org, dgdegra@tycho.nsa.gov, stefano.stabellini@citrix.com, ian.campbell@citrix.com, Tamas K Lengyel List-Id: xen-devel@lists.xenproject.org These patches are the refactoring and minor patches that will be required for future mem_access support on ARM that could be merged now. This PATCH series is also available at: https://github.com/tklengyel/xen/tree/arm_memaccess_12-for-4.5 Julien Grall (1): xen/arm: Implement domain_get_maximum_gpfn Tamas K Lengyel (2): xen/xsm: Wrap mem_access blocks into HAS_MEM_ACCESS ifdefs xen/arm: Add p2m_set_permission and p2m_shatter_page helpers. xen/arch/arm/mm.c | 2 +- xen/arch/arm/p2m.c | 137 +++++++++++++++++++++++++++++++++--------------- xen/include/xsm/dummy.h | 26 ++++----- xen/include/xsm/xsm.h | 29 +++++----- xen/xsm/dummy.c | 7 ++- xen/xsm/flask/hooks.c | 33 +++++++----- 6 files changed, 151 insertions(+), 83 deletions(-) -- 2.1.0