cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-24 13:46:57 to 2023-11-07 19:08:15 UTC [more...]

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2023-11-07 19:07 UTC  (24+ messages)
` [PATCH v6 01/12] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v6 02/12] cgroup/misc: Export APIs for SGX driver
` [PATCH v6 03/12] cgroup/misc: Add SGX EPC resource type
` [PATCH v6 04/12] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v6 05/12] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v6 06/12] x86/sgx: Use sgx_epc_lru_list for existing active page list
` [PATCH v6 07/12] x86/sgx: Introduce EPC page states
` [PATCH v6 08/12] x86/sgx: Use a list to track to-be-reclaimed pages
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function
` [PATCH v6 10/12] x86/sgx: Implement EPC reclamation for cgroup
  ` [PATCH] x86/sgx: Charge proper mem_cgroup for usage due to EPC reclamation by cgroups
` [PATCH v6 11/12] Docs/x86/sgx: Add description for cgroup support
` [PATCH v6 12/12] selftests/sgx: Add scripts for EPC cgroup testing

cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
 2023-11-07 18:18 UTC  (3+ messages)

[PATCH v3 0/3] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-07 16:33 UTC  (9+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] cgroup/rstat: Optimize cgroup_rstat_updated_list()
` [PATCH v3 3/3] cgroup: Avoid false cacheline sharing of read mostly rstat_cpu

[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-07  0:31 UTC  (12+ 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 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 v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-06 22:09 UTC  (5+ 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 

[PATCH v1] selftests: cgroup: Fixes a typo in a comment
 2023-11-06 18:10 UTC 

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-11-06  3:18 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 bpf-next] compiler-gcc: Ignore -Wmissing-prototypes warning for older GCC
    ` [PATCH v2 bpf-next] compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC
` [PATCH v3 bpf-next 07/11] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH v3 bpf-next 08/11] selftests/bpf: Add parallel support for classid
` [PATCH v3 bpf-next 09/11] selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
` [PATCH v3 bpf-next 11/11] selftests/bpf: Add selftests for cgroup1 hierarchy

[PATCH v2] cgroup/cpuset: Change nr_deadline_tasks to an atomic_t value
 2023-11-03 17:02 UTC  (9+ messages)

[PATCH v2] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-02 19:07 UTC  (3+ messages)

[PATCH] cgroup: return EINVAL in cgroup_subtree_control_write()
 2023-11-02  7:32 UTC 

[PATCH v1 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-02  4:03 UTC  (8+ messages)
` [PATCH v1 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
` [PATCH v1 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-01 22:03 UTC  (3+ messages)

[PATCH v8 0/7] cgroup/cpuset: Support remote partitions
 2023-11-01 18:14 UTC  (5+ messages)

[Bug Report] EBUSY for cgroup rmdir after cgroup.procs empty
 2023-11-01 17:32 UTC  (12+ messages)

[PATCH] mm, memcg: avoid recycling when there is no more recyclable memory
 2023-11-01 16:16 UTC  (2+ messages)

[GIT PULL] cgroup changes for v6.7
 2023-10-31  7:02 UTC  (2+ messages)

[PATCH v4 0/5] workload-specific and memory pressure-driven zswap writeback
 2023-10-30 18:16 UTC  (10+ messages)
` [PATCH v4 1/5] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v4 2/5] zswap: make shrinking memcg-aware
` [PATCH v4 3/5] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v4 4/5] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v4 5/5] zswap: shrinks zswap pool based on memory pressure

[PATCH] selftests/cgroup: Fix awk usage in test_cpuset_prs.sh that may cause error
 2023-10-29 21:23 UTC  (3+ messages)

[PATCH v2 00/39] Memory allocation profiling
 2023-10-28 17:21 UTC  (46+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH] zswap: export compression failure stats
 2023-10-26  7:06 UTC  (2+ messages)

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-10-25 21:48 UTC  (12+ messages)

[PATCH-cgroup 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-10-25 18:47 UTC  (14+ messages)
` [PATCH-cgroup 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH-cgroup 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions

[PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
 2023-10-25 18:36 UTC  (13+ messages)

[PATCH v2 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-10-25 18:25 UTC  (5+ messages)
` [PATCH v2 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH v2 2/4] selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
` [PATCH v2 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions
` [PATCH v2 4/4] cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask

[RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
 2023-10-25  8:06 UTC  (2+ messages)

[PATCH] zswap: export more zswap store failure stats
 2023-10-24 17:25 UTC  (3+ messages)

[RFC v6 0/8] DRM scheduling cgroup controller
 2023-10-24 16:07 UTC  (9+ messages)
` [RFC 1/8] cgroup: Add the DRM "
` [RFC 2/8] drm/cgroup: Track DRM clients per cgroup
` [RFC 3/8] drm/cgroup: Add ability to query drm cgroup GPU time
` [RFC 4/8] drm/cgroup: Add over budget signalling callback
` [RFC 5/8] drm/cgroup: Only track clients which are providing drm_cgroup_ops
` [RFC 6/8] cgroup/drm: Introduce weight based drm cgroup control
` [RFC 7/8] drm/i915: Implement cgroup controller over budget throttling
` [RFC 8/8] cgroup/drm: Expose GPU utilisation


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