From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH for-4.5 v3 0/3] Support for sparse physical address space on ARM Date: Wed, 17 Sep 2014 22:20:36 +0100 Message-ID: <1410988836.23505.65.camel@citrix.com> 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 Cc: Stefano Stabellini , Julien Grall , Tim Deegan , Roy Franz , Jan Beulich , Fu Wei List-Id: xen-devel@lists.xenproject.org This series refactors the x86 "pdx" stuff (phys address space compression) into common code and makes use of it on ARM. Since last time I've addressed some review comments, the biggest change is refactoring a bit more x86 code (the fill_mask stuff) into common code. I'm still targeting this at 4.5. The code is also available from git://xenbits.xen.org/people/ianc/xen.git pdx-v3 Ian.