All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Proposed slab patches as basis for memcg
@ 2012-06-14 12:17 Glauber Costa
       [not found] ` <1339676244-27967-1-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Glauber Costa @ 2012-06-14 12:17 UTC (permalink / raw)
  To: linux-mm; +Cc: Pekka Enberg, Cristoph Lameter, David Rientjes, cgroups, devel

Hi,

These four patches are sat in my tree for kmem memcg work.
All of them are preparation patches that touch the allocators
to make them more consistent, allowing me to later use them
from common code.

In this current form, they are supposed to be applied after
Cristoph's series. They are not, however, dependent on it.

Glauber Costa (4):
  slab: rename gfpflags to allocflags
  provide a common place for initcall processing in kmem_cache
  slab: move FULL state transition to an initcall
  make CFLGS_OFF_SLAB visible for all slabs

 include/linux/slab.h     |    2 ++
 include/linux/slab_def.h |    2 +-
 mm/slab.c                |   40 +++++++++++++++++++---------------------
 mm/slab.h                |    1 +
 mm/slab_common.c         |    5 +++++
 mm/slob.c                |    5 +++++
 mm/slub.c                |    4 +---
 7 files changed, 34 insertions(+), 25 deletions(-)

-- 
1.7.10.2

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-07-02 10:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 12:17 [PATCH 0/4] Proposed slab patches as basis for memcg Glauber Costa
     [not found] ` <1339676244-27967-1-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2012-06-14 12:17   ` [PATCH 1/4] slab: rename gfpflags to allocflags Glauber Costa
2012-06-14 12:17     ` Glauber Costa
2012-06-14 12:17   ` [PATCH 2/4] provide a common place for initcall processing in kmem_cache Glauber Costa
2012-06-14 12:17     ` Glauber Costa
2012-06-14 12:17   ` [PATCH 3/4] slab: move FULL state transition to an initcall Glauber Costa
2012-06-14 12:17     ` Glauber Costa
2012-06-14 12:17   ` [PATCH 4/4] make CFLGS_OFF_SLAB visible for all slabs Glauber Costa
2012-06-14 12:17     ` Glauber Costa
2012-06-14 15:19     ` Christoph Lameter
     [not found]       ` <alpine.DEB.2.00.1206141019010.32075-sBS69tsa9Uj/9pzu0YdTqQ@public.gmane.org>
2012-06-14 16:01         ` Glauber Costa
2012-06-14 16:01           ` Glauber Costa
2012-06-14 17:29           ` Christoph Lameter
2012-07-02 10:57         ` Glauber Costa
2012-07-02 10:57           ` Glauber Costa
2012-07-02 10:52   ` [PATCH 0/4] Proposed slab patches as basis for memcg Pekka Enberg
2012-07-02 10:52     ` Pekka Enberg

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.