WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [GIT PULL] xen: tmem: self-ballooning and frontswap-selfshri

To: Konrad Wilk <konrad.wilk@xxxxxxxxxx>
Subject: [Xen-devel] [GIT PULL] xen: tmem: self-ballooning and frontswap-selfshriking
From: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
Date: Thu, 30 Jun 2011 14:41:06 -0700 (PDT)
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
Delivery-date: Thu, 30 Jun 2011 14:41:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Konrad --

Please pull the following branch into your Xen for-linus tree
for the upcoming 3.1 window.

git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem.git 
#xen-tmem-selfballoon-v3

The branch is based off of 3.0-rc1.

This single commit introduces two in-kernel drivers for Xen
transcendent memory ("tmem") that complement cleancache and
frontswap.  Both use control theory to dynamically adjust and
optimize memory utilization.  Much more detail is in the
header comment of the file.

Diffstat:
 drivers/xen/Kconfig                      |   12 
 drivers/xen/Makefile                     |    1 
 drivers/xen/xen-balloon.c                |    2 
 drivers/xen/xen-selfballoon.c            |  429 +++++++++++++++++++++
 include/xen/balloon.h                    |   10 
 include/xen/tmem.h                       |    5 
 6 files changed, 459 insertions(+)

Dan Magenheimer (1):
      xen: tmem: self-ballooning and frontswap self-shrinking

Note that this patch has a slight build dependency on last week's:

afec6e04922d0c8c7e244be2e544bac5e7e36294 xen: prepare tmem shim to handle 
frontswap

in your devel/next-3.0 branch (because tmem_enabled is EXPORT_SYM'ed
in that commit and extern'ed in a file in this commit).  I don't
think this is a problem as you've already pushed that commit
to linux-next, but am noting the dependency in case some kind
of commit reordering were to occur.

Thanks,
Dan

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [GIT PULL] xen: tmem: self-ballooning and frontswap-selfshriking, Dan Magenheimer <=