cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 14:20:18 to 2024-06-28 16:15:18 UTC [more...]

[PATCH v3] cpuset: use Union-Find to optimize the merging of cpumasks
 2024-06-28 16:13 UTC  (19+ messages)
` [PATCH v4 v4 0/2] cpuset: use Union-Find to optimize
  ` [PATCH v4 v4 1/2] Union-Find: add a new module in kernel library
      ` [PATCH-cpuset v5 0/2] cpuset: use Union-Find to optimize
        ` [PATCH-cpuset v5 1/2] Union-Find: add a new module in kernel library
            ` [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-cpuset v5 "

[RFC PATCH 0/6] DRM resource management cgroup, try 2
 2024-06-28 14:04 UTC  (11+ 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 V4 1/2] cgroup/rstat: Helper functions for locking expose trylock
 2024-06-28 12:13 UTC  (7+ messages)
` [PATCH V4 2/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes

[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] blk-throttle: fix lower control under super low iops limit
 2024-06-28  3:34 UTC  (2+ 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 V4] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-06-28  1:36 UTC 

[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

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-06-26 16:40 UTC  (11+ messages)
` [RFC PATCH v1 1/4] Introducing qpw_lock() and per-cpu queue & flush work
` [RFC PATCH v1 2/4] swap: apply new queue_percpu_work_on() interface
` [RFC PATCH v1 3/4] memcontrol: "
` [RFC PATCH v1 4/4] slub: "

[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 

[PATCH RFC] cgroup/rstat: avoid thundering herd problem on root cgrp
 2024-06-21  7:35 UTC 

[PATCH v15 00/14] Add Cgroup support for SGX EPC memory
 2024-06-20 23:53 UTC  (11+ messages)
` [PATCH v15 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v15 10/14] x86/sgx: Implement async reclamation "
` [PATCH v15 12/14] x86/sgx: Turn on per-cgroup EPC reclamation

[PATCH 6.9 000/281] 6.9.6-rc1 review
 2024-06-20 19:31 UTC  (8+ 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).