messages from 2024-02-02 16:52:18 to 2024-02-13 17:26:34 UTC [more...]
[PATCH v4 00/10] IOMMU memory observability
2024-02-13 17:26 UTC (20+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v4 03/10] iommu/io-pgtable-arm: "
` [PATCH v4 04/10] iommu/io-pgtable-dart: "
` [PATCH v4 05/10] iommu/exynos: "
` [PATCH v4 06/10] iommu/rockchip: "
` [PATCH v4 07/10] iommu/sun50i: "
` [PATCH v4 08/10] iommu/tegra-smmu: "
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 10/10] iommu: account IOMMU allocated memory
[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 v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
2024-02-13 12:36 UTC
[PATCH v3 00/35] Memory allocation profiling
2024-02-13 12:24 UTC (72+ 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 v9 00/15] Add Cgroup support for SGX EPC memory
2024-02-13 3:21 UTC (24+ messages)
` [PATCH v9 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v9 02/15] cgroup/misc: Export APIs for SGX driver
` [PATCH v9 03/15] cgroup/misc: Add SGX EPC resource type
` [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v9 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v9 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v9 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows "
` [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 v9 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v9 14/15] Docs/x86/sgx: Add description for cgroup support
` [PATCH v9 15/15] selftests/sgx: Add scripts for EPC cgroup testing
[PATCH v8 00/15] Add Cgroup support for SGX EPC memory
2024-02-12 19:31 UTC (9+ messages)
` [PATCH v8 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v8 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
[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 (6+ 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)
[RFC v6 0/8] DRM scheduling cgroup controller
2024-02-07 15:28 UTC (5+ messages)
` [RFC 1/8] cgroup: Add the DRM "
` [RFC 6/8] cgroup/drm: Introduce weight based drm cgroup control
[PATCH v4] mm: memcg: Use larger batches for proactive reclaim
2024-02-06 17:52 UTC
[PATCH v3] mm: memcg: Use larger batches for proactive reclaim
2024-02-06 8:58 UTC (12+ messages)
Do we still need SLAB_MEM_SPREAD (and possibly others)?
2024-02-06 3:34 UTC (5+ messages)
[PATCH v3 0/3] fix and extend zswap kselftests
2024-02-05 23:25 UTC (6+ messages)
` [PATCH v3 1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry
` [PATCH v3 2/3] selftests: fix the zswap invasive shrink test
` [PATCH v3 3/3] selftests: add zswapin and no zswap tests
[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
2024-02-05 18:43 UTC (6+ messages)
[PATCH] blk-throttle: Eliminate redundant checks for data direction
2024-02-05 17:16 UTC (2+ messages)
[PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
2024-02-05 2:41 UTC (2+ messages)
[PATCH mm-hotfixes-unstable v2] mm: memcg: fix struct memcg_vmstats_percpu size and alignment
2024-02-03 4:46 UTC
[PATCH mm-hotfixes-unstable] mm: memcg: fix struct memcg_vmstats_percpu size and alignment
2024-02-03 4:39 UTC (5+ messages)
[PATCH v2 0/3] fix and extend zswap kselftests
2024-02-03 1:35 UTC (5+ messages)
` [PATCH v2 3/3] selftests: add zswapin and no zswap tests
[PATCH v7 00/15] Add Cgroup support for SGX EPC memory
2024-02-03 0:39 UTC (4+ messages)
` [PATCH v7 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
[PATCH v2] mm: memcg: Use larger batches for proactive reclaim
2024-02-02 22:51 UTC (6+ messages)
[PATCH v2] mm: memcg: Don't periodically flush stats when memcg is disabled
2024-02-02 22:39 UTC (4+ messages)
` "
[PATCH] mm: memcg: Use larger chunks for proactive reclaim
2024-02-02 21:42 UTC (6+ 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