Commit Graph

98 Commits (7589670f37736bcc119ebfbd69aafea6d585d1d4)

Author SHA1 Message Date
Andrew Morton ea3061d227 slub: list_locations() can use GFP_TEMPORARY 18 years ago
Christoph Lameter 42a9fdbb12 SLUB: Optimize cacheline use for zeroing 18 years ago
Christoph Lameter 4c93c355d5 SLUB: Place kmem_cache_cpu structures in a NUMA aware way 18 years ago
Christoph Lameter ee3c72a14b SLUB: Avoid touching page struct when freeing to per cpu slab 18 years ago
Christoph Lameter b3fba8da65 SLUB: Move page->offset to kmem_cache_cpu->offset 18 years ago
Christoph Lameter 8e65d24c7c SLUB: Do not use page->mapping 18 years ago
Christoph Lameter dfb4f09609 SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab 18 years ago
Mel Gorman e12ba74d8f Group short-lived and reclaimable kernel allocations 18 years ago
Christoph Lameter 6cb062296f Categorize GFP flags 18 years ago
Christoph Lameter f64dc58c54 Memoryless nodes: SLUB support 18 years ago
Christoph Lameter ef8b4520bd Slab allocators: fail if ksize is called with a NULL parameter 18 years ago
Satyam Sharma 2408c55037 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check 18 years ago
Christoph Lameter aadb4bc4a1 SLUB: direct pass through of page size or higher kmalloc requests 18 years ago
Adrian Bunk 1cd7daa51b slub.c:early_kmem_cache_node_alloc() shouldn't be __init 18 years ago
Christoph Lameter ba0268a8b0 SLUB: accurately compare debug flags during slab cache merge 18 years ago
Christoph Lameter 5d540fb715 slub: do not fail if we cannot register a slab with sysfs 18 years ago
Christoph Lameter a2f92ee7e7 SLUB: do not fail on broken memory configurations 18 years ago
Christoph Lameter 9e86943b6c SLUB: use atomic_long_read for atomic_long variables 18 years ago
Christoph Lameter 1ceef40249 SLUB: Fix dynamic dma kmalloc cache creation 18 years ago
Christoph Lameter fcda3d89bf SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink 18 years ago
Peter Zijlstra 2208b764c1 slub: fix bug in slub debug support 18 years ago
Peter Zijlstra 02febdf7f6 slub: add lock debugging check 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Linus Torvalds 9550b105b8 slub: fix ksize() for zero-sized pointers 18 years ago
Christoph Lameter 8ab1372fac SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA 18 years ago
Christoph Lameter a0e1d1be20 SLUB: Move sysfs operations outside of slub_lock 18 years ago
Christoph Lameter 434e245ddd SLUB: Do not allocate object bit array on stack 18 years ago
Christoph Lameter 81cda66261 Slab allocators: Cleanup zeroing allocations 18 years ago
Christoph Lameter ce15fea827 SLUB: Do not use length parameter in slab_alloc() 18 years ago
Christoph Lameter 12ad6843dd SLUB: Style fix up the loop to disable small slabs 18 years ago
Adrian Bunk 5af328a510 mm/slub.c: make code static 18 years ago
Christoph Lameter 7b55f620e6 SLUB: Simplify dma index -> size calculation 18 years ago
Christoph Lameter f1b2633936 SLUB: faster more efficient slab determination for __kmalloc 18 years ago
Christoph Lameter dfce8648d6 SLUB: do proper locking during dma slab creation 18 years ago
Christoph Lameter 2e443fd003 SLUB: extract dma_kmalloc_cache from get_cache. 18 years ago
Christoph Lameter 0c71001320 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG 18 years ago
Christoph Lameter d07dbea464 Slab allocators: support __GFP_ZERO in all allocators 18 years ago
Christoph Lameter 6cb8f91320 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics 18 years ago
Christoph Lameter ef2ad80c7d Slab allocators: consolidate code for krealloc in mm/util.c 18 years ago
Christoph Lameter d45f39cb06 SLUB Debug: fix initial object debug state of NUMA bootstrap objects 18 years ago
Christoph Lameter 6300ea7503 SLUB: ensure that the number of objects per slab stays low for high orders 18 years ago
Christoph Lameter 68dff6a9af SLUB slab validation: Move tracking information alloc outside of lock 18 years ago
Christoph Lameter 5b95a4acf1 SLUB: use list_for_each_entry for loops over all slabs 18 years ago
Christoph Lameter 2492268472 SLUB: change error reporting format to follow lockdep loosely 18 years ago
Christoph Lameter f0630fff54 SLUB: support slub_debug on by default 18 years ago
Christoph Lameter d23cf676d0 slub: remove useless EXPORT_SYMBOL 18 years ago
Christoph Lameter dbc55faa64 SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during bootstrap 18 years ago
Christoph Lameter 8496634302 SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZE 18 years ago
Christoph Lameter 4b356be019 SLUB: minimum alignment fixes 18 years ago
Christoph Lameter dd08c40e3e SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMIC 18 years ago