cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 20:45:23 to 2025-08-30 04:38:48 UTC [more...]

[PATCH RFC v2 00/10] block: fix disordered IO in the case recursive split
 2025-08-30  4:38 UTC  (26+ messages)
` [PATCH RFC v2 01/10] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v2 02/10] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v2 03/10] md/raid1: convert "
` [PATCH RFC v2 04/10] md/raid10: convert read/write "
` [PATCH RFC v2 05/10] md/raid5: convert "
` [PATCH RFC v2 06/10] md/md-linear: "
` [PATCH RFC v2 07/10] blk-crypto: "
` [PATCH RFC v2 08/10] block: skip unnecessary checks for split bio
` [PATCH RFC v2 09/10] block: fix disordered IO in the case recursive split
` [PATCH RFC v2 10/10] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-08-30  4:05 UTC  (18+ messages)

[PATCH -next RFC 00/11] Refactor cpus mask setting
 2025-08-30  2:01 UTC  (22+ messages)
` [PATCH -next RFC 01/11] cpuset: move the root cpuset write check earlier
` [PATCH -next RFC 02/11] cpuset: remove unused assignment to trialcs->partition_root_state
` [PATCH -next RFC 03/11] cpuset: change return type of is_partition_[in]valid to bool
` [PATCH -next RFC 04/11] cpuset: Refactor exclusive CPU mask computation logic
` [PATCH -next RFC 05/11] cpuset: refactor CPU mask buffer parsing logic
` [PATCH -next RFC 06/11] cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
` [PATCH -next RFC 07/11] cpuset: refactor out invalidate_cs_partition
` [PATCH -next RFC 08/11] cpuset: refactor acpus_validate_change
` [PATCH -next RFC 09/11] cpuset: refactor partition_cpus_change
` [PATCH -next RFC 10/11] cpuset: use parse_cpulist for setting cpus.exclusive
` [PATCH -next RFC 11/11] cpuset: use partition_cpus_change for setting exclusive cpus

[PATCH 07/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
 2025-08-29 15:48 UTC  (8+ messages)
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 17/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 26/33] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH 28/33] kthread: Honour kthreads preferred affinity after cpuset changes

[syzbot] Monthly cgroups report (Aug 2025)
 2025-08-29 12:52 UTC 

[RFC 0/3] cgroups: Add support for pinned device memory
 2025-08-28 20:58 UTC  (3+ messages)

[tj-cgroup:for-6.18] BUILD REGRESSION 3b0dec689a6301845761681b852f9538cb75a1d2
 2025-08-28 14:56 UTC 

[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
 2025-08-28 14:38 UTC  (11+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 1d2e0155ecc622130754bb7f917c3679ab38d769
 2025-08-28 13:59 UTC 

[PATCH] cgroup/dmem: Fix spelling error in dmem.c
 2025-08-28  3:02 UTC 

[PATCH v4] memcg: Don't wait writeback completion when release memcg
 2025-08-27 21:25 UTC  (2+ messages)

[PATCH v3] memcg: Don't wait writeback completion when release memcg
 2025-08-27 20:49 UTC  (3+ messages)
  ` [External] "

unexpected behaviour of cgroups v1 on 6.12 kernel
 2025-08-27 17:16 UTC  (3+ messages)

[PATCH v2] memcg: Don't wait writeback completion when release memcg
 2025-08-27 16:47 UTC  (3+ messages)
  ` [External] "

[PATCH] selftests: cgroup: Make test_pids backwards compatible
 2025-08-27 16:09 UTC  (2+ messages)

[PATCH -next v5 0/3] some optimization for cpuset
 2025-08-27  8:46 UTC  (10+ messages)
` [PATCH -next v5 1/3] cpuset: decouple tmpmasks and cpumasks freeing in cgroup
` [PATCH -next v5 2/3] cpuset: separate tmpmasks and cpuset allocation logic
` [PATCH -next v5 3/3] cpuset: add helpers for cpus read and cpuset_mutex locks

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-08-27  7:31 UTC  (27+ messages)
` [PATCH RFC 1/7] block: export helper bio_submit_split()
` [PATCH RFC 2/7] md/raid0: convert raid0_handle_discard() to use bio_submit_split()
` [PATCH RFC 3/7] md/raid1: convert "
` [PATCH RFC 4/7] md/raid10: convert read/write "
` [PATCH RFC 5/7] md/raid5: convert "
` [PATCH RFC 6/7] md/md-linear: "
` [PATCH RFC 7/7] block: fix disordered IO in the case recursive split

[PATCH v5] sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
 2025-08-27  2:22 UTC 

[PATCH cgroup/for-next 0/3] Improve clarity of cgroup destruction process
 2025-08-27  0:59 UTC  (7+ messages)
` [PATCH cgroup/for-next 1/3] cgroup: remove redundancy online_cnt
` [PATCH cgroup/for-next 2/3] cgroup: add css_free helper
` [PATCH cgroup/for-next 3/3] cgroup: rename css offline related functions

