cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 12:53:41 to 2024-06-27 11:20:59 UTC [more...]

[PATCH -next] mm: memcg: remove redundant seq_buf_has_overflowed()
 2024-06-27 11:20 UTC  (4+ messages)

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

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

[PATCH V3] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-06-27  9:46 UTC  (4+ messages)

[PATCH] blk-cgroup: don't clear stat in blkcg_reset_stats()
 2024-06-27  9:08 UTC 

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

unexpected CPU pressure measurements when applying cpu.max control
 2024-06-25 23:53 UTC 

[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()

[PATCH] block: cancel all throttled bios when deleting the cgroup
 2024-06-25 11:38 UTC  (3+ messages)

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)

[PATCH v3] cpuset: use Union-Find to optimize the merging of cpumasks
 2024-06-23  2:39 UTC  (16+ 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 v5 "
  ` [PATCH v4 v4 "

[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  (25+ messages)
` [PATCH v15 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v15 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v15 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v15 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v15 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v15 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v15 09/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v15 10/14] x86/sgx: Implement async reclamation for cgroup
` [PATCH v15 11/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v15 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v15 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v15 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH 6.9 000/281] 6.9.6-rc1 review
 2024-06-20 19:31 UTC  (8+ messages)

[PATCH RFC v2 0/7] blk-iocost: support to build iocost as kernel module
 2024-06-20  6:48 UTC  (13+ messages)
` [PATCH RFC v2 1/7] blk-cgroup: add a new helper pr_cont_blkg_path()
` [PATCH RFC v2 2/7] cgroup: export cgroup_parse_float
` [PATCH RFC v2 3/7] block: export some API
` [PATCH RFC v2 4/7] blk-iocost: factor out helpers to handle params from ioc_qos_write()
` [PATCH RFC v2 5/7] blk-iocost: parse params before initializing iocost
` [PATCH RFC v2 6/7] blk-iocost: support to free iocost
` [PATCH RFC v2 7/7] blk-iocost: support to build iocost as kernel module

[PATCH-cgroup v2 0/5] cgroup/cpuset: Fix miscellaneous issues
 2024-06-19 17:38 UTC  (7+ messages)
` [PATCH-cgroup v2 1/5] cgroup/cpuset: Fix remote root partition creation problem
` [PATCH-cgroup v2 2/5] selftest/cgroup: Fix test_cpuset_prs.sh problems reported by test robot
` [PATCH-cgroup v2 3/5] cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
` [PATCH-cgroup v2 4/5] cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus
` [PATCH-cgroup v2 5/5] selftest/cgroup: Update test_cpuset_prs.sh to match changes

[PATCH 0/1] cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()
 2024-06-19 17:33 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3 -next] mm/hugetlb_cgroup: register lockdep key for cftype
 2024-06-19 16:29 UTC  (3+ messages)

[PATCH v6 0/2] vfio/pci: add interrupt affinity support
 2024-06-18 20:29 UTC  (3+ messages)
` [PATCH v6 2/2] "

[PATCH -next] block, bfq: remove blkg_path()
 2024-06-18 15:23 UTC  (3+ messages)

[PATCH v2] blk-throttle: fix lower control under super low iops limit
 2024-06-18  6:21 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).