cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-10 01:57:47 to 2023-05-01 16:54:50 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-01 16:54 UTC  (41+ 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

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-01 16:38 UTC  (7+ 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 v2 0/2] memcg: OOM log improvements
 2023-04-28 13:24 UTC  (3+ 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 0/2] memcg: OOM log improvements
 2023-04-28 13:05 UTC  (14+ 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  (16+ messages)
` [PATCH 2/6] sched/cpuset: Bring back cpuset_mutex
` [PATCH 6/6] cgroup/cpuset: Iterate only if DEADLINE tasks are present

[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] "

[PATCH v5 0/5] cgroup: eliminate atomic rstat flushing
 2023-04-24 17:17 UTC  (9+ messages)
` [PATCH v5 1/5] writeback: move wb_over_bg_thresh() call outside lock section
  ` [PATCH v5 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
  ` [PATCH v5 3/5] memcg: calculate root usage from global state
  ` [PATCH v5 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
  ` [PATCH v5 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[PATCH] cgroup: align each value to its column name in /proc/cgroups file
 2023-04-23 13:42 UTC 

[PATCH for-6.4/block] block/rq_qos: protect rq_qos apis with a new lock
 2023-04-23  8:15 UTC  (2+ messages)

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-21 17:21 UTC  (22+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH mm-unstable RFC 3/5] memcg: calculate root usage from global state
` [PATCH mm-unstable RFC 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH mm-unstable RFC 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[syzbot] [cgroups?] [mm?] KCSAN: data-race in drain_all_stock / drain_obj_stock (4)
 2023-04-21 14:38 UTC  (2+ messages)

[RFC v4 00/10] DRM scheduling cgroup controller
 2023-04-21 12:13 UTC  (3+ messages)
` [RFC 02/10] drm: Update file owner during use

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18 14:00 UTC  (16+ messages)
` [PATCH v3 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

[tj-cgroup:for-6.4] BUILD SUCCESS 9403d9cb564b6a3af86cb18fe722097ed7620f6f
 2023-04-15  6:07 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 5199604d1ee5513e1357e8cfe7243a36129b4ffb
 2023-04-15  6:06 UTC 

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-04-14 19:06 UTC  (16+ messages)

[PATCH] docs: cgroup-v1/cpusets: update libcgroup project link
 2023-04-14 16:56 UTC  (2+ messages)

[GIT PULL] cgroup fixes for v6.3-rc6
 2023-04-13 23:45 UTC  (2+ messages)

[PATCH v2 1/2] blk-stat: fix QUEUE_FLAG_STATS clear
 2023-04-13 12:49 UTC  (3+ messages)
` [PATCH v2 2/2] blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOW

[tj-cgroup:for-6.3-fixes] BUILD SUCCESS 7e27cb6ad4d85fc8bac2a2a896da62ef66b8598e
 2023-04-13  7:17 UTC 

[tj-cgroup:for-next] BUILD SUCCESS bad2750ad28b10ac9b5d4ab351efc157e49e6b00
 2023-04-13  7:17 UTC 

[PATCH 1/2] blk-stat: fix QUEUE_FLAG_STATS clear
 2023-04-13  3:23 UTC  (5+ messages)
` [PATCH 2/2] blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOW

cgroup: Clarification around usage_in_bytes and its relation to the page counter
 2023-04-13  1:22 UTC 

[PATCH v4 0/5] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
 2023-04-12 19:23 UTC  (12+ messages)
` [PATCH v4 3/5] cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
` [PATCH v4 5/5] cgroup/cpuset: Optimize out unneeded cpuset_can_fork/cpuset_cancel_fork calls
  ` [PATCH v4 1/5] cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
  ` [PATCH v4 2/5] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
  ` [PATCH v4 4/5] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset

[syzbot] possible deadlock in static_key_slow_inc (2)
 2023-04-12 17:31 UTC  (3+ messages)
` [PATCH] cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex

[RFC PATCH 5/5] cgroup/cpuset: Extend test_cpuset_prs.sh to test isolcpus partition
 2023-04-12 15:37 UTC 

[RFC PATCH 4/5] cgroup/cpuset: Documentation update for the new "isolcpus" partition
 2023-04-12 15:37 UTC 

[RFC PATCH 3/5] cgroup/cpuset: Make isolated partition pull CPUs from isolcpus partition
 2023-04-12 15:37 UTC 

[RFC PATCH 2/5] cgroup/cpuset: Add a new "isolcpus" paritition root state
 2023-04-12 15:37 UTC 

[RFC PATCH 1/5] cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
 2023-04-12 15:37 UTC 

[PATCH] memcg: page_cgroup_ino() get memcg from the page's folio
 2023-04-12  0:34 UTC 

When processes are forked using clone3 to a cgroup in cgroup v2 with a specified cpuset.cpus, the cpuset.cpus doesn't take an effect to the new processes
 2023-04-11 15:37 UTC  (3+ messages)

[PATCH v4] mm: oom: introduce cpuset oom
 2023-04-11 15:08 UTC  (7+ messages)
  `  "
        `  "

[PATCH v5] mm: oom: introduce cpuset oom
 2023-04-11 13:45 UTC 

[PATCH] memcg: Default value setting in memcg-v1
 2023-04-11  9:10 UTC  (2+ messages)

[PATCH v2 0/3] blk-cgroup: some cleanup
 2023-04-10 22:20 UTC  (5+ messages)

[PATCH v3] mm: oom: introduce cpuset oom
 2023-04-10 16:26 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 NNTP newsgroup(s).