[tj-cgroup:for-6.18] BUILD REGRESSION 2c98144fc832b35c4e9293a3bfc518608d6f5145
 2025-08-26 18:47 UTC 

[PATCH v4] sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
 2025-08-26 17:07 UTC  (2+ messages)

[PATCH v2] sched/core: Mask out offline CPUs when user_cpus_ptr is used
 2025-08-26 16:06 UTC  (6+ messages)
` [PATCH v3] sched/core: Skip user_cpus_ptr masking if no online CPU left

[tj-cgroup:for-next] BUILD SUCCESS 04a4d6c24eef8a1fc89d8b6129ac00ca2f638aff
 2025-08-26 15:00 UTC 

next-20250805: ampere: WARNING: kernel/cgroup/cpuset.c:1352 at remote_partition_disable
 2025-08-26 14:25 UTC  (2+ messages)

[PATCH v5 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
 2025-08-26 13:01 UTC  (2+ messages)

[PATCH v3] sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
 2025-08-26  8:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-25 21:00 UTC  (12+ messages)
` [PATCH v4 1/2] cgroup: cgroup.stat.local time accounting
` [PATCH v4 2/2] cgroup: selftests: Add tests for freezer time

[PATCH 0/3] memcg, writeback: Don't wait writeback completion
 2025-08-25 19:06 UTC  (23+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
    ` [External] "
  ` [External] Re: [PATCH 0/3] memcg, writeback: Don't wait writeback completion

[PATCH] cgroup: Fix 64-bit division in cgroup.stat.local
 2025-08-25 18:18 UTC  (2+ messages)

[PATCH v2 0/2] kernfs: Fix UAF in PSI polling when open file is released
 2025-08-25 17:32 UTC  (9+ messages)
` [PATCH v2 1/2] kernfs: Fix UAF in "
` [PATCH v2 2/2] cgroup/psi: Set of->priv to NULL upon file release

[PATCH v2] sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
 2025-08-25  9:50 UTC  (3+ messages)

[PATCH -next v4 0/3] some optimization for cpuset
 2025-08-25  0:52 UTC  (9+ messages)
` [PATCH -next v4 1/3] cpuset: decouple tmpmasks and cpumasks freeing in cgroup
` [PATCH -next v4 2/3] cpuset: separate tmpmasks and cpuset allocation logic
` [PATCH -next v4 3/3] cpuset: add helpers for cpus read and cpuset_mutex locks

[tj-cgroup:for-next] BUILD SUCCESS 7482923dbaf29bc15ab87e3c3eb9a79fb3debd8b
 2025-08-23 18:04 UTC 

[tj-cgroup:for-6.18] BUILD REGRESSION 7b281a4582c4408add22cc99f221886b50dd0548
 2025-08-23 17:56 UTC 

[tj-cgroup:for-6.17-fixes] BUILD SUCCESS 94a4acfec14615e971eb2c9e1fa6c992c85ff6c6
 2025-08-23 15:03 UTC 

[PATCH v5] cgroup: split cgroup_destroy_wq into 3 workqueues
 2025-08-23  0:23 UTC  (5+ messages)
` [PATCH v6] "

[tj-cgroup:for-6.18 7/8] kernel/cgroup/cgroup.c:3781:undefined reference to `__aeabi_uldivmod'
 2025-08-22 22:45 UTC 

[PATCH] kernfs: Fix UAF in PSI polling when open file is released
 2025-08-22  1:57 UTC  (4+ messages)

[PATCH] Documentation: Fix documentation typos
 2025-08-21 21:34 UTC  (3+ messages)

[GIT PULL] cgroup: Fixes for v6.17-rc2
 2025-08-21 20:45 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).