cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-27 00:55:25 to 2023-05-03 20:11:50 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-03 20:11 UTC  (133+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h
` [PATCH 05/40] prandom: Remove unused include
` [PATCH 06/40] lib/string.c: strsep_no_empty()
` [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions
  ` [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols
  ` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
  ` [PATCH 07/40] Lazy percpu counters
  ` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
  ` [PATCH 20/40] mm: enable page allocation tagging
  ` [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
  ` [PATCH 23/40] lib: add codetag reference into slabobj_ext
  ` [PATCH 28/40] timekeeping: Fix a circular include dependency
  ` [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext
  ` [PATCH 32/40] arm64: Fix circular header dependency
  ` [PATCH 33/40] move stack capture functionality into a separate function for reuse
` [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH 13/40] lib: code tagging framework
` [PATCH 14/40] lib: code tagging module support
` [PATCH 15/40] lib: prevent module unloading if memory is not freed
` [PATCH 16/40] lib: code tagging query helper functions
` [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling
` [PATCH 18/40] lib: introduce support for page allocation tagging
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 22/40] mm: create new codetag references during page splitting
` [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH 27/40] mempool: Hook up to memory allocation profiling
` [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext
` [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations
` [PATCH 36/40] lib: add memory allocations report in show_mem()
` [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself
` [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty
` [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v2 0/2] memcg: OOM log improvements
 2023-05-03 18:04 UTC  (7+ messages)
  ` [PATCH v2 1/2] memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()
  ` [PATCH v2 2/2] memcg: dump memory.stat during cgroup OOM for v1

[PATCH v2 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
 2023-05-03 18:02 UTC  (13+ messages)
  ` [PATCH v2 1/6] cgroup/cpuset: Rename functions dealing with DEADLINE accounting
  ` [PATCH v2 2/6] sched/cpuset: Bring back cpuset_mutex
  ` [PATCH v2 3/6] sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
  ` [PATCH v2 4/6] cgroup/cpuset: Iterate only if DEADLINE tasks are present
  ` [PATCH v2 5/6] sched/deadline: Create DL BW alloc, free & check overflow interface
` [PATCH v2 6/6] cgroup/cpuset: Free DL BW in case can_attach() fails

[RFC PATCH 0/4] Add support for DRM cgroup memory accounting
 2023-05-03 15:33 UTC  (9+ messages)
` [RFC PATCH 1/4] cgroup: Add the DRM cgroup controller
` [RFC PATCH 2/4] drm/cgroup: Add memory accounting to DRM cgroup
    ` [Intel-gfx] "
  ` [RFC PATCH 3/4] drm/ttm: Handle -EAGAIN in ttm_resource_alloc as -ENOSPC
    ` [Intel-xe] "
  ` [RFC PATCH 4/4] drm/xe: Add support for the drm cgroup

[RFC PATCH] cgroup: Return error when attempting to migrate a zombie process
 2023-05-03 12:53 UTC 

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-02 22:27 UTC  (13+ messages)

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-02 20:02 UTC  (6+ messages)

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-02 19:58 UTC  (7+ messages)
  ` [RFC PATCH 1/3] cgroup: Drop unused function for cgroup_path
` [RFC PATCH 2/3] cgroup: Rely on namespace_sem in current_cgns_cgroup_from_root explicitly
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

cgroup: Clarification around usage_in_bytes and its relation to the page counter
 2023-05-02 17:44 UTC  (2+ messages)

[PATCH v2 1/1] psi: remove 500ms min window size limitation for triggers
 2023-05-02 17:28 UTC  (5+ messages)

[GIT PULL] cgroup changes for v6.4-rc1
 2023-04-29 18:20 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-04-29  1:59 UTC 

[PATCH AUTOSEL 6.2 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-04-29  1:58 UTC 

[PATCH AUTOSEL 6.3 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-04-29  1:58 UTC 

[PATCH v2] blk-throttle: Fix io statistics for cgroup v1
 2023-04-28 19:05 UTC  (2+ messages)

[PATCH 0/2] memcg: OOM log improvements
 2023-04-28 13:05 UTC  (11+ messages)
` [PATCH 1/2] memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()
` [PATCH 2/2] memcg: dump memory.stat during cgroup OOM for v1

[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
 2023-04-28 11:22 UTC  (9+ messages)
` [PATCH 2/6] sched/cpuset: Bring back cpuset_mutex

[tj-cgroup:test-merge-for-6.4] BUILD SUCCESS 08dcf7efef21aece7597a08886b7a505751624a2
 2023-04-28  9:53 UTC 

[PATCH v4] blk-ioprio: Introduce promote-to-rt policy
 2023-04-28  7:44 UTC  (2+ messages)

[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
 2023-04-27 16:53 UTC  (5+ messages)
` [EXTERNAL] "


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