Commit Graph

271 Commits (0cf2f7632b1789b811ab20b611c4156e6de2b055)

Author SHA1 Message Date
Paul E. McKenney 7ed9f7e5db fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b 16 years ago
Pekka Enberg ba52270d18 SLUB: Don't pass __GFP_FAIL for the initial allocation 16 years ago
Benjamin Herrenschmidt dcce284a25 mm: Extend gfp masking to the page allocator 16 years ago
Christoph Lameter 62bc62a873 page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths 16 years ago
Vegard Nossum b1eeab6768 kmemcheck: add hooks for the page allocator 16 years ago
Nick Piggin 964cf35c88 SLUB: Fix early boot GFP_DMA allocations 16 years ago
Vegard Nossum 5a896d9e7c slub: add hooks for kmemcheck 16 years ago
Pekka Enberg 95f8598931 SLUB: Don't print out OOM warning for __GFP_NOFAIL 16 years ago
Alexander Beregalov 26c02cf05d SLUB: fix build when !SLUB_DEBUG 16 years ago
Pekka Enberg 7e85ee0c1d slab,slub: don't enable interrupts during early boot 16 years ago
Pekka Enberg 83b519e8b9 slab: setup allocators earlier in the boot sequence 16 years ago
Catalin Marinas 06f22f13f3 kmemleak: Add the slub memory allocation/freeing hooks 16 years ago
Pekka Enberg 781b2ba6eb SLUB: Out-of-memory diagnostics 16 years ago
Nick Piggin 1eb5ac6466 mm: SLUB fix reclaim_state 16 years ago
David Rientjes 818cf59097 slub: enforce MAX_ORDER 16 years ago
Zhaolei 02af61bb50 tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part 16 years ago
Pekka Enberg 2121db74ba kmemtrace: trace kfree() calls with NULL or zero-length objects 16 years ago
Eduard - Gabriel Munteanu ca2b84cb3c kmemtrace: use tracepoints 16 years ago
Akinobu Mita 1a00df4a2c slub: use get_track() 16 years ago
David Rientjes c0bdb232b2 slub: rename calculate_min_partial() to set_min_partial() 16 years ago
David Rientjes 73d342b169 slub: add min_partial sysfs tunable 16 years ago
David Rientjes 3b89d7d881 slub: move min_partial to struct kmem_cache 16 years ago
Christoph Lameter fe1200b63d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants 16 years ago
Zhang Yanmin e8120ff1ff SLUB: Fix default slab order for big object sizes 16 years ago
Christoph Lameter ffadd4d0fe SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants 16 years ago
Nick Piggin cf40bd16fd lockdep: annotate reclaim context (__GFP_NOFS) 16 years ago
Kirill A. Shutemov b1aabecd55 mm: Export symbol ksize() 16 years ago
David Rientjes 3718909448 slub: fix per cpu kmem_cache_cpu array memory leak 16 years ago
Pekka Enberg 6047a007d0 SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() 16 years ago
Frederik Schwarzer 0211a9c850 trivial: fix an -> a typos in documentation and comments 16 years ago
Rusty Russell 174596a0b9 cpumask: convert mm/ 16 years ago
Frederic Weisbecker 36994e58a4 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API 16 years ago
Ingo Molnar 2a38b1c4f1 kmemtrace: move #include lines 16 years ago
Pekka Enberg 2e67624c22 kmemtrace: remove unnecessary casts 16 years ago
Eduard - Gabriel Munteanu 94b528d056 kmemtrace: SLUB hooks for caller-tracking functions. 16 years ago
Eduard - Gabriel Munteanu 5b882be4e0 kmemtrace: SLUB hooks. 16 years ago
Eduard - Gabriel Munteanu 35995a4d81 SLUB: Replace __builtin_return_address(0) with _RET_IP_. 16 years ago
David Rientjes 7b8f3b66d9 slub: avoid leaking caches or refcounts on sysfs error 16 years ago
OGAWA Hirofumi 89124d706d slub: Add might_sleep_if() to slab_alloc() 16 years ago
Akinobu Mita 773ff60e84 SLUB: failslab support 16 years ago
Rusty Russell 29c0177e6a cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. 16 years ago
Hugh Dickins 9c24624727 KSYM_SYMBOL_LEN fixes 16 years ago
Nick Andrew 9f6c708e5c slub: Fix incorrect use of loose 16 years ago
KAMEZAWA Hiroyuki dc19f9db38 memcg: memory hotplug fix for notifier callback 16 years ago
David Rientjes 0094de92a4 slub: make early_kmem_cache_node_alloc void 16 years ago
Cyrill Gorcunov e9beef1815 slub - fix get_object_page comment 16 years ago
Eduard - Gabriel Munteanu ce71e27c6f SLUB: Replace __builtin_return_address(0) with _RET_IP_. 16 years ago
Cyrill Gorcunov 210b5c0613 SLUB: cleanup - define macros instead of hardcoded numbers 16 years ago
Alexey Dobriyan 7b3c3a50a3 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c 17 years ago
Salman Qazi 02b71b7012 slub: fixed uninitialized counter in struct kmem_cache_node 17 years ago