| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/slab: remove mm/slab.c and slab_def.h | Vlastimil Babka | 2023-12-06 | 1 | -4005/+0 |
* | mm/slab, docs: switch mm-api docs generation from slab.c to slub.c | Vlastimil Babka | 2023-12-05 | 1 | -21/+0 |
* | Randomized slab caches for kmalloc() | GONG, Ruiqi | 2023-07-18 | 1 | -1/+1 |
* | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2023-06-29 | 1 | -26/+11 |
|\ |
|
| *-. | Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab... | Vlastimil Babka | 2023-06-16 | 1 | -20/+9 |
| |\ \ |
|
| | * | | mm/slab: Replace invocation of weak PRNG | David Keisar Schmidt | 2023-05-22 | 1 | -20/+9 |
| | |/ |
|
| * / | mm/slab: correct return values in comment for _kmem_cache_create() | zhaoxinchao | 2023-05-22 | 1 | -6/+2 |
| |/ |
|
* / | mm/slab: simplify create_kmalloc_cache() args and make it static | Catalin Marinas | 2023-06-19 | 1 | -5/+1 |
|/ |
|
* | mm: vmscan: refactor updating current->reclaim_state | Yosry Ahmed | 2023-04-18 | 1 | -2/+1 |
* | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 2023-04-05 | 1 | -1/+1 |
* | Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-03-24 | 1 | -1/+1 |
|\ |
|
| * | mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP | Geert Uytterhoeven | 2023-03-22 | 1 | -1/+1 |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mm: introduce folio_is_pfmemalloc | Sidhartha Kumar | 2023-01-18 | 1 | -1/+1 |
* | | Merge branch 'slab/for-6.3/fixes' into slab/for-linus | Vlastimil Babka | 2023-02-21 | 1 | -8/+10 |
|\ \ |
|
| * | | mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early | Thomas Gleixner | 2023-02-08 | 1 | -8/+10 |
| |/ |
|
* | | Merge branch 'slab/for-6.3/cleanups' into slab/for-linus | Vlastimil Babka | 2023-02-21 | 1 | -11/+5 |
|\ \ |
|
| * | | mm/slab.c: cleanup is_debug_pagealloc_cache() | lvqian | 2023-01-13 | 1 | -6/+3 |
| * | | mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages | SeongJae Park | 2023-01-13 | 1 | -2/+2 |
| * | | mm/slab: remove unused slab_early_init | Gou Hao | 2023-01-02 | 1 | -3/+0 |
| |/ |
|
* / | mm, slab: periodically resched in drain_freelist() | David Rientjes | 2023-01-02 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-next | Vlastimil Babka | 2022-11-21 | 1 | -3/+4 |
|\ |
|
| * | mm/slub: only zero requested size of buffer for kzalloc when debug enabled | Feng Tang | 2022-11-10 | 1 | -3/+4 |
* | | Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-next | Vlastimil Babka | 2022-11-21 | 1 | -1/+5 |
|\ \ |
|
| * | | mm/migrate: make isolate_movable_page() skip slab pages | Vlastimil Babka | 2022-11-21 | 1 | -1/+5 |
| |/ |
|
* | | Merge branch 'slab/for-6.2/locking' into slab/for-next | Vlastimil Babka | 2022-11-21 | 1 | -45/+45 |
|\ \ |
|
| * | | mm/slab: Annotate kmem_cache_node->list_lock as raw | Jiri Kosina | 2022-10-24 | 1 | -45/+45 |
| |/ |
|
* / | mm/slab: move and adjust kernel-doc for kmem_cache_alloc | Vlastimil Babka | 2022-11-21 | 1 | -10/+0 |
|/ |
|
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-16 | 1 | -1/+1 |
|\ |
|
| * | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-11 | 1 | -1/+1 |
* | | mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation | Hyeonggon Yoo | 2022-10-15 | 1 | -18/+19 |
|/ |
|
* | mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using | Hyeonggon Yoo | 2022-09-01 | 1 | -5/+3 |
* | mm/slab_common: unify NUMA and UMA version of tracepoints | Hyeonggon Yoo | 2022-09-01 | 1 | -5/+4 |
* | mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace() | Hyeonggon Yoo | 2022-09-01 | 1 | -35/+0 |
* | mm/sl[au]b: generalize kmalloc subsystem | Hyeonggon Yoo | 2022-09-01 | 1 | -108/+0 |
* | mm/sl[au]b: introduce common alloc/free functions without tracepoint | Hyeonggon Yoo | 2022-08-24 | 1 | -7/+29 |
* | mm/slab: kmalloc: pass requests larger than order-1 page to page allocator | Hyeonggon Yoo | 2022-08-24 | 1 | -18/+42 |
* | mm/sl[au]b: factor out __do_kmalloc_node() | Hyeonggon Yoo | 2022-08-24 | 1 | -29/+1 |
* | mm/slab_common: cleanup kmalloc_track_caller() | Hyeonggon Yoo | 2022-08-24 | 1 | -6/+0 |
* | mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions | Hyeonggon Yoo | 2022-08-24 | 1 | -2/+0 |
* | mm/slab: cleanup slab_alloc() and slab_alloc_node() | Hyeonggon Yoo | 2022-08-24 | 1 | -36/+13 |
* | mm/slab: move NUMA-related code to __do_cache_alloc() | Hyeonggon Yoo | 2022-08-24 | 1 | -37/+31 |
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 1 | -10/+0 |
|\ |
|
| * | mm/slab: delete cache_alloc_debugcheck_before() | Daniel Vetter | 2022-06-16 | 1 | -10/+0 |
* | | mm/sl[au]b: use own bulk free function when bulk alloc failed | Hyeonggon Yoo | 2022-07-20 | 1 | -1/+1 |
* | | mm: slab: optimize memcg_slab_free_hook() | Muchun Song | 2022-07-04 | 1 | -2/+2 |
* | | mm/tracing: add 'accounted' entry into output of allocation tracepoints | Vasily Averin | 2022-07-04 | 1 | -5/+5 |
* | | mm, slab: fix bad alignments | Jiapeng Chong | 2022-07-04 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-26 | 1 | -4/+3 |
|\ |
|
| * | mm: make minimum slab alignment a runtime property | Peter Collingbourne | 2022-05-13 | 1 | -4/+3 |