cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-13 06:52:00 to 2025-01-24 23:56:09 UTC [more...]

[PATCH 00/20] Add support for shared PTEs across processes
 2025-01-24 23:54 UTC  (7+ messages)
` [PATCH 02/20] mm/mshare: pre-populate msharefs with information file
` [PATCH 04/20] mm/mshare: allocate an mm_struct for msharefs files
` [PATCH 06/20] mm/mshare: Add a vma flag to indicate an mshare region
` [PATCH 07/20] mm/mshare: Add mmap support
` [PATCH 09/20] sched/numa: do not scan msharefs vmas
` [PATCH 10/20] mm: add mmap_read_lock_killable_nested()

[PATCH 0/3] Fix and cleanup and extend cpu.stat
 2025-01-24 23:49 UTC  (13+ messages)
` [PATCH 1/3] cgroup/rstat: Fix forceidle time in cpu.stat
    `  "
` [PATCH 2/3] cgroup/rstat: Cleanup cpu.stat once for all
` [PATCH 3/3] cgroup/rstat: Add run_delay accounting for cgroups

[PATCH v4 0/6] kernfs: Use RCU to access kernfs_node::{parent|name}
 2025-01-24 23:41 UTC  (13+ messages)
` [PATCH v4 1/6] kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn()
` [PATCH v4 2/6] kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry()
` [PATCH v4 3/6] kernfs: Acquire kernfs_rwsem in kernfs_node_dentry()
` [PATCH v4 4/6] kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir()
` [PATCH v4 5/6] kernfs: Use RCU to access kernfs_node::parent
` [PATCH v4 6/6] kernfs: Use RCU to access kernfs_node::name

[PATCH v3] cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.c
 2025-01-24 22:02 UTC  (3+ messages)

Maybe a race window in cgroup.kill?
 2025-01-24 21:33 UTC 

[PATCH -v4 next 0/4] Some cleanup for memcg
 2025-01-24 19:57 UTC  (7+ messages)
` [PATCH -v4 next 1/4] memcg: use OFP_PEAK_UNSET instead of -1
` [PATCH -v4 next 2/4] memcg: call the free function when allocation of pn fails
` [PATCH -v4 next 3/4] memcg: factor out the replace_stock_objcg function
` [PATCH -v4 next 4/4] memcg: add CONFIG_MEMCG_V1 for 'local' functions

[PATCH] mm: memcontrol: move memsw charge callbacks to v1
 2025-01-24 15:54 UTC  (3+ messages)

[PATCH] cgroup/dmem: Don't clobber pool in dmem_cgroup_calculate_protection
 2025-01-24  9:56 UTC  (6+ messages)

[PATCH v3 next 0/5] Some cleanup for memcg
 2025-01-24  7:42 UTC  (16+ messages)
` [PATCH v3 next 1/5] memcg: use OFP_PEAK_UNSET instead of -1
` [PATCH v3 next 2/5] memcg: call the free function when allocation of pn fails
` [PATCH v3 next 3/5] memcg: factor out the replace_stock_objcg function
` [PATCH v3 next 4/5] memcg: factor out stat(event)/stat_local(event_local) reading functions
` [PATCH v3 next 5/5] memcg: move the 'local' functions to memcontrol-v1.c

[PATCH 1/2] mm: memcontrol: unshare v2-only charge API bits again
 2025-01-24  4:38 UTC  (2+ messages)
` [PATCH 2/2] mm: memcontrol: move stray ratelimit bits to v1

[syzbot] Monthly cgroups report (Jan 2025)
 2025-01-23 13:03 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 4a6780a30e86cde7756954981db9e6aec285793d
 2025-01-22 20:02 UTC 

[RFC PATCH v1] Add kthreads_update_affinity()
 2025-01-22 17:11 UTC  (2+ messages)

[syzbot] [cgroups?] possible deadlock in console_lock_spinning_enable (5)
 2025-01-21 18:29 UTC  (2+ messages)

[tj-cgroup:for-next 5/5] kernel/cgroup/cpuset-v1.c:397:18: error: implicit declaration of function 'cgroup_path_ns_locked'; did you mean 'cgroup_path_ns'?
 2025-01-20 15:01 UTC  (4+ messages)

