Commit Graph

162 Commits (fc3f341b5a1a3f26ec8ed74a38234db7d0d1bae1)

Author SHA1 Message Date
Pekka Enberg 1b27d05b6e mm: move cache_line_size() to <linux/cache.h> 17 years ago
Mel Gorman dd1a239f6f mm: have zonelist contains structs with both a zone pointer and zone_idx 17 years ago
Mel Gorman 54a6eb5c47 mm: use two zonelist that are filtered by GFP mask 17 years ago
Mel Gorman 0e88460da6 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask 17 years ago
Christoph Lameter 3dc5063786 slab_err: Pass parameters correctly to slab_bug 17 years ago
Christoph Lameter 0f389ec630 slub: No need for per node slab counters if !SLUB_DEBUG 17 years ago
Christoph Lameter 49bd5221ce slub: Move map/flag clearing to __free_slab 17 years ago
Christoph Lameter 50ef37b96c slub: Fixes to per cpu stat output in sysfs 17 years ago
Christoph Lameter 5b06c853ad slub: Deal with config variable dependencies 17 years ago
Christoph Lameter 4097d60175 slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic 17 years ago
Pekka Enberg 62f75532b5 slub: Initialize per-cpu stats 17 years ago
Christoph Lameter 00460dd5f4 Fix undefined count_partial if !CONFIG_SLABINFO 17 years ago
Linus Torvalds e72e9c23ee Revert "SLUB: remove useless masking of GFP_ZERO" 17 years ago
Christoph Lameter 53625b4204 count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO 17 years ago
Christoph Lameter caeab084de slub page alloc fallback: Enable interrupts for GFP_WAIT. 17 years ago
Nick Piggin b621038678 slub: Do not cross cacheline boundaries for very small objects 17 years ago
Christoph Lameter b773ad7369 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES 17 years ago
Cyrill Gorcunov 62e5c4b4d6 slub: fix possible NULL pointer dereference 17 years ago
Christoph Lameter f619cfe1bd slub: Add kmalloc_large_node() to support kmalloc_node fallback 17 years ago
Pekka J Enberg 7693143481 slub: look up object from the freelist once 17 years ago
Christoph Lameter 6446faa2ff slub: Fix up comments 17 years ago
Christoph Lameter d8b42bf54b slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes() 17 years ago
Christoph Lameter ae20bfda68 slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG 17 years ago
Christoph Lameter 27d9e4e948 slub: Use the objsize from the kmem_cache_cpu structure 17 years ago
Christoph Lameter d692ef6dcd slub: Remove useless checks in alloc_debug_processing 17 years ago
Christoph Lameter e153362a50 slub: Remove objsize check in kmem_cache_flags() 17 years ago
Christoph Lameter d9acf4b7b6 slub: rename slab_objects to show_slab_objects 17 years ago
Christoph Lameter a973e9dd1e Revert "unique end pointer" patch 17 years ago
Linus Torvalds 00e962c540 Revert "SLUB: Alternate fast paths using cmpxchg_local" 17 years ago
Christoph Lameter 331dc558fa slub: Support 4k kmallocs again to compensate for page allocator slowness 17 years ago
Christoph Lameter 71c7a06ff0 slub: Fallback to kmalloc_large for failing higher order allocs 17 years ago
Christoph Lameter b7a49f0d4c slub: Determine gfpflags once and not every time a slab is allocated 17 years ago
Adrian Bunk dada123d99 make slub.c:slab_address() static 17 years ago
Pekka Enberg eada35efcb slub: kmalloc page allocator pass-through cleanup 17 years ago
Ingo Molnar 3adbefee6f SLUB: fix checkpatch warnings 17 years ago
Nick Piggin a76d354629 Use non atomic unlock 17 years ago
Christoph Lameter 8ff12cfc00 SLUB: Support for performance statistics 17 years ago
Christoph Lameter 1f84260c8c SLUB: Alternate fast paths using cmpxchg_local 17 years ago
Christoph Lameter 683d0baad3 SLUB: Use unique end pointer for each slab page. 17 years ago
Christoph Lameter 5bb983b0cc SLUB: Deal with annoying gcc warning on kfree() 17 years ago
root ba84c73c7a SLUB: Do not upset lockdep 17 years ago
Pekka Enberg 064287807c SLUB: Fix coding style violations 17 years ago
Christoph Lameter 7c2e132c54 Add parameter to add_partial to avoid having two functions 17 years ago
Christoph Lameter 9824601ead SLUB: rename defrag to remote_node_defrag_ratio 17 years ago
Christoph Lameter f61396aed9 Move count_partial before kmem_cache_shrink 17 years ago
Christoph Lameter 151c602f79 SLUB: Fix sysfs refcounting 17 years ago
Harvey Harrison e374d48356 slub: fix shadowed variable sparse warnings 17 years ago
Greg Kroah-Hartman 1eada11c88 Kobject: convert mm/slub.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 0ff21e4663 kobject: convert kernel_kset to be a kobject 17 years ago
Greg Kroah-Hartman 081248de0a kset: move /sys/slab to /sys/kernel/slab 17 years ago