cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-15 10:52:45 to 2024-02-22 17:39:54 UTC [more...]

[PATCH v5 00/11] IOMMU memory observability
 2024-02-22 17:39 UTC  (8+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v5 04/11] iommu/io-pgtable-arm: "
` [PATCH v5 05/11] iommu/io-pgtable-dart: "
` [PATCH v5 06/11] iommu/exynos: "
` [PATCH v5 07/11] iommu/rockchip: "

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-22 17:20 UTC  (43+ messages)
` [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [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()
        ` [RFC PATCH] x86/sgx: Remove 'reclaim' boolean parameters
` [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 v4 00/36] Memory allocation profiling
 2024-02-22 12:24 UTC  (55+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [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 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable 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 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation

[PATCH v3 3/3] selftests: add zswapin and no zswap tests
 2024-02-22  4:31 UTC  (2+ messages)
` [PATCH v3 3/3] selftests: add zswapin and no zswap tests (fix)

[PATCH v2 stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
 2024-02-22  3:02 UTC 

[PATCH stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
 2024-02-22  2:01 UTC  (10+ messages)

[PATCH v3 00/10] IOMMU memory observability
 2024-02-22  0:27 UTC  (9+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH v3 00/35] Memory allocation profiling
 2024-02-21 18:26 UTC  (97+ messages)
` [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 10/35] lib: code tagging framework
` [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 18/35] mm: create new codetag references during page splitting
` [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 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 0/4] Convert memcontrol charge moving to use folios
 2024-02-21  7:48 UTC  (2+ messages)

[PATCH v4] mm: memcg: Use larger batches for proactive reclaim
 2024-02-19 19:33 UTC  (2+ messages)

[PATCH v3] mm: memcg: Use larger batches for proactive reclaim
 2024-02-19 19:33 UTC  (13+ messages)

[PATCH] mm: memcontrol: clarify swapaccount=0 deprecation warning
 2024-02-19 14:29 UTC  (2+ messages)

[PATCH] sched/core: introduce CPUTIME_FORCEIDLE_TASK
 2024-02-19  8:41 UTC 

[linus:master] [mm] 9cee7e8ef3: netperf.Throughput_Mbps 4.0% improvement
 2024-02-18 13:16 UTC 

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-16 15:51 UTC  (3+ messages)

[PATCH v4 00/10] IOMMU memory observability
 2024-02-16  1:05 UTC  (6+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations

[PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline"
 2024-02-15 10:52 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).