[PATCH] mm: memcg supports freeing the specified zone's memory
 2025-01-20  9:40 UTC  (8+ messages)

[tj-cgroup:for-next 5/5] kernel/cgroup/cpuset-v1.c:397:11: error: call to undeclared function 'cgroup_path_ns_locked'; ISO C99 and later do not support implicit function declarations
 2025-01-17 20:59 UTC 

[PATCH bpf-next v5 4/7] memcg: Use trylock to access memcg stock_lock
 2025-01-17 17:36 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.c
 2025-01-17 16:08 UTC  (9+ messages)
          ` [PATCH v2] "

[PATCH v3] memcg: fix soft lockup in the OOM process
 2025-01-17  6:59 UTC  (11+ messages)

[PATCH] Documentation/cgroup-v2: Update memory.numa_stat description to reflect possible units
 2025-01-17  3:09 UTC  (8+ messages)
` [PATCH v2] Documentation/cgroup-v2: Update memory.{stat,numa_stat} "

[PATCH 0/9 RFC] cgroup: separate rstat trees
 2025-01-16 19:03 UTC  (11+ messages)

[PATCH v3] kernfs: Use RCU for kernfs_node::name and ::parent lookup
 2025-01-16 17:32 UTC  (5+ messages)

[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
 2025-01-16 15:55 UTC  (13+ messages)
  ` [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug

[LTP] Issue faced in memcg_stat_rss while running mainline kernels between 6.7 and 6.8
 2025-01-16 10:35 UTC  (7+ messages)

(no subject)
 2025-01-16  5:14 UTC 

[PATCH -v2 next 0/4] Some cleanup for memcg
 2025-01-16  1:21 UTC  (12+ messages)
` [PATCH -v2 next 1/4] memcg: use OFP_PEAK_UNSET instead of -1
` [PATCH -v2 next 2/4] memcg: call the free function when allocation of pn fails
` [PATCH -v2 next 3/4] memcg: factor out the replace_stock_objcg function
` [PATCH -v2 next 4/4] memcg: factor out stat(event)/stat_local(event_local) reading functions

[PATCH v17 00/16] Add Cgroup support for SGX EPC memory
 2025-01-15 20:16 UTC  (2+ messages)

[PATCH v2] memcg: allow exiting tasks to write back data to swap
 2025-01-15 19:41 UTC  (17+ messages)

[PATCH v2] cgroup/cpuset: call fmeter_init() when cpuset.memory_pressure disabled
 2025-01-15 15:38 UTC  (3+ messages)

[PATCH 5.10/5.15] blk-cgroup: Fix UAF in blkcg_unpin_online()
 2025-01-15  9:37 UTC 

[PATCH 1/4] cgroup/dmem: Select PAGE_COUNTER
 2025-01-15  8:50 UTC  (9+ messages)
` [PATCH 2/4] cgroup/dmem: Fix parameters documentation
` [PATCH 3/4] drm/doc: Include new drm-compute documentation
` [PATCH 4/4] doc/cgroup: Fix title underline length

[PATCH -next] kernel/cgroup: Remove the unused variable climit
 2025-01-15  8:50 UTC  (5+ messages)

[PATCH v8 resend 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
 2025-01-15  2:58 UTC  (6+ messages)
` [PATCH v8 4/4] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING

[tj-cgroup:for-next] BUILD SUCCESS ca3957ef3f806b3aa241e1b228712d63d2264219
 2025-01-14 19:26 UTC 

[PATCH v2 1/7] kernel/cgroup: Add "dmem" memory accounting cgroup
 2025-01-14 18:01 UTC  (4+ messages)
` [PATCH v2.1 1/1] "

[RFC PATCH 0/9 v2] cgroup: separate per-subsystem rstat trees
 2025-01-13 19:14 UTC  (4+ messages)

[PATCH] cgroup: update comment about dropping cgroup kn refs
 2025-01-13 18:26 UTC  (4+ messages)

[PATCH] blk-cgroup: rwstat: fix kernel-doc warnings in header file
 2025-01-13 14:47 UTC  (2+ messages)

[PATCH] blk-cgroup: fix kernel-doc warnings in header file
 2025-01-13 14:47 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).