Suren Baghdasaryan ([email protected])

Number of posts: 2205 (0.96 per day)
First post: 2017-12-06 17:27:44
Last post: 2024-03-27 20:13:25

Date List Subject
2024-03-27 20:13:25 linux-kernel Re: [PATCH v1] mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_struct
2024-03-27 05:49:30 linux-kernel Re: [PATCH] mm/slab: fix kcalloc() kernel-doc warnings
2024-03-27 05:31:31 linux-kernel Re: [PATCH v6 14/37] lib: introduce support for page allocation tagging
2024-03-26 23:30:04 linux-kernel [PATCH 6/6] Documentation: mm/slab: undo _noprof additions in the documentation
2024-03-26 23:16:14 linux-kernel [PATCH 5/6] Documentation: mm: percpu: undo _noprof additions in the documentation
2024-03-26 23:16:05 linux-kernel [PATCH 4/6] Documentation: mm: vmalloc: undo _noprof additions in the documentation
2024-03-26 23:15:50 linux-kernel [PATCH 3/6] Documentation: mempool: undo _noprof additions in the documentation
2024-03-26 23:15:34 linux-kernel [PATCH 2/6] Documentation: mm: undo _noprof additions in the documentation
2024-03-26 23:15:16 linux-kernel [PATCH 1/6] Documentation: rhashtable: undo _noprof additions in the documentation
2024-03-26 23:15:06 linux-kernel [PATCH 0/6] Documentation fixes for memory allocation profiling
2024-03-26 18:01:30 linux-kernel Re: [PATCH v2] psi: Fix avg trigger being fired unexpectedly.
2024-03-26 17:50:10 linux-kernel Re: [PATCH v2] psi: Fix avg trigger being fired unexpectedly.
2024-03-26 07:53:11 linux-kernel Re: [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
2024-03-26 07:38:29 linux-kernel [PATCH 1/1] Documentation: fs/proc: fix allocinfo title
2024-03-26 07:38:08 linux-kernel [PATCH 1/1] arch/um: fix forward declaration for vmalloc
2024-03-26 06:23:51 linux-kernel Re: [PATCH v6 14/37] lib: introduce support for page allocation tagging
2024-03-25 21:26:07 linux-kernel Re: [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
2024-03-25 18:28:58 linux-kernel Re: [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
2024-03-21 22:48:14 linux-kernel Re: [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
2024-03-21 21:14:31 linux-kernel Re: [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
2024-03-21 21:09:09 linux-kernel Re: [PATCH v6 00/37] Memory allocation profiling
2024-03-21 17:40:53 linux-kernel Re: [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
2024-03-21 17:23:15 linux-kernel Re: [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
2024-03-21 17:12:16 linux-kernel [PATCH v6 32/37] lib: add memory allocations report in show_mem()
2024-03-21 17:11:07 linux-kernel [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
2024-03-21 17:04:28 linux-kernel [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
2024-03-21 17:04:05 linux-kernel [PATCH v6 18/37] mm: enable page allocation tagging
2024-03-21 16:53:48 linux-kernel [PATCH v6 37/37] memprofiling: Documentation
2024-03-21 16:53:23 linux-kernel [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
2024-03-21 16:53:10 linux-kernel [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
2024-03-21 16:53:00 linux-kernel [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
2024-03-21 16:52:40 linux-kernel [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
2024-03-21 16:52:18 linux-kernel [PATCH v6 14/37] lib: introduce support for page allocation tagging
2024-03-21 16:52:02 linux-kernel [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
2024-03-21 16:51:22 linux-kernel [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
2024-03-21 16:51:20 linux-kernel [PATCH v6 31/37] rhashtable: Plumb through alloc tag
2024-03-21 16:50:03 linux-kernel [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
2024-03-21 16:49:45 linux-kernel [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
2024-03-21 16:49:24 linux-kernel [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
2024-03-21 16:49:16 linux-kernel [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
2024-03-21 16:48:15 linux-kernel [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
2024-03-21 16:48:11 linux-kernel [PATCH v6 24/37] rust: Add a rust helper for krealloc()
2024-03-21 16:48:02 linux-kernel [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
2024-03-21 16:47:30 linux-kernel [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
2024-03-21 16:47:27 linux-kernel [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
2024-03-21 16:47:18 linux-kernel [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
2024-03-21 16:46:27 linux-kernel [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
2024-03-21 16:45:51 linux-kernel [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
2024-03-21 16:45:07 linux-kernel [PATCH v6 19/37] mm: create new codetag references during page splitting
2024-03-21 16:44:27 linux-kernel [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
2024-03-21 16:43:59 linux-kernel [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags