index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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-30
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-28
1
-5
/
+4
|
\
|
*
mm: vmscan: refactor updating current->reclaim_state
Yosry Ahmed
2023-04-19
1
-3
/
+2
|
*
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
1
-3
/
+3
|
*
mm/slub: fix MAX_ORDER usage in calculate_order()
Kirill A. Shutemov
2023-04-06
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-24
1
-3
/
+3
|
\
|
*
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-17
1
-2
/
+2
|
*
mm: introduce folio_is_pfmemalloc
Sidhartha Kumar
2023-01-19
1
-1
/
+1
*
|
Merge branch 'slab/for-6.3/fixes' into slab/for-linus
Vlastimil Babka
2023-02-21
1
-5
/
+6
|
\
\
|
*
|
mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early
Thomas Gleixner
2023-02-08
1
-4
/
+5
|
*
|
mm/slub: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-06
1
-1
/
+1
|
|
/
*
/
mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages
SeongJae Park
2023-01-13
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-14
1
-6
/
+1
|
\
|
*
mm/slub.c: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-6
/
+1
*
|
Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...
Linus Torvalds
2022-12-13
1
-1
/
+2
|
\
\
[prev]
[next]