cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-22 03:59:06 to 2024-07-01 20:53:37 UTC [more...]

[PATCH-cpuset v5 1/2] Union-Find: add a new module in kernel library
 2024-07-01 20:53 UTC  (14+ messages)
` [PATCH-cpuset v6 0/2] Add Union-Find and use it to optimize cpuset
  ` [PATCH-cpuset v6 1/2] Union-Find: add a new module in kernel library
  ` [PATCH-cpuset v6 2/2] cpuset: use Union-Find to optimize the merging of cpumasks
    ` [PATCH-cpuset v7 0/2] Add Union-Find and use it to optimize cpuset
      ` [PATCH-cpuset v7 1/2] Union-Find: add a new module in kernel library
      ` [PATCH-cpuset v7 2/2] cpuset: use Union-Find to optimize the merging of cpumasks
        ` [PATCH-cpuset v8 0/2] Add Union-Find and use it to optimize cpuset
          ` [PATCH-cpuset v8 1/2] Union-Find: add a new module in kernel library
          ` [PATCH-cpuset v8 2/2] cpuset: use Union-Find to optimize the merging of cpumasks

[PATCH -next] cgroup/misc: Introduce misc.peak
 2024-07-01 17:19 UTC  (3+ messages)

[PATCH -next] cgroup/rstat: add force idle show helper
 2024-07-01 17:16 UTC  (2+ messages)

[RFC PATCH 0/6] DRM resource management cgroup, try 2
 2024-07-01 17:01 UTC  (13+ messages)
` [RFC PATCH 1/6] mm/page_counter: Move calculating protection values to page_counter
` [RFC PATCH 2/6] drm/cgroup: Add memory accounting DRM cgroup
` [RFC PATCH 3/6] drm/ttm: Handle cgroup based eviction in TTM
` [RFC PATCH 4/6] drm/xe: Implement cgroup for vram
` [RFC PATCH 5/6] drm/amdgpu: Add cgroups implementation
` [RFC PATCH 6/6] drm/xe: Hack to test with mapped pages instead of vram

[PATCH] mm: remove CONFIG_MEMCG_KMEM
 2024-07-01 16:14 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 147b4f64b42f7709995c039703049ff9aea015e9
 2024-07-01  2:12 UTC 

[tj-cgroup:for-6.10-fixes] BUILD SUCCESS 1be59c97c83ccd67a519d8a49486b3a8a73ca28a
 2024-06-30 18:45 UTC 

[PATCH V4] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-06-30 18:00 UTC  (5+ messages)
    ` [V4] "

[PATCH V4 1/2] cgroup/rstat: Helper functions for locking expose trylock
 2024-06-28 22:15 UTC  (8+ messages)
` [PATCH V4 2/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes

[PATCH v2] blk-throttle: fix lower control under super low iops limit
 2024-06-28 20:55 UTC  (4+ messages)

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-06-28 18:47 UTC  (9+ messages)
` [RFC PATCH v1 4/4] slub: apply new queue_percpu_work_on() interface

[PATCH V5] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-28 10:12 UTC 

[PATCH -next] mm: memcg: adjust the warning when seq_buf overflows
 2024-06-28  8:15 UTC  (5+ messages)

[PATCH -next] mm: memcg: remove redundant seq_buf_has_overflowed()
 2024-06-28  7:09 UTC  (12+ messages)

unexpected CPU pressure measurements when applying cpu.max control
 2024-06-28  4:31 UTC  (3+ messages)

[PATCH v2] block: flush all throttled bios when deleting the cgroup
 2024-06-28  3:32 UTC  (4+ messages)

[PATCH] blk-cgroup: don't clear stat in blkcg_reset_stats()
 2024-06-28  3:22 UTC  (6+ messages)

[PATCH] block: cancel all throttled bios when deleting the cgroup
 2024-06-28  2:04 UTC  (5+ messages)

[PATCH V3 1/2] cgroup/rstat: Helper functions for locking expose trylock
 2024-06-27 19:18 UTC  (6+ messages)
` [PATCH V3 2/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes

[syzbot] [cgroups?] BUG: sleeping function called from invalid context in cgroup_rstat_flush
 2024-06-27 19:09 UTC  (3+ messages)

[PATCH V3] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-06-27 18:37 UTC  (6+ messages)

[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-27 10:36 UTC  (24+ messages)

[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-26 18:07 UTC  (31+ messages)
` [PATCH v2 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v2 02/14] mm: memcg: move soft limit reclaim code to memcontrol-v1.c
` [PATCH v2 03/14] mm: memcg: rename soft limit reclaim-related functions
` [PATCH v2 04/14] mm: memcg: move charge migration code to memcontrol-v1.c
` [PATCH v2 05/14] mm: memcg: rename charge move-related functions
` [PATCH v2 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c
` [PATCH v2 07/14] mm: memcg: rename memcg_check_events()
` [PATCH v2 08/14] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
` [PATCH v2 09/14] mm: memcg: rename memcg_oom_recover()
` [PATCH v2 10/14] mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
` [PATCH v2 11/14] mm: memcg: make memcg1_update_tree() static
` [PATCH v2 12/14] mm: memcg: group cgroup v1 memcg related declarations
` [PATCH v2 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
` [PATCH v2 14/14] MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files

[PATCH v5 0/2] vfio/pci: add msi interrupt affinity support
 2024-06-26 11:49 UTC  (4+ messages)

[PATCH V2] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-06-26  6:09 UTC  (4+ messages)

[PATCH -next] cgroup: fix uaf when proc_cpuset_show
 2024-06-25 14:29 UTC  (16+ messages)
  ` [PATCH] cgroup/cpuset: Prevent UAF in proc_cpuset_show()

MGLRU OOM problem
 2024-06-24 17:32 UTC 

[PATCH] memcg: Add a new sysctl parameter for automatically setting memory.high
 2024-06-24 17:05 UTC  (7+ messages)

[PATCH v1] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-24 10:49 UTC  (6+ messages)

[syzbot] [cgroups?] KASAN: invalid-free in build_sched_domains
 2024-06-23 16:54 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD REGRESSION 1c0be3f7b2f0dcca5dd237233f02a44e7af8c23a
 2024-06-23  2:18 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).