Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/slob.c
AgeCommit message (Expand)Author
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-03-23mm: introduce kmem_cache_alloc_lruMuchun Song
2022-02-21mm/slob: make kmem_cache_boot staticMiaohe Lin
2022-01-06mm/slob: Remove unnecessary page_mapcount_reset() function callHyeonggon Yoo
2022-01-06mm/slob: Convert SLOB to use struct slab and struct folioMatthew Wilcox (Oracle)
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)
2022-01-06mm: Convert __ksize() to struct slabMatthew Wilcox (Oracle)
2021-11-20mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye
2021-03-09mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-02-25mm, tracing: record slab name for kmem_cache_free()Jacob Wen
2021-01-23mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-03-26mm/sl[uo]b: export __kmalloc_track(_node)_callerDaniel Vetter
2019-10-08mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka
2019-10-08mm, sl[ou]b: improve memory accountingVlastimil Babka
2019-09-25mm: introduce page_size()Matthew Wilcox (Oracle)
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver
2019-05-14slob: use slab_list instead of lruTobin C. Harding
2019-05-14slob: respect list_head abstraction layerTobin C. Harding
2018-06-08slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox
2017-11-16slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-16mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2016-12-13slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-05slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-04-15slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov
2014-10-10mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim
2014-06-05slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter
2013-07-15Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-07slob: Check for NULL pointer before calling ctor()Steven Rostedt
2013-07-07slob: use DIV_ROUND_UP where possibleSasha Levin
2013-02-24mm: rename page struct field helpersMel Gorman
2012-12-19sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter
2012-10-31mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann
2012-10-31mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsEzequiel Garcia
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia
2012-10-31mm/slob: Use object_size field in kmem_cache_size()Ezequiel Garcia
2012-10-31mm/slob: Drop usage of page->private for storing page-sized allocationsEzequiel Garcia
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg