- ba3253c7 slab: fix wrong retval on kmem_cache_create_memcg error path by Dave Jones · 11 years ago
- f717eb3 slab: do not panic if we fail to create memcg cache by Vladimir Davydov · 11 years ago
- 2edefe1 memcg, slab: fix races in per-memcg cache creation/destruction by Vladimir Davydov · 11 years ago
- 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 11 years ago
- 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 11 years ago
- 3965fc3 slab: clean up kmem_cache_create_memcg() error handling by Vladimir Davydov · 11 years ago
- 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
- 3e37491 slab_common: Do not check for duplicate slab names by Christoph Lameter · 11 years ago
- f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
- 9de1bc8 mm, slab_common: add 'unlikely' to size check of kmalloc_slab() by Joonsoo Kim · 11 years ago
- 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
- 276a243 mm/slab: Give s_next and s_stop slab-specific names by Wanpeng Li · 11 years ago
- e9b4db2 mm/slab: Fix /proc/slabinfo unwriteable for slab by Wanpeng Li · 11 years ago
- e25839f mm/slab: Sharing s_next and s_stop between slab and slub by Wanpeng Li · 11 years ago
- 907985f slab: prevent warnings when allocating with __GFP_NOWARN by Sasha Levin · 11 years ago
- 956e46e mm/slab: Fix crash during slab init by Chris Mason · 11 years ago
- 8a965b3 mm, slab_common: Fix bootstrap creation of kmalloc caches by Christoph Lameter · 12 years ago
- 6286ae9 slab: Return NULL for oversized allocations by Christoph Lameter · 12 years ago
- b1e0541 mm/sl[au]b: correct allocation type check in kmalloc_slab() by Joonsoo Kim · 12 years ago
- 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 12 years ago
- f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 12 years ago
- 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 12 years ago
- 31ba734 slab: Use proper formatting specs for unsigned size_t by Christoph Lameter · 12 years ago
- 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
- 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 12 years ago
- 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 12 years ago
- 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 12 years ago
- 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 12 years ago
- 4590685 mm/sl[aou]b: Common alignment code by Christoph Lameter · 12 years ago
- 45530c4 mm, sl[au]b: create common functions for boot slab creation by Christoph Lameter · 12 years ago
- d884392 slab: Ignore internal flags in cache creation by Glauber Costa · 12 years ago
- 0d7561c sl[au]b: Process slabinfo_show in common code by Glauber Costa · 12 years ago
- bcee6e2 mm/sl[au]b: Move print_slabinfo_header to slab_common.c by Glauber Costa · 12 years ago
- b7454ad mm/sl[au]b: Move slabinfo processing to slab_common.c by Glauber Costa · 12 years ago
- 210ed9d mm, slab: release slab_mutex earlier in kmem_cache_destroy() by Jiri Kosina · 12 years ago
- aac3a16 Revert "mm/sl[aou]b: Move sysfs_slab_add to common" by Pekka Enberg · 12 years ago
- cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
- 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
- 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
- 96d17b7 mm/sl[aou]b: Move sysfs_slab_add to common by Christoph Lameter · 12 years ago
- cbb7969 mm/sl[aou]b: Do slab aliasing call from common code by Christoph Lameter · 12 years ago
- db265ec mm/sl[aou]b: Move duping of slab name to slab_common.c by Christoph Lameter · 12 years ago
- 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
- 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
- 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
- 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
- 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
- 686d550 mm/slab_common: Improve error handling in kmem_cache_create by Christoph Lameter · 12 years ago
- 77be4b1 mm/slab: restructure kmem_cache_create() debug checks by Shuah Khan · 12 years ago
- b920536 Revert "mm/slab_common.c: cleanup" by Pekka Enberg · 12 years ago
- 455ce9e mm/slab_common.c: cleanup by Andrew Morton · 12 years ago
- 73a1180 mm: Fix build warning in kmem_cache_create() by Shuah Khan · 12 years ago
- 20cea96 mm, sl[aou]b: Move kmem_cache_create mutex handling to common code by Christoph Lameter · 12 years ago
- 18004c5 mm, sl[aou]b: Use a common mutex definition by Christoph Lameter · 12 years ago
- 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
- 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago