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-03-21 16:43:26 linux-kernel [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
2024-03-21 16:41:47 linux-kernel [PATCH v6 11/37] lib: code tagging module support
2024-03-21 16:41:37 linux-kernel [PATCH v6 10/37] lib: code tagging framework
2024-03-21 16:40:09 linux-kernel [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
2024-03-21 16:39:08 linux-kernel [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
2024-03-21 16:38:30 linux-kernel [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
2024-03-21 16:38:21 linux-kernel [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
2024-03-21 16:38:18 linux-kernel [PATCH v6 01/37] fix missing vmalloc.h includes
2024-03-21 16:37:43 linux-kernel [PATCH v6 00/37] Memory allocation profiling
2024-03-15 17:17:40 linux-kernel Re: [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
2024-03-15 15:47:25 linux-kernel Re: [PATCH v5 14/37] lib: introduce support for page allocation tagging
2024-03-15 15:44:27 linux-kernel Re: [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
2024-03-13 15:31:57 linux-kernel Re: [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
2024-03-12 19:58:02 linux-kernel Re: [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
2024-03-12 18:59:16 linux-kernel Re: [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
2024-03-07 16:51:59 linux-kernel Re: [PATCH v5 37/37] memprofiling: Documentation
2024-03-06 18:37:33 linux-kernel [PATCH v5 37/37] memprofiling: Documentation
2024-03-06 18:37:00 linux-kernel [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
2024-03-06 18:36:33 linux-kernel [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
2024-03-06 18:36:04 linux-kernel [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
2024-03-06 18:35:55 linux-kernel [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
2024-03-06 18:35:26 linux-kernel [PATCH v5 32/37] lib: add memory allocations report in show_mem()
2024-03-06 18:35:10 linux-kernel [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
2024-03-06 18:35:07 linux-kernel [PATCH v5 31/37] rhashtable: Plumb through alloc tag
2024-03-06 18:34:41 linux-kernel [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
2024-03-06 18:34:04 linux-kernel [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
2024-03-06 18:33:56 linux-kernel [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
2024-03-06 18:33:54 linux-kernel [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
2024-03-06 18:33:50 linux-kernel [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
2024-03-06 18:33:07 linux-kernel [PATCH v5 24/37] rust: Add a rust helper for krealloc()
2024-03-06 18:32:53 linux-kernel [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
2024-03-06 18:32:53 linux-kernel [PATCH v5 22/37] lib: add codetag reference into slabobj_ext
2024-03-06 18:31:49 linux-kernel [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
2024-03-06 18:31:38 linux-kernel [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
2024-03-06 18:31:28 linux-kernel [PATCH v5 18/37] mm: enable page allocation tagging
2024-03-06 18:31:20 linux-kernel [PATCH v5 19/37] mm: create new codetag references during page splitting
2024-03-06 18:31:00 linux-kernel [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
2024-03-06 18:30:19 linux-kernel [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
2024-03-06 18:29:59 linux-kernel [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
2024-03-06 18:29:48 linux-kernel [PATCH v5 14/37] lib: introduce support for page allocation tagging
2024-03-06 18:29:40 linux-kernel [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
2024-03-06 18:29:09 linux-kernel [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
2024-03-06 18:28:40 linux-kernel [PATCH v5 11/37] lib: code tagging module support
2024-03-06 18:28:33 linux-kernel [PATCH v5 10/37] lib: code tagging framework
2024-03-06 18:28:09 linux-kernel [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
2024-03-06 18:27:47 linux-kernel [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
2024-03-06 18:27:22 linux-kernel [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
2024-03-06 18:27:19 linux-kernel [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
2024-03-06 18:26:52 linux-kernel [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
2024-03-06 18:26:37 linux-kernel [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
2024-03-06 18:26:01 linux-kernel [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline