Suren Baghdasaryan ([email protected])

Number of posts: 2255 (0.97 per day)
First post: 2017-12-06 17:27:44
Last post: 2024-04-26 15:45:50

Date List Subject
2024-02-21 19:49:45 linux-kernel [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
2024-02-21 19:49:20 linux-kernel [PATCH v4 18/36] mm: enable page allocation tagging
2024-02-21 19:48:38 linux-kernel [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
2024-02-21 19:47:59 linux-kernel [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
2024-02-21 19:47:41 linux-kernel [PATCH v4 15/36] lib: introduce support for page allocation tagging
2024-02-21 19:47:39 linux-kernel [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
2024-02-21 19:46:28 linux-kernel [PATCH v4 12/36] lib: code tagging module support
2024-02-21 19:46:12 linux-kernel [PATCH v4 11/36] lib: code tagging framework
2024-02-21 19:45:45 linux-kernel [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
2024-02-21 19:44:42 linux-kernel [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
2024-02-21 19:44:36 linux-kernel [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
2024-02-21 19:43:56 linux-kernel [PATCH v4 06/36] mm: enumerate all gfp flags
2024-02-21 19:43:27 linux-kernel [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
2024-02-21 19:42:54 linux-kernel [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
2024-02-21 18:28:30 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-20 20:59:53 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-19 17:18:05 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-19 16:56:29 linux-kernel Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
2024-02-19 01:05:27 linux-kernel Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
2024-02-18 02:21:49 linux-kernel Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
2024-02-18 00:44:33 linux-kernel Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
2024-02-16 18:42:35 linux-kernel Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
2024-02-16 17:33:26 linux-kernel Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
2024-02-16 17:04:35 linux-kernel Re: [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
2024-02-16 16:47:15 linux-kernel Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
2024-02-16 16:45:31 linux-kernel Re: [PATCH v3 14/35] lib: introduce support for page allocation tagging
2024-02-16 09:04:09 linux-kernel Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
2024-02-16 09:02:59 linux-kernel Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
2024-02-16 07:22:49 linux-kernel Re: [PATCH v3 10/35] lib: code tagging framework
2024-02-16 01:32:46 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-16 00:43:08 linux-kernel Re: [PATCH v8 1/1] mm: report per-page metadata information
2024-02-15 22:20:20 linux-kernel Re: [PATCH v7 3/4] mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCK
2024-02-15 22:19:02 linux-kernel Re: [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
2024-02-15 22:18:21 linux-kernel Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
2024-02-15 18:46:53 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-15 16:48:44 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-15 15:35:00 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-14 22:52:44 linux-kernel Re: [PATCH v3 25/35] xfs: Memory allocation profiling fixups
2024-02-14 22:21:09 linux-kernel Re: [PATCH v6 3/3] userfaultfd: use per-vma locks in userfaultfd operations
2024-02-14 20:31:19 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-14 19:27:07 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-14 19:20:21 linux-kernel Re: [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
2024-02-14 18:54:43 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-14 17:41:50 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-14 17:16:58 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-14 00:05:01 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-13 23:02:08 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-13 22:36:14 linux-kernel Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
2024-02-13 22:32:09 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-13 22:10:56 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-13 19:31:26 linux-kernel Re: [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations