index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
1
-10
/
+10
2024-06-24
slab: delete useless RED_INACTIVE and RED_ACTIVE
Chengming Zhou
1
-2
/
+2
2024-06-07
slab: don't put freepointer outside of object if only orig_size
Chengming Zhou
1
-5
/
+6
2024-06-07
slab: make check_object() more consistent
Chengming Zhou
1
-21
/
+41
2024-05-31
mm: Reduce the number of slab->folio casts
Matthew Wilcox (Oracle)
1
-4
/
+2
2024-05-28
mm, slab: don't wrap internal functions with alloc_hooks()
Vlastimil Babka
1
-13
/
+13
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-188
/
+280
2024-05-13
Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-32
/
+86
2024-05-02
mm/slub: mark racy access on slab->freelist
linke li
1
-1
/
+1
2024-05-01
mm/slub: avoid zeroing outside-object freepointer for single free
Nicolas Bouchinet
1
-23
/
+29
2024-04-25
mm, slab: move slab_memcg hooks to mm/memcontrol.c
Vlastimil Babka
1
-101
/
+2
2024-04-25
mm, slab: move memcg charging to post-alloc hook
Vlastimil Babka
1
-103
/
+77
2024-04-25
slub: remove use of page->flags
Matthew Wilcox (Oracle)
1
-8
/
+2
2024-04-25
mm/slub: avoid recursive loop with kmemleak
Kees Cook
1
-1
/
+1
2024-04-25
codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Suren Baghdasaryan
1
-7
/
+39
2024-04-25
codetag: debug: skip objext checking when it's for objext itself
Suren Baghdasaryan
1
-0
/
+33
2024-04-25
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
1
-25
/
+25
2024-04-25
mm/slab: add allocation accounting into slab allocation and free paths
Suren Baghdasaryan
1
-1
/
+95
2024-04-25
mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Suren Baghdasaryan
1
-2
/
+3
2024-04-25
mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Suren Baghdasaryan
1
-0
/
+2
2024-04-25
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
1
-20
/
+81
2024-04-25
mm/slub: mark slab_free_freelist_hook() __always_inline
Kent Overstreet
1
-3
/
+3
2024-04-23
slub: use count_partial_free_approx() in slab_out_of_memory()
Jianfeng Wang
1
-1
/
+1
2024-04-23
slub: introduce count_partial_free_approx()
Jianfeng Wang
1
-1
/
+38
2024-04-15
slub: Set __GFP_COMP in kmem_cache by default
Haifeng Xu
1
-3
/
+1
2024-04-09
mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()
Sangyun Kim
1
-1
/
+0
2024-04-04
mm/slub: correct comment in do_slab_free()
Xiu Jianfeng
1
-1
/
+1
2024-04-04
mm/slub: simplify get_partial_node()
Xiongwei Song
1
-8
/
+8
2024-04-04
mm/slub: add slub_get_cpu_partial() helper
Xiongwei Song
1
-0
/
+10
2024-04-04
mm/slub: remove the check of !kmem_cache_has_cpu_partial()
Xiongwei Song
1
-2
/
+1
2024-04-02
mm/slub: Reduce memory consumption in extreme scenarios
Chen Jun
1
-2
/
+23
2024-03-25
mm/slub: mark racy accesses on slab->slabs
linke li
1
-3
/
+3
2024-03-25
mm/slub: remove dummy slabinfo functions
Xiu Jianfeng
1
-10
/
+0
2024-03-12
Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linus
Vlastimil Babka
1
-3
/
+3
2024-03-12
Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linus
Vlastimil Babka
1
-18
/
+14
2024-03-04
mm, slab: remove memcg_from_slab_obj()
Vlastimil Babka
1
-5
/
+0
2024-03-01
mm, slab: remove the corner case of inc_slabs_node()
Chengming Zhou
1
-11
/
+2
2024-03-01
mm/slab: Fix a kmemleak in kmem_cache_destroy()
Xiaolei Wang
1
-4
/
+2
2024-02-26
mm, slab: use an enum to define SLAB_ cache creation flags
Vlastimil Babka
1
-3
/
+3
2024-02-21
mm, slab: fix the comment of cpu partial list
Chengming Zhou
1
-1
/
+1
2024-02-21
mm, slab: remove unused object_size parameter in kmem_cache_flags()
Chengming Zhou
1
-6
/
+3
2024-01-30
mm/slub: remove parameter 'flags' in create_kmalloc_caches()
Zheng Yejian
1
-1
/
+1
2024-01-23
mm/slub: remove unused parameter in next_freelist_entry()
Chengming Zhou
1
-4
/
+3
2024-01-23
mm/slub: remove full list manipulation for non-debug slab
Chengming Zhou
1
-4
/
+0
2024-01-23
mm/slub: directly load freelist from cpu partial slab in the likely case
Chengming Zhou
1
-10
/
+11
2024-01-22
mm/slub: unify all sl[au]b parameters with "slab_$param"
Xiongwei Song
1
-18
/
+23
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-31
/
+38
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-2
/
+2
2024-01-05
slub: use alloc_pages_node() in alloc_slab_page()
Matthew Wilcox (Oracle)
1
-5
/
+1
2024-01-04
Merge branch 'slab/for-6.8/slub-hook-cleanups' into slab/for-next
Vlastimil Babka
1
-64
/
+679
[next]