-
- Downloads
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
Pull slab changes from Pekka Enberg: "The bulk of the changes are more slab unification from Christoph. There's also few fixes from Aaron, Glauber, and Joonsoo thrown into the mix." * 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux: (24 commits) mm, slab_common: Fix bootstrap creation of kmalloc caches slab: Return NULL for oversized allocations mm: slab: Verify the nodeid passed to ____cache_alloc_node slub: tid must be retrieved from the percpu area of the current processor slub: Do not dereference NULL pointer in node_match slub: add 'likely' macro to inc_slabs_node() slub: correct to calculate num of acquired objects in get_partial_node() slub: correctly bootstrap boot caches mm/sl[au]b: correct allocation type check in kmalloc_slab() slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections slab: Handle ARCH_DMA_MINALIGN correctly slab: Common definition for kmem_cache_node slab: Rename list3/l3 to node slab: Common Kmalloc cache determination stat: Use size_t for sizes instead of unsigned slab: Common function to create the kmalloc array slab: Common definition for the array of kmalloc caches slab: Common constants for kmalloc boundaries slab: Rename nodelists to node slab: Common name for the per node structures ...
No related branches found
No related tags found
Showing
- fs/proc/stat.c 1 addition, 1 deletionfs/proc/stat.c
- include/linux/kmalloc_sizes.h 0 additions, 45 deletionsinclude/linux/kmalloc_sizes.h
- include/linux/slab.h 163 additions, 68 deletionsinclude/linux/slab.h
- include/linux/slab_def.h 17 additions, 37 deletionsinclude/linux/slab_def.h
- include/linux/slub_def.h 11 additions, 125 deletionsinclude/linux/slub_def.h
- mm/slab.c 334 additions, 456 deletionsmm/slab.c
- mm/slab.h 42 additions, 1 deletionmm/slab.h
- mm/slab_common.c 173 additions, 1 deletionmm/slab_common.c
- mm/slub.c 40 additions, 181 deletionsmm/slub.c
Loading
Please register or sign in to comment