cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-06 18:11:54 to 2023-11-14 04:31:53 UTC [more...]

[PATCH 00/20] remove the SLAB allocator
 2023-11-14  4:31 UTC  (30+ messages)
` [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH 04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH 07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
` [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH 09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c
` [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
` [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH 12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH 13/20] mm/slab: move memcg related functions "
` [PATCH 14/20] mm/slab: move struct kmem_cache_node "
` [PATCH 15/20] mm/slab: move kfree() from slab_common.c "
` [PATCH 16/20] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH 17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
` [PATCH 19/20] mm/slub: optimize alloc fastpath code layout
` [PATCH 20/20] mm/slub: optimize free fast path "

cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
 2023-11-13 22:48 UTC  (12+ messages)

[tj-cgroup:for-next] BUILD REGRESSION e76d28bdf9ba5388b8c4835a5199dc427b603188
 2023-11-13 11:12 UTC 

[legion:patchset/meminfo/v2.1] [proc] 8dade3a353: WARNING:suspicious_RCU_usage
 2023-11-13  8:31 UTC 

[RFC 0/4] Introduce unbalance proactive reclaim
 2023-11-13  8:26 UTC  (49+ messages)
` [PATCH 1/4] mm: vmscan: LRU unbalance cgroup reclaim
` [PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
` [PATCH 3/4] mm: memcg: implement unbalance proactive reclaim
` [PATCH 4/4] mm: memcg: apply proactive reclaim into cgroupv1

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-11-13  2:28 UTC  (22+ messages)
  ` [RFC PATCH v4 1/3] mm/memcontrol: implement memcg.interleave_weights
  ` [RFC PATCH v4 2/3] mm/mempolicy: implement weighted interleave
  ` [RFC PATCH v4 3/3] Documentation: sysfs entries for cgroup.memory.interleave_weights

[tj-cgroup:for-next 7/11] kernel/workqueue.c:5848:12: warning: 'workqueue_set_unbound_cpumask' defined but not used
 2023-11-13  0:58 UTC 

[PATCH v3 0/3] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-12 21:25 UTC  (9+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] cgroup/rstat: Optimize cgroup_rstat_updated_list()

[PATCH v2 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-11-12 21:10 UTC  (4+ messages)

[RFC v6 0/8] DRM scheduling cgroup controller
 2023-11-12 20:38 UTC  (2+ messages)

[PATCH v1] selftests: cgroup: Fixes a typo in a comment
 2023-11-12 19:30 UTC  (2+ messages)

[PATCH v2 0/3] samples: introduce cgroup events listeners
 2023-11-11 13:39 UTC  (6+ messages)
` [PATCH v2 1/3] samples: introduce new samples subdir for cgroup
` [PATCH v2 2/3] samples/cgroup: introduce cgroup v2 memory.events listener
` [PATCH v2 3/3] mm: memcg: add reminder comment for the memcg v2 events

[tj-cgroup:for-next] BUILD SUCCESS aecd408b7e50742868b3305c24325a89024e2a30
 2023-11-11  2:22 UTC 

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-11-10 17:05 UTC  (25+ messages)
` [PATCH v3 bpf-next 01/11] cgroup: Remove unnecessary list_empty()
` [PATCH v3 bpf-next 02/11] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v3 bpf-next 03/11] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [PATCH v3 bpf-next 04/11] cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
` [PATCH v3 bpf-next 05/11] cgroup: Add a new helper for cgroup1 hierarchy
` [PATCH v3 bpf-next 06/11] bpf: Add a new kfunc "
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()

[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
 2023-11-10 16:00 UTC  (6+ messages)
` [PATCH v2 bpf-next] compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC

[PATCH] x86/sgx: Charge proper mem_cgroup for usage due to EPC reclamation by cgroups
 2023-11-10  0:56 UTC 

[RFC 0/6] tracking fd counts per cgroup
 2023-11-09 18:44 UTC  (12+ messages)
` [RFC 1/6] fs: count_open_files() -> count_possible_open_files()
` [RFC 2/6] fs: introduce count_open_files()
` [RFC 3/6] misc: introduce misc_cg_charge()
` [RFC 4/6] misc cgroup: introduce an fd counter
` [RFC 5/6] selftests/cgroup: add a flags arg to clone_into_cgroup()
` [RFC 6/6] selftests/cgroup: add a test for misc cgroup

[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-09  2:10 UTC  (18+ messages)
` [PATCH v5 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v5 2/6] memcontrol: allows mem_cgroup_iter() to check for onlineness
` [PATCH v5 3/6] zswap: make shrinking memcg-aware
  ` [PATCH v5 3/6] zswap: make shrinking memcg-aware (fix)
  ` [PATCH v5 3/6 REPLACE] zswap: make shrinking memcg-aware
` [PATCH v5 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v5 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v5 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2023-11-08  1:00 UTC  (12+ messages)
` [PATCH v6 04/12] x86/sgx: Implement basic EPC misc cgroup functionality

[RFC PATCH 76/86] treewide: block: remove cond_resched()
 2023-11-07 23:08 UTC 

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-06 22:09 UTC  (2+ messages)

[PATCH v4 0/3] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-06 21:05 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] cgroup/rstat: Optimize cgroup_rstat_updated_list()
` [PATCH v4 3/3] cgroup: Avoid false cacheline sharing of read mostly rstat_cpu

[PATCH v1] selftests: cgroup: Fixes code style errors
 2023-11-06 18:11 UTC 


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