aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06slub: remove kmemcg id from create_unique_idVladimir Davydov1-6/+0
2014-08-06slab: fix the alias count (via sysfs) of slab cacheGu Zheng1-1/+1
2014-08-06mm, slub: fix some indenting in cmpxchg_double_slab()Dan Carpenter1-6/+6
2014-08-06slub: avoid duplicate creation on the first objectWei Yang1-8/+11
2014-08-06mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin1-61/+36
2014-08-06mm, slub: mark resiliency_test as init textDavid Rientjes1-1/+1
2014-08-06slub: use new node functionsChristoph Lameter1-49/+29
2014-08-06slab common: add functions for kmem_cache_node accessChristoph Lameter1-5/+0
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim1-3/+3
2014-06-06slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim1-1/+1
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-3/+3
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov1-2/+0
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov1-3/+2
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov1-2/+2
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-3/+3
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov1-7/+17
2014-06-04mm: slub: fix ALLOC_SLOWPATH statDave Hansen1-5/+3
2014-06-04mm, slab: suppress out of memory warning unless debug is enabledDavid Rientjes1-12/+17
2014-06-04mm/slub.c: convert vnsprintf-static to va_formatFabian Frederick1-7/+9
2014-06-04mm/slub.c: convert printk to pr_foo()Fabian Frederick1-72/+57
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter1-22/+8
2014-05-06slub: fix memcg_propagate_slab_attrsVladimir Davydov1-4/+7
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-2/+3
2014-04-07slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter1-1/+5
2014-04-07slub: fix leak of 'name' in sysfs_slab_addDave Jones1-14/+15
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov1-1/+25
2014-04-07slub: adjust memcg caches when creating cache aliasVladimir Davydov1-0/+13
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov1-10/+9
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes1-1/+1
2014-04-03slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov1-5/+3
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-9/+7
2014-03-27slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim1-2/+3
2014-02-10slub: do not assert not having lock in removing freed partialSteven Rostedt1-12/+20
2014-02-10mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes1-4/+2
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-22/+34
2014-01-31mm: slub: work around unneeded lockdep warningDave Hansen1-0/+6
2014-01-30mm/slub.c: fix page->_count corruption (again)Dave Hansen1-2/+17
2014-01-29mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pagesDave Hansen1-6/+6
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-6/+6
2014-01-13slub: Fix possible format string bug.Tetsuo Handa1-1/+1
2014-01-13slub: use lockdep_assert_heldPeter Zijlstra1-20/+20
2013-12-29slub: Fix calculation of cpu slabsLi Zefan1-1/+7
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-9/+36
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang1-1/+1
2013-11-11mm, slub: fix the typo in mm/slub.cZhi Yong Wu1-3/+3
2013-11-11slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter1-2/+2
2013-10-24slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev1-4/+31
2013-10-18mm: Fix some trivial typos in commentsXie XiuQi1-1/+1
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-86/+56