Commit Graph

291 Commits (c3813d6af177fab19e322f3114b1f64fbcf08d71)

Author SHA1 Message Date
Pekka Enberg 74e2134ff8 SLUB: Fix __GFP_ZERO unlikely() annotation 15 years ago
David Rientjes 78eb00cc57 slub: allow stats to be cleared 15 years ago
Benjamin Herrenschmidt fe1ff49d0d mm: kmem_cache_create(): make it easier to catch NULL cache names 16 years ago
Ingo Molnar fdaa45e95d slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG 16 years ago
Eric Dumazet 8a3d271deb slub: fix slab_pad_check() 16 years ago
Eric Dumazet d76b1590e0 slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU 16 years ago
Xiaotian Feng 5788d8ad6c slub: release kobject if sysfs_create_group failed in sysfs_slab_add 16 years ago
Aaro Koskinen acdfcd04d9 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 16 years ago
Amerigo Wang 5086c389cb SLUB: Fix some coding style issues 16 years ago
WANG Cong cf5d11317e SLUB: Drop write permission to /proc/slabinfo 16 years ago
Zhang, Yanmin dcb0ce1bdf slub: change kmem_cache->align to record the real alignment 16 years ago
David Rientjes 3de472138a slub: use size and objsize orders to disable debug flags 16 years ago
David Rientjes fa5ec8a1f6 slub: add option to disable higher order debugging slabs 16 years ago
Catalin Marinas e4f7c0b44a kmemleak: Trace the kmalloc_large* functions in slub 16 years ago
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
Tejun Heo 204fba4aa3 percpu: cleanup percpu array definitions 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