messages from 2024-02-07 17:41:21 to 2024-02-14 19:20:03 UTC [more...]
[PATCH v3 00/35] Memory allocation profiling
2024-02-14 19:19 UTC (120+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
` [PATCH v3 04/35] mm: enumerate all gfp flags
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 11/35] lib: code tagging module support
` [PATCH v3 12/35] lib: prevent module unloading if memory is not freed
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 14/35] lib: introduce support for page allocation tagging
` [PATCH v3 15/35] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v3 16/35] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v3 17/35] mm: enable page allocation tagging
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 19/35] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
` [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 24/35] mempool: Hook up to memory allocation profiling
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups
` [PATCH v3 26/35] mm: percpu: Introduce pcpuobj_ext
` [PATCH v3 27/35] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v3 28/35] mm: percpu: enable per-cpu allocation tagging
` [PATCH v3 29/35] mm: vmalloc: Enable memory allocation profiling
` [PATCH v3 30/35] rhashtable: Plumb through alloc tag
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
[PATCH v4 0/7] Split a folio to any lower order folios
2024-02-14 17:38 UTC (35+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v4 7/7] mm: huge_memory: enable debugfs to split huge pages to any order
[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
2024-02-14 1:52 UTC (15+ messages)
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup
` [PATCH v9 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v9 11/15] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v9 12/15] x86/sgx: Expose sgx_epc_cgroup_reclaim_pages() for global reclaimer
[PATCH v4] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
2024-02-13 21:56 UTC
[PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
2024-02-13 19:08 UTC (2+ messages)
[PATCH v4 00/10] IOMMU memory observability
2024-02-13 17:26 UTC (15+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 10/10] iommu: account IOMMU allocated memory
` [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h
[PATCH] mm: memcontrol: clarify swapaccount=0 deprecation warning
2024-02-13 17:01 UTC (4+ messages)
[PATCH v3 00/10] IOMMU memory observability
2024-02-13 15:44 UTC (4+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory
[PATCH v3 0/7] Split a folio to any lower order folios
2024-02-13 13:46 UTC (3+ messages)
[PATCH v8 00/15] Add Cgroup support for SGX EPC memory
2024-02-12 19:31 UTC (5+ messages)
` [PATCH v8 01/15] cgroup/misc: Add per resource callbacks for CSS events
[PATCH v2] Port hierarchical_{memory,swap}_limit cgroup1->cgroup2
2024-02-12 15:26 UTC (3+ messages)
[PATCH] Port hierarchical_mem{ory,sw}_limit cgroup1->cgroup2
2024-02-11 18:01 UTC (4+ messages)
` [PATCH v2] Port hierarchical_{memory,swap}_limit cgroup1->cgroup2
[RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-02-11 1:46 UTC (10+ messages)
MGLRU premature memcg OOM on slow writes
2024-02-09 2:31 UTC
[PATCH v2 0/4] eventfd: simplify signal helpers
2024-02-08 9:02 UTC (4+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-02-07 21:06 UTC (2+ messages)
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