index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slab.c
Age
Commit message (
Expand
)
Author
2023-01-02
mm, slab: periodically resched in drain_freelist()
David Rientjes
2022-11-21
Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-next
Vlastimil Babka
2022-11-21
Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-next
Vlastimil Babka
2022-11-21
Merge branch 'slab/for-6.2/locking' into slab/for-next
Vlastimil Babka
2022-11-21
mm/migrate: make isolate_movable_page() skip slab pages
Vlastimil Babka
2022-11-21
mm/slab: move and adjust kernel-doc for kmem_cache_alloc
Vlastimil Babka
2022-11-10
mm/slub: only zero requested size of buffer for kzalloc when debug enabled
Feng Tang
2022-10-24
mm/slab: Annotate kmem_cache_node->list_lock as raw
Jiri Kosina
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-15
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-01
mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using
Hyeonggon Yoo
2022-09-01
mm/slab_common: unify NUMA and UMA version of tracepoints
Hyeonggon Yoo
2022-09-01
mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()
Hyeonggon Yoo
2022-09-01
mm/sl[au]b: generalize kmalloc subsystem
Hyeonggon Yoo
2022-08-24
mm/sl[au]b: introduce common alloc/free functions without tracepoint
Hyeonggon Yoo
2022-08-24
mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
Hyeonggon Yoo
2022-08-24
mm/sl[au]b: factor out __do_kmalloc_node()
Hyeonggon Yoo
2022-08-24
mm/slab_common: cleanup kmalloc_track_caller()
Hyeonggon Yoo
2022-08-24
mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
Hyeonggon Yoo
2022-08-24
mm/slab: cleanup slab_alloc() and slab_alloc_node()
Hyeonggon Yoo
2022-08-24
mm/slab: move NUMA-related code to __do_cache_alloc()
Hyeonggon Yoo
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-20
mm/sl[au]b: use own bulk free function when bulk alloc failed
Hyeonggon Yoo
2022-07-04
mm: slab: optimize memcg_slab_free_hook()
Muchun Song
2022-07-04
mm/tracing: add 'accounted' entry into output of allocation tracepoints
Vasily Averin
2022-07-04
mm, slab: fix bad alignments
Jiapeng Chong
2022-06-16
mm/slab: delete cache_alloc_debugcheck_before()
Daniel Vetter
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-25
Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2022-05-13
mm: make minimum slab alignment a runtime property
Peter Collingbourne
2022-04-15
mm, kfence: support kmem_dump_obj() for KFENCE objects
Marco Elver
2022-04-07
mm/slab.c: fix comments
Yixuan Cao
2022-04-05
mm/slab: remove some unused functions
Miaohe Lin
2022-03-27
mm: kfence: fix missing objcg housekeeping for SLAB
Muchun Song
2022-03-22
mm: introduce kmem_cache_alloc_lru
Muchun Song
2022-01-06
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
2022-01-06
mm: Convert struct page to struct slab in functions used by other subsystems
Vlastimil Babka
2022-01-06
mm/slab: Finish struct page to struct slab conversion
Vlastimil Babka
2022-01-06
mm/slab: Convert most struct page to struct slab by spatch
Vlastimil Babka
2022-01-06
mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
Vlastimil Babka
2022-01-06
mm: Convert check_heap_object() to use struct slab
Matthew Wilcox (Oracle)
2022-01-06
mm: Use struct slab in kmem_obj_info()
Matthew Wilcox (Oracle)
2022-01-06
mm: Convert [un]account_slab_page() to struct slab
Matthew Wilcox (Oracle)
2022-01-06
mm/slab: Dissolve slab_map_pages() in its caller
Vlastimil Babka
2021-11-20
mm: emit the "free" trace report before freeing memory in kmem_cache_free()
Yunfeng Ye
2021-11-06
mm: remove HARDENED_USERCOPY_FALLBACK
Stephen Kitt
2021-11-06
mm/slab.c: remove useless lines in enable_cpucache()
Shi Lei
2021-10-18
mm/migrate: add CPU hotplug to demotion #ifdef
Dave Hansen
2021-05-07
mm: fix typos in comments
Ingo Molnar
[next]