index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
mm, slab: restore NUMA policy support for large kmalloc
Vlastimil Babka
1
-1
/
+6
10 days
slub: Fix a documentation build error for krealloc()
Jonathan Corbet
1
-5
/
+5
2025-04-24
mm, slab: clean up slab->obj_exts always
Zhenhua Huang
1
-22
/
+8
2025-04-14
slab: ensure slab->obj_exts is clear in a newly allocated slab page
Suren Baghdasaryan
1
-0
/
+10
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-19
/
+32
2025-03-20
Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-next
Vlastimil Babka
1
-0
/
+46
2025-03-16
alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator
Suren Baghdasaryan
1
-19
/
+32
2025-03-06
slub: Handle freelist cycle in on_freelist()
Lilith Gkini
1
-4
/
+12
2025-03-04
slab: Mark large folios for debugging purposes
Matthew Wilcox (Oracle)
1
-0
/
+7
2025-03-04
mm, slab: cleanup slab_bug() parameters
Vlastimil Babka
1
-10
/
+18
2025-03-04
mm: slub: call WARN() when detecting a slab corruption
Hyesoo Yu
1
-18
/
+29
2025-03-04
mm: slub: Print the broken data before restoring them
Hyesoo Yu
1
-18
/
+14
2025-03-04
slab: Achieve better kmalloc caches randomization in kvmalloc
GONG Ruiqi
1
-3
/
+3
2025-03-04
slab: Adjust placement of __kvmalloc_node_noprof
GONG Ruiqi
1
-0
/
+162
2025-02-05
rcu, slab: use a regular callback function for kvfree_rcu
Vlastimil Babka
1
-0
/
+46
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+5
2025-01-15
slub: don't mess with ->d_name
Al Viro
1
-8
/
+5
2025-01-13
mm/migrate: remove slab checks in isolate_movable_page()
Hyeonggon Yoo
1
-4
/
+0
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
1
-1
/
+1
2025-01-13
slab: allocate frozen pages
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-12-10
memcg: slub: fix SUnreclaim for post charged objects
Shakeel Butt
1
-3
/
+18
2024-11-16
Merge branch 'slab/for-6.13/features' into slab/for-next
Vlastimil Babka
1
-0
/
+43
2024-11-16
mm/slab: Allow cache creation to proceed even if sysfs registration fails
Hyeonggon Yoo
1
-8
/
+18
2024-11-16
mm/slub: Avoid list corruption when removing a slab from the full list
yuan.gao
1
-1
/
+8
2024-11-16
mm/slub: Improve redzone check and zeroing for krealloc()
Feng Tang
1
-22
/
+58
2024-11-16
mm/slub: Consider kfence case for get_orig_size()
Feng Tang
1
-0
/
+3
2024-10-29
SLUB: Add support for per object memory policies
Christoph Lameter
1
-0
/
+43
2024-10-29
mm/slub: Move krealloc() and related code to slub.c
Feng Tang
1
-0
/
+84
2024-10-29
mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...
Feng Tang
1
-17
/
+0
2024-10-02
mm, slab: suppress warnings in test_leak_destroy kunit test
Vlastimil Babka
1
-2
/
+3
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-141
/
+271
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-7
/
+13
2024-09-13
Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next
Vlastimil Babka
1
-79
/
+81
2024-09-13
Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-next
Vlastimil Babka
1
-8
/
+131
2024-09-10
slab: remove rcu_freeptr_offset from struct kmem_cache
Christian Brauner
1
-18
/
+7
2024-09-10
slab: pass struct kmem_cache_args to do_kmem_cache_create()
Christian Brauner
1
-1
/
+16
2024-09-10
slab: pull kmem_cache_open() into do_kmem_cache_create()
Christian Brauner
1
-70
/
+62
2024-09-10
slab: s/__kmem_cache_create/do_kmem_cache_create/g
Christian Brauner
1
-1
/
+1
2024-09-10
memcg: add charging of already allocated slab objects
Shakeel Butt
1
-0
/
+53
2024-09-03
mm, slub: avoid zeroing kmalloc redzone
Peng Fan
1
-47
/
+53
2024-09-01
mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook
Hao Ge
1
-0
/
+4
2024-08-29
mm: add kmem_cache_create_rcu()
Christian Brauner
1
-7
/
+13
2024-08-27
slub: Introduce CONFIG_SLUB_RCU_DEBUG
Jann Horn
1
-8
/
+71
2024-08-27
kasan: catch invalid free before SLUB reinitializes the object
Jann Horn
1
-0
/
+7
2024-08-26
Reenable NUMA policy support in the slab allocator
Christoph Lameter
1
-1
/
+5
2024-08-26
mm, slub: print CPU id (and its node) on slab OOM
Axel Rasmussen
1
-2
/
+3
2024-07-30
mm, slub: do not call do_slab_free for kfence object
Rik van Riel
1
-0
/
+3
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-21
/
+30
2024-07-17
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
1
-8
/
+0
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
1
-55
/
+74
[next]