>>> On 13.12.13 at 16:45, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
> 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 +-
This and ...
> xen/common/tmem.c | 855
+++++++++++++++++++--------------------------
> xen/common/tmem_xen.c | 147 ++------
> xen/include/public/tmem.h | 4 +-
> xen/include/xen/sched.h | 2 +-
... this will need an ack by Keir.
Jan
> 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