From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [GIT PULL] (xen) for-4.4.tmem.cleanups Date: Fri, 13 Dec 2013 10:45:04 -0500 Message-ID: <20131213154504.GA7005@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline 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@lists.xensource.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hey Jan, Please git pull the following branch: git pull git://xenbits.xen.org/people/konradwilk/xen.git for-4.4.tmem.cleanups which has more cleanups and also CID fixes to tmem. It cuts down the code by 300 lines which is nice. Thank you! The shortlog and diff are: xen/common/domain.c | 4 +- xen/common/tmem.c | 855 +++++++++++++++++++-------------------------- xen/common/tmem_xen.c | 147 ++------ xen/include/public/tmem.h | 4 +- xen/include/xen/sched.h | 2 +- xen/include/xen/tmem_xen.h | 144 +------- 6 files changed, 398 insertions(+), 758 deletions(-) Bob Liu (15): tmem: cleanup: drop unused sub command tmem: cleanup: drop some debug code tmem: cleanup: drop useless function 'tmem_copy_page' tmem: cleanup: drop useless parameters from put/get page tmem: cleanup: reorg function do_tmem_put() tmem: drop unneeded is_ephemeral() and is_private() tmem: cleanup: rm useless EXPORT/FORWARD define tmem: cleanup: drop tmem_lock_all tmem: cleanup: refactor the alloc/free path tmem: cleanup: __tmem_alloc_page: drop unneed parameters tmem: cleanup: drop useless functions from head file tmem: refator function tmem_ensure_avail_pages() tmem: cleanup: rename tmem_relinquish_npages() tmem: cleanup: rm unused tmem_freeze_all() tmem: check the return value of copy to guest