-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6: slub: pack objects denser slub: Calculate min_objects based on number of processors. slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS slub: Simplify any_slab_object checks slub: Make the order configurable for each slab cache slub: Drop fallback to page allocator method slub: Fallback to minimal order during slab page allocation slub: Update statistics handling for variable order slabs slub: Add kmem_cache_order_objects struct slub: for_each_object must be passed the number of objects in a slab slub: Store max number of objects in the page struct. slub: Dump list of objects not freed on kmem_cache_close() slub: free_list() cleanup slub: improve kmem_cache_destroy() error message slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment.
Showing
- Documentation/vm/slabinfo.c 11 additions, 16 deletionsDocumentation/vm/slabinfo.c
- include/linux/mm_types.h 4 additions, 1 deletioninclude/linux/mm_types.h
- include/linux/slub_def.h 14 additions, 2 deletionsinclude/linux/slub_def.h
- mm/slob.c 2 additions, 1 deletionmm/slob.c
- mm/slub.c 287 additions, 194 deletionsmm/slub.c
Loading
Please register or sign in to comment