aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slob.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-29mm/slob: remove slob.cVlastimil Babka1-757/+0
2022-09-29Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka1-0/+14
2022-09-29slab: Introduce kmalloc_size_roundup()Kees Cook1-0/+14
2022-09-01mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo1-1/+0
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo1-11/+8
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo1-10/+10
2022-08-24mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo1-6/+0
2022-08-24mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo1-4/+1
2022-07-20mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo1-4/+21
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin1-4/+4
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne1-5/+11
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver1-1/+1
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-1/+1
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song1-0/+6
2022-02-21mm/slob: make kmem_cache_boot staticMiaohe Lin1-1/+1
2022-01-06mm/slob: Remove unnecessary page_mapcount_reset() function callHyeonggon Yoo1-1/+0
2022-01-06mm/slob: Convert SLOB to use struct slab and struct folioMatthew Wilcox (Oracle)1-24/+27
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)1-2/+2
2022-01-06mm: Convert __ksize() to struct slabMatthew Wilcox (Oracle)1-4/+4
2021-11-20mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye1-2/+1
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney1-0/+2
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen1-1/+1
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney1-0/+6
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter1-4/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-6/+6
2020-03-26mm/sl[uo]b: export __kmalloc_track(_node)_callerDaniel Vetter1-0/+2
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka1-11/+31
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka1-4/+16
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver1-2/+2
2019-05-14slob: use slab_list instead of lruTobin C. Harding1-6/+6
2019-05-14slob: respect list_head abstraction layerTobin C. Harding1-14/+37
2018-06-07slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox1-1/+3
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-15mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra1-2/+4
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-3/+3
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov1-1/+1
2016-02-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov1-0/+4
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer1-1/+1
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-2/+2
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter1-0/+13
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick1-2/+1
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov1-1/+1
2014-10-09mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim1-2/+0
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov1-2/+1
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen1-5/+5
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter1-4/+24
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2013-07-07slob: Check for NULL pointer before calling ctor()Steven Rostedt1-1/+1
2013-07-07slob: use DIV_ROUND_UP where possibleSasha Levin1-1/+1
2013-02-23mm: rename page struct field helpersMel Gorman1-1/+1
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa1-1/+1
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter1-10/+0
2012-10-31mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann1-3/+3
2012-10-31mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsEzequiel Garcia1-1/+1
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia1-6/+0
2012-10-31mm/slob: Use object_size field in kmem_cache_size()Ezequiel Garcia1-3/+3
2012-10-31mm/slob: Drop usage of page->private for storing page-sized allocationsEzequiel Garcia1-14/+10
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg1-1/+1
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg1-33/+27
2012-09-26mm, slob: fix build breakage in __kmalloc_node_track_callerDavid Rientjes1-1/+1
2012-09-25mm, slob: Add support for kmalloc_track_caller()Ezequiel Garcia1-3/+24
2012-09-25mm, slob: Use NUMA_NO_NODE instead of -1Ezequiel Garcia1-3/+3
2012-09-05mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter1-1/+0
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter1-5/+3
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter1-25/+17
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter1-4/+0
2012-09-05mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter1-2/+0
2012-09-05mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter1-0/+8
2012-09-05mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter1-8/+7
2012-09-05mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter1-0/+4
2012-07-12slob: Fix early boot kernel crashChristoph Lameter1-1/+1
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter1-9/+5
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter1-5/+3
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter1-8/+1
2012-06-14slob: Remove various small accessorsChristoph Lameter1-40/+9
2012-06-14slob: No need to zero mapping since it is no longer in useChristoph Lameter1-1/+0
2012-06-14slob: Define page struct fields used in mm_types.hChristoph Lameter1-58/+37
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-07slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt1-0/+6
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter1-6/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin1-5/+0
2010-10-02slob: fix gfp flags for order-0 page allocationsDavid Rientjes1-1/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-1/+8
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2010-07-16SLOB: Free objects to their own listBob Liu1-1/+8
2010-06-14mm: remove all rcu head initializationsPaul E. McKenney1-1/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-1/+3
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse1-8/+0
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang1-0/+5
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney1-0/+2
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg1-3/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-2/+2
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas1-0/+7
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-05-11slob: use PG_slab for identifying SLOB pagesWu Fengguang1-3/+3
2009-05-06mm: SLOB fix reclaim_stateNick Piggin1-1/+4
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei1-1/+1
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg1-2/+2
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu1-16/+12
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-5/+30
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2009-03-30lockdep: annotate reclaim context (__GFP_NOFS), fix SLOBIngo Molnar1-1/+1
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg1-16/+27
2009-03-23slob: fix lockup in slob_free()Nick Piggin1-1/+2
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-0/+2
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+2
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar1-0/+1
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov1-0/+1
2009-01-19slob: clean up the codeAmérico Wang1-15/+25
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker1-1/+1
2008-12-29Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-6/+31
2008-12-29kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu1-6/+31
2008-12-15slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas1-1/+1
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall1-3/+5
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall1-1/+1
2008-07-29mm: unexport ksizeAdrian Bunk1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-4/+3
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft1-6/+6
2008-05-19slob: Fix to return wrong pointerMinChan Kim1-2/+3
2008-04-27slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Yi Li1-1/+2
2008-02-05slob: reduce external fragmentation by using three free listsMatt Mackall1-14/+33
2008-02-05slob: fix free block merging at head of subpageMatt Mackall1-0/+4
2007-12-09Avoid double memclear() in SLOB/SLUBLinus Torvalds1-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Tetsuo Handa1-0/+1
2007-11-15slob: fix memory corruptionNick Piggin1-1/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-3/+3
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter1-1/+2
2007-10-16{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma1-3/+3
2007-07-21slob: reduce list scanningMatt Mackall1-5/+16
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter1-10/+0
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter1-0/+2
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter1-4/+7
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter1-33/+0
2007-07-16slob: sparsemem supportPaul Mundt1-0/+8
2007-07-16slob: initial NUMA supportPaul Mundt1-17/+55
2007-07-16slob: improved alignment handlingNick Piggin1-23/+26
2007-07-16slob: remove bigblock trackingNick Piggin1-74/+29
2007-07-16slob: rework freelist handlingNick Piggin1-97/+325
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-1/+1
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter1-5/+0
2007-05-17slob: implement RCU freeingNick Piggin1-7/+45
2007-05-07slob: fix page order calculation on not 4KB pageAkinobu Mita1-12/+3
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-2/+2
2007-05-07slob: handle SLAB_PANIC flagAkinobu Mita1-1/+2
2007-05-07slab: introduce kreallocPekka Enberg1-1/+34
2006-12-30[PATCH] MM: SLOB is broken by recent cleanup of slab.hDimitri Gorokhovik1-2/+9
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter1-1/+1
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter1-3/+13
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan1-2/+1
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-4/+0
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter1-45/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-19[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSJohn Hawkes1-7/+3
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg1-0/+10
2006-02-08[PATCH] SLOB=y && SMP=y fixIngo Molnar1-1/+1
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+385