Hey Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git 
stable/for-linus-3.14-rc0-late-tag

which has bug-fixes for the new features that were added during this
cycle. There are also two fixes for long-standing issues for which we have
a solution: grant-table operations extra work that was not needed causing
performance issues and the self balloon code was too aggressive causing
OOMs.

The signed tag has a good description of what these fixes are.

Please pull!


 arch/arm/Kconfig                    |  1 +
 arch/arm/xen/enlighten.c            | 77 ++++++++++++++++++------------
 arch/x86/include/asm/xen/page.h     |  5 +-
 arch/x86/xen/grant-table.c          |  3 +-
 arch/x86/xen/p2m.c                  | 17 +------
 drivers/block/xen-blkback/blkback.c | 15 +++---
 drivers/xen/gntdev.c                | 13 +++--
 drivers/xen/grant-table.c           | 95 ++++++++++++++++++++++++++++++-------
 drivers/xen/swiotlb-xen.c           | 22 ++++++++-
 drivers/xen/xen-selfballoon.c       | 22 +++++++++
 include/xen/grant_table.h           | 10 ++--
 11 files changed, 197 insertions(+), 83 deletions(-)


Bob Liu (1):
      drivers: xen: deaggressive selfballoon driver

Dave Jones (1):
      xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pages

Ian Campbell (1):
      xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)

Julien Grall (2):
      arm/xen: Initialize event channels earlier
      xen/gnttab: Use phys_addr_t to describe the grant frame base address

Zoltan Kiss (1):
      xen/grant-table: Avoid m2p_override during mapping

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to