xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: vijay.kilari@gmail.com
To: Ian.Campbell@citrix.com, julien.grall@linaro.org,
	stefano.stabellini@eu.citrix.com, stefano.stabellini@citrix.com,
	xen-devel@lists.xen.org
Cc: Prasun.Kapoor@caviumnetworks.com,
	Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>,
	vijay.kilari@gmail.com
Subject: [PATCH v2 0/3] xen/arm: Add stage 2 48-bit PA support
Date: Tue, 27 May 2014 12:16:43 +0530	[thread overview]
Message-ID: <1401173206-4634-1-git-send-email-vijay.kilari@gmail.com> (raw)

From: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>

Add 4-level page tables for stage 2 translation to
support 48-bit physical address range.

Changes in v2:
 - Moved VTCR register declarations from page.h to processor.h file
 - Fixed coding style comments
 - Added patch(2) to handle page table walk with 4 levels
 - Added seperate patch to remove unused VADDR{BITS,MASK} macros

Changes in v1:
 - Initial version

Vijaya Kumar K (3):
  xen/arm: Add 4-level page table for stage 2 translation
  xen/arm: update page table walk to handle 4 level page table
  xen/arm: remove unused VADDR_BITS and VADDR_MASK macros

 xen/arch/arm/arm64/head.S       |   14 ++--
 xen/arch/arm/mm.c               |   37 +++++++----
 xen/arch/arm/p2m.c              |  136 +++++++++++++++++++++++++++++++++------
 xen/include/asm-arm/p2m.h       |    5 +-
 xen/include/asm-arm/page.h      |   19 +++---
 xen/include/asm-arm/processor.h |  102 ++++++++++++++++++++++++++++-
 6 files changed, 265 insertions(+), 48 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2014-05-27  6:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27  6:46 vijay.kilari [this message]
2014-05-27  6:46 ` [PATCH v2 1/3] xen/arm: Add 4-level page table for stage 2 translation vijay.kilari
2014-05-28 14:29   ` Ian Campbell
2014-07-15 13:47   ` Ian Campbell
2014-07-16 11:42     ` Vijay Kilari
2014-07-16 12:35       ` Ian Campbell
2014-07-16 13:53         ` Vijay Kilari
2014-05-27  6:46 ` [PATCH v2 2/3] xen/arm: update page table walk to handle 4 level page table vijay.kilari
2014-05-28 14:14   ` Ian Campbell
2014-05-27  6:46 ` [PATCH v2 3/3] xen/arm: remove unused VADDR_BITS and VADDR_MASK macros vijay.kilari
2014-05-28 14:15   ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401173206-4634-1-git-send-email-vijay.kilari@gmail.com \
    --to=vijay.kilari@gmail.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Prasun.Kapoor@caviumnetworks.com \
    --cc=Vijaya.Kumar@caviumnetworks.com \
    --cc=julien.grall@linaro.org \
    --cc=stefano.stabellini@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).