aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slob.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/penberg/linuxLinus 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