All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <sstabellini@kernel.org>
To: julien.grall@arm.com
Cc: xen-devel@lists.xenproject.org, sstabellini@kernel.org,
	JBeulich@suse.com
Subject: [PATCH 0/3] PDX fixes
Date: Fri, 3 May 2019 13:49:48 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.10.1905031347520.3722@sstabellini-ThinkPad-X260> (raw)

Hi all,

This series is a small collection of PDX fixes. They are technically
independent but discovered together trying to understand the memory
waste caused by the frametable allocation on Xilinx ZynqMP.

Cheers,

Stefano


The following changes since commit dc497635d93f6672f82727ad97a55205177be2aa:

  build system: make install-stubdom depend on install-tools again (2019-04-23 17:00:08 +0100)

are available in the git repository at:

  http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git pdx-fix-1

for you to fetch changes up to efa7a57449a656a3ffac21e9802b6e5a14a0818a:

  xen/arm: fix mask calculation in init_pdx (2019-05-03 13:16:29 -0700)

----------------------------------------------------------------
Stefano Stabellini (3):
      xen/arm: fix nr_pdxs calculation
      xen: actually skip the first MAX_ORDER bits in pfn_pdx_hole_setup
      xen/arm: fix mask calculation in init_pdx

 xen/arch/arm/mm.c    | 4 ++--
 xen/arch/arm/setup.c | 9 +++++++--
 xen/common/pdx.c     | 6 ++++--
 3 files changed, 13 insertions(+), 6 deletions(-)

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

WARNING: multiple messages have this Message-ID (diff)
From: Stefano Stabellini <sstabellini@kernel.org>
To: julien.grall@arm.com
Cc: xen-devel@lists.xenproject.org, sstabellini@kernel.org,
	JBeulich@suse.com
Subject: [Xen-devel] [PATCH 0/3] PDX fixes
Date: Fri, 3 May 2019 13:49:48 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.10.1905031347520.3722@sstabellini-ThinkPad-X260> (raw)
Message-ID: <20190503204948.0b2mdS06WBxNGd3d1ae13WxmHzZE0VKMq9bC4atbCXc@z> (raw)

Hi all,

This series is a small collection of PDX fixes. They are technically
independent but discovered together trying to understand the memory
waste caused by the frametable allocation on Xilinx ZynqMP.

Cheers,

Stefano


The following changes since commit dc497635d93f6672f82727ad97a55205177be2aa:

  build system: make install-stubdom depend on install-tools again (2019-04-23 17:00:08 +0100)

are available in the git repository at:

  http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git pdx-fix-1

for you to fetch changes up to efa7a57449a656a3ffac21e9802b6e5a14a0818a:

  xen/arm: fix mask calculation in init_pdx (2019-05-03 13:16:29 -0700)

----------------------------------------------------------------
Stefano Stabellini (3):
      xen/arm: fix nr_pdxs calculation
      xen: actually skip the first MAX_ORDER bits in pfn_pdx_hole_setup
      xen/arm: fix mask calculation in init_pdx

 xen/arch/arm/mm.c    | 4 ++--
 xen/arch/arm/setup.c | 9 +++++++--
 xen/common/pdx.c     | 6 ++++--
 3 files changed, 13 insertions(+), 6 deletions(-)

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

             reply	other threads:[~2019-05-03 20:49 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03 20:49 Stefano Stabellini [this message]
2019-05-03 20:49 ` [Xen-devel] [PATCH 0/3] PDX fixes Stefano Stabellini
2019-05-03 20:50 ` [PATCH 1/3] xen/arm: fix nr_pdxs calculation Stefano Stabellini
2019-05-03 20:50   ` [Xen-devel] " Stefano Stabellini
2019-05-03 20:50 ` [PATCH 2/3] xen: actually skip the first MAX_ORDER bits in pfn_pdx_hole_setup Stefano Stabellini
2019-05-03 20:50   ` [Xen-devel] " Stefano Stabellini
2019-05-06  9:19   ` Jan Beulich
2019-05-06  9:19     ` [Xen-devel] " Jan Beulich
2019-05-08 22:02     ` Stefano Stabellini
2019-05-08 22:02       ` [Xen-devel] " Stefano Stabellini
2019-05-03 20:50 ` [PATCH 3/3] xen/arm: fix mask calculation in init_pdx Stefano Stabellini
2019-05-03 20:50   ` [Xen-devel] " Stefano Stabellini
2019-05-06  9:06   ` Jan Beulich
2019-05-06  9:06     ` [Xen-devel] " Jan Beulich
2019-05-06 15:26     ` Julien Grall
2019-05-06 15:26       ` [Xen-devel] " Julien Grall
2019-05-07  7:40       ` Jan Beulich
2019-05-07  7:40         ` [Xen-devel] " Jan Beulich
2019-05-07  8:59         ` Julien Grall
2019-05-07  8:59           ` [Xen-devel] " Julien Grall
2019-05-07  9:35           ` Jan Beulich
2019-05-07  9:35             ` [Xen-devel] " Jan Beulich
2019-05-07 13:20             ` Julien Grall
2019-05-07 13:20               ` [Xen-devel] " Julien Grall
2019-05-07 13:57               ` Jan Beulich
2019-05-07 13:57                 ` [Xen-devel] " Jan Beulich
2019-05-08 22:31               ` Stefano Stabellini
2019-05-08 22:31                 ` [Xen-devel] " Stefano Stabellini

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=alpine.DEB.2.10.1905031347520.3722@sstabellini-ThinkPad-X260 \
    --to=sstabellini@kernel.org \
    --cc=JBeulich@suse.com \
    --cc=julien.grall@arm.com \
    --cc=xen-devel@lists.xenproject.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 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.