messages from 2024-02-26 22:46:22 to 2024-03-15 21:33:55 UTC [more...]
[PATCH v5 00/11] IOMMU memory observability
2024-03-15 21:33 UTC (4+ messages)
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
[PATCH v5 00/37] Memory allocation profiling
2024-03-15 17:06 UTC (60+ messages)
` [PATCH v5 01/37] fix missing vmalloc.h includes
` [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v5 10/37] lib: code tagging framework
` [PATCH v5 11/37] lib: code tagging module support
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v5 18/37] mm: enable page allocation tagging
` [PATCH v5 19/37] mm: create new codetag references during page splitting
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v5 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v5 31/37] rhashtable: Plumb through alloc tag
` [PATCH v5 32/37] lib: add memory allocations report in show_mem()
` [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation
MGLRU premature memcg OOM on slow writes
2024-03-15 14:27 UTC (18+ messages)
[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
2024-03-15 3:23 UTC (19+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook
` [PATCH RFC 2/4] mm, slab: move slab_memcg hooks to mm/memcontrol.c
` [PATCH RFC 3/4] mm, slab: introduce kmem_cache_charge()
` [PATCH RFC 4/4] UNFINISHED mm, fs: use kmem_cache_charge() in path_openat()
[PATCH v4 00/36] Memory allocation profiling
2024-03-12 20:07 UTC (36+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
[tj-cgroup:test-merge-for-6.9] BUILD SUCCESS 4553704652b93ad7f9aba880c412b482da6581f9
2024-03-11 22:40 UTC
[GIT PULL] cgroup changes for v6.9
2024-03-11 20:26 UTC (2+ messages)
[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
2024-03-09 21:10 UTC (23+ messages)
` [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` "
[PATCH v5 0/8] Split a folio to any lower order folios
2024-03-07 15:06 UTC (39+ messages)
` [PATCH v5 1/8] mm/huge_memory: only split PMD mapping when necessary in unmap_folio()
` [PATCH v5 6/8] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v5 7/8] mm: thp: split huge page to any lower order pages
` [PATCH v5 8/8] mm: huge_memory: enable debugfs to split huge pages to any order
[PATCH v2 0/3] introduce CPUTIME_FORCEIDLE_TASK and add
2024-03-07 10:19 UTC (4+ messages)
` [PATCH v2 1/3] Documentation: add description of forceidle time statistics
` [PATCH v2 2/3] sched/core: introduce CPUTIME_FORCEIDLE_TASK
` [PATCH v2 3/3] Documentation: add description of forceidle_task time statistics
[GIT PULL] cgroup fixes for v6.8-rc7
2024-03-05 22:07 UTC (2+ messages)
[tj-cgroup:for-6.9] BUILD SUCCESS 3ab67a9ce82ff22447b1dad53b49a91d1abbf1ff
2024-03-01 9:16 UTC
[tj-cgroup:for-6.8-fixes] BUILD SUCCESS 25125a4762835d62ba1e540c1351d447fc1f6c7c
2024-03-01 9:15 UTC
[tj-cgroup:for-next] BUILD SUCCESS 13eb1d6e1cfcfc277d2cba521c6082ab3e16b43f
2024-03-01 9:14 UTC
[PATCH v3 00/35] Memory allocation profiling
2024-02-29 20:54 UTC (5+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
[PATCH 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping masks
2024-02-29 20:41 UTC (4+ messages)
` [PATCH 1/2] sched/isolation: "
` [PATCH 2/2] cgroup/cpuset: Exclude isolated CPUs from housekeeping CPU masks
[PATCH] cgroup/cpuset: Fix retval in update_cpumask()
2024-02-29 20:38 UTC (3+ messages)
[PATCH 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread()
2024-02-29 20:29 UTC (6+ messages)
` [PATCH 2/2] cgroup/cpuset: Mark memory_spread_slab as obsolete
Missing S: in the "CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)" entry?
2024-02-29 16:54 UTC
[PATCH RESEND 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread()
2024-02-29 14:26 UTC (2+ messages)
` [PATCH RESEND 2/2] cgroup/cpuset: Mark memory_spread_slab as obsolete
[PATCH] sched/core: introduce CPUTIME_FORCEIDLE_TASK
2024-02-29 11:06 UTC (3+ messages)
[tj-cgroup:for-next] BUILD SUCCESS 96ea92731d4d8cf827e5404d127e19b2ce7b2f29
2024-02-29 10:18 UTC
[tj-cgroup:for-6.8-fixes] BUILD SUCCESS 66f40b926dd249f74334a22162c09e7ec1ec5b07
2024-02-29 7:55 UTC
[PATCH] cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
2024-02-28 18:04 UTC (4+ messages)
[BUG] selftests: cgroup: KMEMLEAK in cgroup/test_cpuset_prs.sh
2024-02-27 22:10 UTC (2+ messages)
subscribe
2024-02-27 6:52 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).