index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-next
Vlastimil Babka
2022-09-29
1
-0
/
+14
|
\
|
*
slab: Introduce kmalloc_size_roundup()
Kees Cook
2022-09-29
1
-0
/
+14
*
|
mm/slab_common: move declaration of __ksize() to mm/slab.h
Hyeonggon Yoo
2022-09-01
1
-1
/
+0
*
|
mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using
Hyeonggon Yoo
2022-09-01
1
-11
/
+8
*
|
mm/slab_common: unify NUMA and UMA version of tracepoints
Hyeonggon Yoo
2022-09-01
1
-10
/
+10
*
|
mm/slab_common: cleanup kmalloc_track_caller()
Hyeonggon Yoo
2022-08-24
1
-6
/
+0
*
|
mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
Hyeonggon Yoo
2022-08-24
1
-4
/
+1
|
/
*
mm/slab_common: move generic bulk alloc/free functions to SLOB
Hyeonggon Yoo
2022-07-20
1
-4
/
+21
*
mm/tracing: add 'accounted' entry into output of allocation tracepoints
Vasily Averin
2022-07-04
1
-4
/
+4
*
mm: make minimum slab alignment a runtime property
Peter Collingbourne
2022-05-13
1
-5
/
+11
*
mm, kfence: support kmem_dump_obj() for KFENCE objects
Marco Elver
2022-04-15
1
-1
/
+1
*
Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2022-03-23
1
-1
/
+1
|
\
|
*
mm/slob: make kmem_cache_boot static
Miaohe Lin
2022-02-21
1
-1
/
+1
*
|
mm: introduce kmem_cache_alloc_lru
Muchun Song
2022-03-22
1
-0
/
+6
|
/
*
mm/slob: Remove unnecessary page_mapcount_reset() function call
Hyeonggon Yoo
2022-01-06
1
-1
/
+0
*
mm/slob: Convert SLOB to use struct slab and struct folio
Matthew Wilcox (Oracle)
2022-01-06
1
-24
/
+27
*
mm: Use struct slab in kmem_obj_info()
Matthew Wilcox (Oracle)
2022-01-06
1
-2
/
+2
*
mm: Convert __ksize() to struct slab
Matthew Wilcox (Oracle)
2022-01-06
1
-4
/
+4
*
mm: emit the "free" trace report before freeing memory in kmem_cache_free()
Yunfeng Ye
2021-11-20
1
-2
/
+1
*
mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels
Paul E. McKenney
2021-03-08
1
-0
/
+2
*
mm, tracing: record slab name for kmem_cache_free()
Jacob Wen
2021-02-24
1
-1
/
+1
*
mm: Add mem_dump_obj() to print source of memory block
Paul E. McKenney
2021-01-22
1
-0
/
+6
*
mm: extract might_alloc() debug check
Daniel Vetter
2020-12-15
1
-4
/
+2
*
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
2020-08-07
1
-6
/
+6
*
mm/sl[uo]b: export __kmalloc_track(_node)_caller
Daniel Vetter
2020-03-26
1
-0
/
+2
*
mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
Vlastimil Babka
2019-10-07
1
-11
/
+31
*
mm, sl[ou]b: improve memory accounting
Vlastimil Babka
2019-10-07
1
-4
/
+16
*
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
1
-1
/
+1
*
mm/slab: refactor common ksize KASAN logic into slab_common.c
Marco Elver
2019-07-12
1
-2
/
+2
*
slob: use slab_list instead of lru
Tobin C. Harding
2019-05-14
1
-6
/
+6
*
slob: respect list_head abstraction layer
Tobin C. Harding
2019-05-14
1
-14
/
+37
*
slab: __GFP_ZERO is incompatible with a constructor
Matthew Wilcox
2018-06-07
1
-1
/
+3
*
slab, slub, slob: add slab_flags_t
Alexey Dobriyan
2017-11-15
1
-1
/
+1
*
mm/slob.c: remove an unnecessary check for __GFP_ZERO
Miles Chen
2017-11-15
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
locking/lockdep: Rework FS_RECLAIM annotation
Peter Zijlstra
2017-08-10
1
-2
/
+4
*
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
2017-04-18
1
-3
/
+3
*
slub: move synchronize_sched out of slab_mutex on shrink
Vladimir Davydov
2016-12-12
1
-1
/
+1
*
mm: slab: free kmem_cache_node after destroy sysfs file
Dmitry Safonov
2016-02-18
1
-0
/
+4
*
slab/slub: adjust kmem_cache_alloc_bulk API
Jesper Dangaard Brouer
2015-11-22
1
-1
/
+1
*
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
2015-09-08
1
-2
/
+2
*
slab: infrastructure for bulk object allocation and freeing
Christoph Lameter
2015-09-04
1
-0
/
+13
*
slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()
Fabian Frederick
2015-04-14
1
-2
/
+1
*
slub: make dead caches discard free slabs immediately
Vladimir Davydov
2015-02-12
1
-1
/
+1
*
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
Joonsoo Kim
2014-10-09
1
-2
/
+0
*
slab: get_online_mems for kmem_cache_{create,destroy,shrink}
Vladimir Davydov
2014-06-04
1
-2
/
+1
*
mm: slab/slub: use page->list consistently instead of page->lru
Dave Hansen
2014-04-11
1
-5
/
+5
*
mm/sl[aou]b: Move kmallocXXX functions to common code
Christoph Lameter
2013-09-04
1
-4
/
+24
*
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-07-14
1
-2
/
+2
|
\
|
*
slob: Check for NULL pointer before calling ctor()
Steven Rostedt
2013-07-07
1
-1
/
+1
[next]