aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-4/+4
2013-09-04slub: remove verify_mem_not_deleted()Christoph Lameter1-37/+0
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter1-8/+0
2013-08-13mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang1-1/+0
2013-08-13slub: Remove unnecessary page NULL checkLibin1-1/+1
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds1-3/+0
2013-07-17mm/slub: beautify code for 80 column limitation and tab alignmentChen Gang1-36/+56
2013-07-15mm/slub: remove 'per_cpu' which is useless variableChen Gang1-5/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-2/+2
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-11/+27
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt1-1/+1
2013-07-07slub: Make cpu partial slab support configurableJoonsoo Kim1-6/+21
2013-07-07slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim1-0/+3
2013-07-07mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li1-2/+2
2013-07-07mm/slub: Drop unnecessary nr_partialsWanpeng Li1-2/+0
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-181/+40
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg1-181/+40
2013-04-29mm/slub.c: use register_hotmemory_notifier()Andrew Morton1-3/+6
2013-04-05slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter1-3/+9
2013-04-05slub: Do not dereference NULL pointer in node_matchChristoph Lameter1-1/+1
2013-04-02slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim1-1/+1
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim1-8/+9
2013-02-28slub: correctly bootstrap boot cachesGlauber Costa1-0/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23mm: rename page struct field helpersMel Gorman1-1/+1
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter1-103/+5
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter1-52/+3
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter1-7/+0
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter1-11/+11
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1