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
/
slub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-31
/
+38
|
\
|
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-08
1
-2
/
+2
|
*
slub: use alloc_pages_node() in alloc_slab_page()
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+1
|
*
kasan: rename and document kasan_(un)poison_object_data
Andrey Konovalov
2023-12-29
1
-2
/
+2
|
*
slub, kasan: improve interaction of KASAN and slub_debug poisoning
Andrey Konovalov
2023-12-10
1
-15
/
+26
*
|
Merge branch 'slab/for-6.8/slub-hook-cleanups' into slab/for-next
Vlastimil Babka
2024-01-04
1
-64
/
+679
|
\
\
|
*
|
mm/slub: free KFENCE objects in slab_free_hook()
Vlastimil Babka
2023-12-28
1
-12
/
+10
|
*
|
mm/slub: handle bulk and single object freeing separately
Vlastimil Babka
2023-12-07
1
-24
/
+35
|
*
|
mm/slub: introduce __kmem_cache_free_bulk() without free hooks
Vlastimil Babka
2023-12-07
1
-9
/
+47
|
*
|
mm/slub: fix bulk alloc and free stats
Vlastimil Babka
2023-12-07
1
-1
/
+10
|
*
|
mm/slub: optimize free fast path code layout
Vlastimil Babka
2023-12-06
1
-16
/
+24
|
*
|
mm/slub: optimize alloc fastpath code layout
Vlastimil Babka
2023-12-06
1
-35
/
+54
|
*
|
mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
Vlastimil Babka
2023-12-06
1
-16
/
+9
|
*
|
mm/slab: move kmalloc() functions from slab_common.c to slub.c
Vlastimil Babka
2023-12-06
1
-8
/
+118
|
*
|
mm/slab: move kfree() from slab_common.c to slub.c
Vlastimil Babka
2023-12-06
1
-5
/
+46
|
*
|
mm/slab: move struct kmem_cache_node from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+27
|
*
|
mm/slab: move memcg related functions from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+205
|
*
|
mm/slab: move pre/post-alloc hooks from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+81
|
*
|
mm/slab: move struct kmem_cache_cpu declaration to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+54
|
*
|
mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
Vlastimil Babka
2023-12-05
1
-0
/
+21
|
|
/
*
|
slub: Update frozen slabs documentations in the source
Chengming Zhou
2023-12-05
1
-4
/
+18
*
|
slub: Rename all *unfreeze_partials* functions to *put_partials*
Chengming Zhou
2023-12-05
1
-17
/
+17
*
|
slub: Optimize deactivate_slab()
Chengming Zhou
2023-12-05
1
-53
/
+26
*
|
slub: Delay freezing of partial slabs
Chengming Zhou
2023-12-04
1
-91
/
+24
*
|
slub: Introduce freeze_slab()
Chengming Zhou
2023-12-04
1
-0
/
+27
*
|
slub: Prepare __slab_free() for unfrozen partial slab out of node partial list
Chengming Zhou
2023-12-04
1
-0
/
+11
*
|
slub: Keep track of whether slub is on the per-node partial list
Chengming Zhou
2023-11-22
1
-1
/
+23
*
|
slub: Change get_partial() interfaces to return slab
Chengming Zhou
2023-11-13
1
-30
/
+33
*
|
slub: Reflow ___slab_alloc()
Chengming Zhou
2023-11-13
1
-16
/
+15
|
/
*
mm/slub: refactor calculate_order() and calc_slab_order()
Vlastimil Babka
2023-10-02
1
-11
/
+12
*
mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()
Vlastimil Babka
2023-10-02
1
-10
/
+4
*
mm/slub: remove min_objects loop from calculate_order()
Vlastimil Babka
2023-10-02
1
-20
/
+18
*
mm/slub: simplify the last resort slab order calculation
Vlastimil Babka
2023-10-02
1
-1
/
+1
*
mm/slub: add sanity check for slub_min/max_order cmdline setup
Feng Tang
2023-10-02
1
-0
/
+6
*
mm/slub: remove freelist_dereference()
Vlastimil Babka
2023-07-14
1
-9
/
+6
*
mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations
Vlastimil Babka
2023-07-14
1
-16
/
+6
*
mm/slub: refactor freelist to use custom type
Jann Horn
2023-07-11
1
-11
/
+32
*
Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-06-29
1
-29
/
+18
|
\
|
*
slub: Don't read nr_slabs and total_objects directly
Xiongwei Song
2023-05-22
1
-7
/
+6
|
*
slub: Remove slabs_node() function
Xiongwei Song
2023-05-22
1
-13
/
+3
|
*
slub: Remove CONFIG_SMP defined check
Xiongwei Song
2023-05-22
1
-1
/
+1
|
*
slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled block
Xiongwei Song
2023-05-22
1
-7
/
+7
|
*
slub: Correct the error code when slab_kset is NULL
Xiongwei Song
2023-05-22
1
-1
/
+1
*
|
slub: Replace cmpxchg_double()
Peter Zijlstra
2023-06-05
1
-57
/
+82
|
/
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
1
-5
/
+4
|
\
|
*
mm: vmscan: refactor updating current->reclaim_state
Yosry Ahmed
2023-04-18
1
-3
/
+2
|
*
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-05
1
-3
/
+3
|
*
mm/slub: fix MAX_ORDER usage in calculate_order()
Kirill A. Shutemov
2023-04-05
1
-1
/
+1
*
|
mm: slub: make kobj_type structure constant
Thomas Weißschuh
2023-03-13
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-3
/
+3
|
\
[next]