cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-07 10:20:09 to 2024-03-28 00:22:49 UTC [more...]

[PATCH v10 00/14] Add Cgroup support for SGX EPC memory
 2024-03-28  0:22 UTC  (11+ messages)
` [PATCH v10 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v10 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v10 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v10 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v10 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v10 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 09/14] x86/sgx: Implement async reclamation "
` [PATCH v10 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-03-27 22:53 UTC  (4+ messages)
  ` [RFC PATCH bpf-next 1/3] cgroup: add cgroup_freeze_no_kn() to freeze a "
  ` [RFC PATCH bpf-next 2/3] bpf: add bpf_task_freeze_cgroup() to freeze the cgroup of a task
  ` [RFC PATCH bpf-next 3/3] selftests/bpf: add selftest for bpf_task_freeze_cgroup

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-03-27 22:53 UTC  (11+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [RFC PATCH v3 2/8] mm: aggregate working set information into histograms
` [RFC PATCH v3 3/8] mm: use refresh interval to rate-limit workingset report aggregation
` [RFC PATCH v3 4/8] mm: report workingset during memory pressure driven scanning
` [RFC PATCH v3 5/8] mm: extend working set reporting to memcgs
` [RFC PATCH v3 6/8] mm: add per-memcg reaccess histogram
` [RFC PATCH v3 7/8] mm: add kernel aging thread for workingset reporting
` [RFC PATCH v3 8/8] mm: test system-wide "

[problem] Hung task caused by memory migration when cpuset.mems changes
 2024-03-27 21:43 UTC  (6+ messages)

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-03-27 16:56 UTC  (8+ messages)
` [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v9 15/15] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit()
 2024-03-27 16:29 UTC  (3+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-27  5:30 UTC  (61+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v6 10/37] lib: code tagging framework
` [PATCH v6 11/37] lib: code tagging module support
` [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v6 18/37] mm: enable page allocation tagging
` [PATCH v6 19/37] mm: create new codetag references during page splitting
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v6 24/37] rust: Add a rust helper for krealloc()
` [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v6 31/37] rhashtable: Plumb through alloc tag
` [PATCH v6 32/37] lib: add memory allocations report in show_mem()
` [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v6 37/37] memprofiling: Documentation

[PATCH] selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate
 2024-03-27  2:44 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 20d46283f5d679338ec2bbd734f46f900557fb97
 2024-03-26 16:19 UTC 

[RFC/POC]: Make cpuset.cpus.effective independent of cpuset.cpus
 2024-03-26 16:17 UTC  (7+ messages)
` [PATCH] cgroup/cpuset: "

[PATCH] blk-throttle: Fix W=1 build issue in tg_prfill_limit()
 2024-03-26 14:57 UTC  (5+ messages)

[PATCH mm-unstable v3 0/2] memcg_kmem hooks refactoring
 2024-03-26 10:37 UTC  (3+ messages)
` [PATCH mm-unstable v3 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH mm-unstable v3 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c

[PATCH 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping masks
 2024-03-25 23:21 UTC  (3+ messages)
` [PATCH 1/2] sched/isolation: "

[PATCH] cgroup, docs: Clarify limitation of RT processes with cgroup v2 cpu controller
 2024-03-25 20:10 UTC  (2+ messages)

[PATCH v2 0/2] memcg_kmem hooks refactoring
 2024-03-25  8:20 UTC  (3+ messages)
` [PATCH v2 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH v2 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-24 17:44 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 4/4] UNFINISHED mm, fs: use kmem_cache_charge() in path_openat()

[PATCH -next RFC] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
 2024-03-23  4:09 UTC  (3+ messages)

[PATCH] mm: remove CONFIG_MEMCG_KMEM
 2024-03-21 13:33 UTC  (5+ messages)

[PATCH] mm/memcontrol: stop resize loop if limit was changed again
 2024-03-21  5:15 UTC  (9+ messages)

[PATCH v4] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
 2024-03-20 16:02 UTC  (2+ messages)

[PATCH v5 00/11] IOMMU memory observability
 2024-03-15 21:53 UTC  (5+ 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  (32+ messages)
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [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 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [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 37/37] memprofiling: Documentation

MGLRU premature memcg OOM on slow writes
 2024-03-15 14:27 UTC  (17+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-03-12 20:07 UTC  (6+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed

[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 v5 0/8] Split a folio to any lower order folios
 2024-03-07 15:06 UTC  (5+ messages)
` [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  (2+ messages)
` [PATCH v2 1/3] Documentation: add description of forceidle time statistics


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).