summaryrefslogtreecommitdiffstats
path: root/mm/slob.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka2022-09-291-0/+14
|\
| * slab: Introduce kmalloc_size_roundup()Kees Cook2022-09-291-0/+14
* | mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo2022-09-011-1/+0
* | mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo2022-09-011-11/+8
* | mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo2022-09-011-10/+10
* | mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo2022-08-241-6/+0
* | mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo2022-08-241-4/+1
|/
* mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo2022-07-201-4/+21
* mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin2022-07-041-4/+4
* mm: make minimum slab alignment a runtime propertyPeter Collingbourne2022-05-131-5/+11
* mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-151-1/+1
* Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-03-231-1/+1
|\
| * mm/slob: make kmem_cache_boot staticMiaohe Lin2022-02-211-1/+1
* | mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-221-0/+6
|/
* mm/slob: Remove unnecessary page_mapcount_reset() function callHyeonggon Yoo2022-01-061-1/+0
* mm/slob: Convert SLOB to use struct slab and struct folioMatthew Wilcox (Oracle)2022-01-061-24/+27
* mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)2022-01-061-2/+2
* mm: Convert __ksize() to struct slabMatthew Wilcox (Oracle)2022-01-061-4/+4
* mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye2021-11-201-2/+1
* mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney2021-03-081-0/+2
* mm, tracing: record slab name for kmem_cache_free()Jacob Wen2021-02-241-1/+1
* mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney2021-01-221-0/+6
* mm: extract might_alloc() debug checkDaniel Vetter2020-12-151-4/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-6/+6
* mm/sl[uo]b: export __kmalloc_track(_node)_callerDaniel Vetter2020-03-261-0/+2
* mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka2019-10-071-11/+31
* mm, sl[ou]b: improve memory accountingVlastimil Babka2019-10-071-4/+16
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-2/+2
* slob: use slab_list instead of lruTobin C. Harding2019-05-141-6/+6
* slob: respect list_head abstraction layerTobin C. Harding2019-05-141-14/+37
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-071-1/+3
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-151-1/+1
* mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen2017-11-151-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-2/+4
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-3/+3
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-121-1/+1
* mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov2016-02-181-0/+4
* slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-221-1/+1
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-2/+2
* slab: infrastructure for bulk object allocation and freeingChristoph Lameter2015-09-041-0/+13
* slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick2015-04-141-2/+1
* slub: make dead caches discard free slabs immediatelyVladimir Davydov2015-02-121-1/+1
* mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim2014-10-091-2/+0
* slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov2014-06-041-2/+1
* mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-111-5/+5
* mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter2013-09-041-4/+24
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-141-2/+2
|\
| * slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1