All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] (xen) for-4.4.tmem.cleanups
@ 2013-12-13 15:45 Konrad Rzeszutek Wilk
  2013-12-13 16:13 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-13 15:45 UTC (permalink / raw)
  To: xen-devel, jbeulich

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] (xen) for-4.4.tmem.cleanups
  2013-12-13 15:45 [GIT PULL] (xen) for-4.4.tmem.cleanups Konrad Rzeszutek Wilk
@ 2013-12-13 16:13 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2013-12-13 16:13 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, Keir Fraser

>>> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-13 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 15:45 [GIT PULL] (xen) for-4.4.tmem.cleanups Konrad Rzeszutek Wilk
2013-12-13 16:13 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.