LinuxLists
Users
About
Hyeonggon Yoo (
[email protected]
)
Number of posts: 700 (0.73 per day)
First post: 2021-04-24 14:30:25
Last post: 2023-12-07 02:46:00
Previous Page
/
Next Page
Date
List
Subject
2022-05-02 13:52:04
linux-kernel
Re: [PATCH v2 14/23] mm/slab_common: print cache name in tracepoints
2022-05-02 06:07:42
linux-kernel
Re: [PATCH v2 13/23] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
2022-05-01 17:56:07
linux-kernel
Re: [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
2022-04-29 01:05:04
linux-kernel
Re: [PATCH v2 12/23] mm/slab_common: cleanup kmalloc()
2022-04-28 08:56:48
linux-kernel
Re: [PATCH v2 08/23] mm/slab_common: make kmalloc_large_node() consistent with kmalloc_large()
2022-04-27 11:39:55
linux-kernel
Re: [RFC PATCH 0/3] Prototype for direct map awareness in page allocator
2022-04-25 07:14:02
linux-kernel
Re: [PATCH v3] mm: make minimum slab alignment a runtime property
2022-04-25 06:43:30
linux-kernel
Re: [PATCH] mm: make minimum slab alignment a runtime property
2022-04-22 22:52:31
linux-kernel
Re: [PATCH] mm: make minimum slab alignment a runtime property
2022-04-22 22:34:16
linux-kernel
Re: [RFC PATCH v1 08/15] mm/sl[auo]b: cleanup kmalloc()
2022-04-22 21:11:01
linux-kernel
Re: [RFC PATCH v1 11/15] mm/sl[auo]b: use same tracepoint in kmalloc and normal caches
2022-04-22 20:40:59
linux-kernel
Re: [PATCH] mm: make minimum slab alignment a runtime property
2022-04-22 20:12:26
linux-kernel
Re: [RFC PATCH v1 09/15] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
2022-04-21 14:48:11
linux-kernel
Re: [PATCH] mm/slub: remove unneeded return value of slab_pad_check
2022-04-18 07:20:40
linux-kernel
Re: [PATCH v2] mm/slub: Remove repeated action in calculate_order()
2022-04-18 04:07:05
linux-kernel
Re: [PATCH v2] mm/slub: Remove repeated action in calculate_order()
2022-04-16 02:17:44
linux-kernel
[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
2022-04-16 00:53:52
linux-kernel
[PATCH v2 12/23] mm/slab_common: cleanup kmalloc()
2022-04-16 00:35:01
linux-kernel
[PATCH v2 21/23] mm/sl[au]b: remove kmem_cache_alloc_node_trace()
2022-04-16 00:30:40
linux-kernel
[PATCH v2 01/23] mm/slab: move NUMA-related code to __do_cache_alloc()
2022-04-16 00:12:21
linux-kernel
Re: [PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
2022-04-15 13:02:12
linux-kernel
[PATCH v2 18/23] mm/sl[au]b: generalize kmalloc subsystem
2022-04-15 12:25:04
linux-kernel
[PATCH v2 03/23] mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
2022-04-15 10:20:53
linux-kernel
Re: [PATCH v2 23/23] mm/sl[au]b: check if large object is valid in __ksize()
2022-04-15 06:48:47
linux-kernel
[PATCH v2 20/23] mm/slab_common: factor out __do_kmalloc_node()
2022-04-15 05:48:31
linux-kernel
[PATCH v2 08/23] mm/slab_common: make kmalloc_large_node() consistent with kmalloc_large()
2022-04-15 05:31:38
linux-kernel
[PATCH v2 22/23] mm/sl[auo]b: move definition of __ksize() to mm/slab.h
2022-04-15 04:58:30
linux-kernel
[PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
2022-04-15 04:55:35
linux-kernel
[PATCH v2 05/23] mm/slab_common: cleanup __kmalloc()
2022-04-14 21:41:02
linux-kernel
[PATCH v2 06/23] mm/sl[auo]b: fold kmalloc_order_trace() into kmalloc_large()
2022-04-14 21:19:32
linux-kernel
[PATCH v2 07/23] mm/slub: move kmalloc_large_node() to slab_common.c
2022-04-14 20:33:59
linux-kernel
[PATCH v2 09/23] mm/slab_common: cleanup kmalloc_large()
2022-04-14 18:46:52
linux-kernel
Re: [PATCH v2 20/23] mm/slab_common: factor out __do_kmalloc_node()
2022-04-14 17:25:12
linux-kernel
[PATCH v2 02/23] mm/slab: cleanup slab_alloc() and slab_alloc_node()
2022-04-14 15:09:39
linux-kernel
[PATCH v2 10/23] mm/slab_common: cleanup kmem_cache_alloc{,node,lru}
2022-04-14 14:31:09
linux-kernel
[PATCH v2 17/23] mm/slab_common: implement __kmem_cache_free()
2022-04-14 14:30:58
linux-kernel
[PATCH v2 15/23] mm/slab_common: use same tracepoint in kmalloc and normal caches
2022-04-14 14:05:04
linux-kernel
[PATCH v2 23/23] mm/sl[au]b: check if large object is valid in __ksize()
2022-04-14 14:01:00
linux-kernel
[PATCH v2 14/23] mm/slab_common: print cache name in tracepoints
2022-04-14 13:48:06
linux-kernel
[PATCH v2 13/23] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
2022-04-14 13:31:19
linux-kernel
[PATCH v2 16/23] mm/slab_common: rename tracepoint
2022-04-14 12:43:36
linux-kernel
[PATCH v2 11/23] mm/slab_common: kmalloc_node: pass large requests to page allocator
2022-04-14 11:58:46
linux-kernel
[PATCH v2 19/23] mm/slab_common: add kasan_kmalloc() in __kmalloc_node_track_caller()
2022-04-12 23:12:48
linux-kernel
Re: [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
2022-04-12 22:35:49
linux-kernel
Re: [PATCH v2] mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()
2022-04-12 21:46:50
linux-kernel
Re: [PATCH] mm/slub: remove meaningless node check in ___slab_alloc()
2022-04-12 20:07:51
linux-kernel
Re: [PATCH 08/10] mm/slab: Allow dynamic kmalloc() minimum alignment
2022-04-11 20:54:44
linux-kernel
Re: [PATCH] mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()
2022-04-11 19:06:20
linux-kernel
Re: [PATCH] mm/slub: remove duplicate flag in allocate_slab()
2022-04-11 00:32:54
linux-kernel
Re: [PATCH] mm/slub: check pfmemalloc_match in slab_alloc_node fastpath
2022-04-08 11:23:24
linux-kernel
Re: [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN