index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-10-15
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
1
-18
/
+19
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-01
mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using
Hyeonggon Yoo
1
-5
/
+3
2022-09-01
mm/slab_common: unify NUMA and UMA version of tracepoints
Hyeonggon Yoo
1
-5
/
+4
2022-09-01
mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()
Hyeonggon Yoo
1
-35
/
+0
2022-09-01
mm/sl[au]b: generalize kmalloc subsystem
Hyeonggon Yoo
1
-108
/
+0
2022-08-24
mm/sl[au]b: introduce common alloc/free functions without tracepoint
Hyeonggon Yoo
1
-7
/
+29
2022-08-24
mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
Hyeonggon Yoo
1
-18
/
+42
2022-08-24
mm/sl[au]b: factor out __do_kmalloc_node()
Hyeonggon Yoo
1
-29
/
+1
2022-08-24
mm/slab_common: cleanup kmalloc_track_caller()
Hyeonggon Yoo
1
-6
/
+0
2022-08-24
mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
Hyeonggon Yoo
1
-2
/
+0
2022-08-24
mm/slab: cleanup slab_alloc() and slab_alloc_node()
Hyeonggon Yoo
1
-36
/
+13
2022-08-24
mm/slab: move NUMA-related code to __do_cache_alloc()
Hyeonggon Yoo
1
-37
/
+31
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-10
/
+0
2022-07-20
mm/sl[au]b: use own bulk free function when bulk alloc failed
Hyeonggon Yoo
1
-1
/
+1
2022-07-04
mm: slab: optimize memcg_slab_free_hook()
Muchun Song
1
-2
/
+2
2022-07-04
mm/tracing: add 'accounted' entry into output of allocation tracepoints
Vasily Averin
1
-5
/
+5
2022-07-04
mm, slab: fix bad alignments
Jiapeng Chong
1
-2
/
+2
2022-06-16
mm/slab: delete cache_alloc_debugcheck_before()
Daniel Vetter
1
-10
/
+0
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+3
2022-05-25
Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-21
/
+8
2022-05-13
mm: make minimum slab alignment a runtime property
Peter Collingbourne
1
-4
/
+3
2022-04-15
mm, kfence: support kmem_dump_obj() for KFENCE objects
Marco Elver
1
-1
/
+1
2022-04-07
mm/slab.c: fix comments
Yixuan Cao
1
-6
/
+6
2022-04-05
mm/slab: remove some unused functions
Miaohe Lin
1
-15
/
+2
2022-03-27
mm: kfence: fix missing objcg housekeeping for SLAB
Muchun Song
1
-0
/
+1
2022-03-22
mm: introduce kmem_cache_alloc_lru
Muchun Song
1
-12
/
+27
2022-01-06
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-06
mm: Convert struct page to struct slab in functions used by other subsystems
Vlastimil Babka
1
-5
/
+5
2022-01-06
mm/slab: Finish struct page to struct slab conversion
Vlastimil Babka
1
-10
/
+10
2022-01-06
mm/slab: Convert most struct page to struct slab by spatch
Vlastimil Babka
1
-180
/
+180
2022-01-06
mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
Vlastimil Babka
1
-25
/
+28
2022-01-06
mm: Convert check_heap_object() to use struct slab
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-01-06
mm: Use struct slab in kmem_obj_info()
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-01-06
mm: Convert [un]account_slab_page() to struct slab
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-01-06
mm/slab: Dissolve slab_map_pages() in its caller
Vlastimil Babka
1
-13
/
+2
2021-11-20
mm: emit the "free" trace report before freeing memory in kmem_cache_free()
Yunfeng Ye
1
-2
/
+1
2021-11-06
mm: remove HARDENED_USERCOPY_FALLBACK
Stephen Kitt
1
-13
/
+0
2021-11-06
mm/slab.c: remove useless lines in enable_cpucache()
Shi Lei
1
-3
/
+0
2021-10-18
mm/migrate: add CPU hotplug to demotion #ifdef
Dave Hansen
1
-2
/
+2
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-3
/
+3
2021-05-07
mm/slab.c: fix spelling mistake "disired" -> "desired"
Colin Ian King
1
-1
/
+1
2021-04-30
kasan, mm: integrate slab init_on_free with HW_TAGS
Andrey Konovalov
1
-4
/
+11
2021-04-30
kasan, mm: integrate slab init_on_alloc with HW_TAGS
Andrey Konovalov
1
-15
/
+13
2021-04-11
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-0
/
+2
2021-03-13
kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
Marco Elver
1
-1
/
+1
2021-03-08
mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels
Paul E. McKenney
1
-0
/
+2
2021-02-26
mm, kfence: insert KFENCE hooks for SLAB
Alexander Potapenko
1
-9
/
+29
2021-02-24
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
1
-1
/
+1
[next]