summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-181-1/+1
* Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-291-26/+11
|\
| *-. Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka2023-06-161-20/+9
| |\ \
| | * | mm/slab: Replace invocation of weak PRNGDavid Keisar Schmidt2023-05-221-20/+9
| | |/
| * / mm/slab: correct return values in comment for _kmem_cache_create()zhaoxinchao2023-05-221-6/+2
| |/
* / mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas2023-06-191-5/+1
|/
* mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-181-2/+1
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-03-241-1/+1
|\
| * mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-221-1/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \ | |/ |/|
| * mm: introduce folio_is_pfmemallocSidhartha Kumar2023-01-181-1/+1
* | Merge branch 'slab/for-6.3/fixes' into slab/for-linusVlastimil Babka2023-02-211-8/+10
|\ \
| * | mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available earlyThomas Gleixner2023-02-081-8/+10
| |/
* | Merge branch 'slab/for-6.3/cleanups' into slab/for-linusVlastimil Babka2023-02-211-11/+5
|\ \
| * | mm/slab.c: cleanup is_debug_pagealloc_cache()lvqian2023-01-131-6/+3
| * | mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pagesSeongJae Park2023-01-131-2/+2
| * | mm/slab: remove unused slab_early_initGou Hao2023-01-021-3/+0
| |/
* / mm, slab: periodically resched in drain_freelist()David Rientjes2023-01-021-0/+2
|/
* Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka2022-11-211-3/+4
|\
| * mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang2022-11-101-3/+4
* | Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka2022-11-211-1/+5
|\ \
| * | mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka2022-11-211-1/+5
| |/
* | Merge branch 'slab/for-6.2/locking' into slab/for-nextVlastimil Babka2022-11-211-45/+45
|\ \
| * | mm/slab: Annotate kmem_cache_node->list_lock as rawJiri Kosina2022-10-241-45/+45
| |/
* / mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka2022-11-211-10/+0
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo2022-10-151-18/+19
|/
* mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo2022-09-011-5/+3
* mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo2022-09-011-5/+4
* mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo2022-09-011-35/+0
* mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo2022-09-011-108/+0
* mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo2022-08-241-7/+29
* mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo2022-08-241-18/+42
* mm/sl[au]b: factor out __do_kmalloc_node()Hyeonggon Yoo2022-08-241-29/+1
* mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo2022-08-241-6/+0
* mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo2022-08-241-2/+0
* mm/slab: cleanup slab_alloc() and slab_alloc_node()Hyeonggon Yoo2022-08-241-36/+13
* mm/slab: move NUMA-related code to __do_cache_alloc()Hyeonggon Yoo2022-08-241-37/+31
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-10/+0
|\
| * mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter2022-06-161-10/+0
* | mm/sl[au]b: use own bulk free function when bulk alloc failedHyeonggon Yoo2022-07-201-1/+1
* | mm: slab: optimize memcg_slab_free_hook()Muchun Song2022-07-041-2/+2
* | mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin2022-07-041-5/+5
* | mm, slab: fix bad alignmentsJiapeng Chong2022-07-041-2/+2
|/
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-4/+3
|\
| * mm: make minimum slab alignment a runtime propertyPeter Collingbourne2022-05-131-4/+3
* | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-251-21/+8
|\ \ | |/ |/|
| * mm/slab.c: fix commentsYixuan Cao2022-04-071-6/+6