mbox

[0/3] PDX fixes

Message ID alpine.DEB.2.10.1905031347520.3722@sstabellini-ThinkPad-X260 (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Stefano Stabellini May 3, 2019, 8:49 p.m. UTC
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(-)