next-20250805: ampere: WARNING: kernel/cgroup/cpuset.c:1352 at remote_partition_disable
2025-09-02 18:47 UTC (4+ messages)
[PATCH] cpuset: prevent freeing unallocated cpumask in hotplug handling
2025-09-02 18:21 UTC (5+ messages)
[PATCH] cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
2025-09-02 18:15 UTC
[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
2025-09-02 17:20 UTC (32+ messages)
` [PATCH RFC v3 01/15] block: cleanup bio_issue
` [PATCH RFC v3 02/15] block: add QUEUE_FLAG_BIO_ISSUE
` [PATCH RFC v3 03/15] md: fix mssing blktrace bio split events
` [PATCH RFC v3 04/15] blk-crypto: fix missing processing for split bio
` [PATCH RFC v3 05/15] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v3 06/15] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v3 07/15] md/raid1: convert "
` [PATCH RFC v3 08/15] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH RFC v3 09/15] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH RFC v3 10/15] md/raid5: convert "
` [PATCH RFC v3 11/15] md/md-linear: "
` [PATCH RFC v3 12/15] blk-crypto: "
` [PATCH RFC v3 13/15] block: skip unnecessary checks for split bio
` [PATCH RFC v3 14/15] block: fix disordered IO in the case recursive split
` [PATCH RFC v3 15/15] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
[PATCH 07/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
2025-09-02 15:44 UTC (11+ 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
[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
2025-09-02 14:46 UTC (13+ messages)
` [PATCH RFC 4/7] md/raid10: convert read/write to use bio_submit_split()
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v3)
2025-09-02 14:23 UTC (18+ messages)
` [PATCH 01/15] mm: add gpu active/reclaim per-node stat counters (v2)
` [PATCH 02/15] drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)
` [PATCH 03/15] ttm/pool: port to list_lru. (v2)
` [PATCH 04/15] ttm/pool: drop numa specific pools
` [PATCH 05/15] ttm/pool: make pool shrinker NUMA aware
` [PATCH 06/15] ttm/pool: track allocated_pages per numa node
` [PATCH 07/15] memcg: add support for GPU page counters. (v3)
` [PATCH 08/15] ttm: add a memcg accounting flag to the alloc/populate APIs
` [PATCH 09/15] ttm/pool: initialise the shrinker earlier
` [PATCH 10/15] ttm: add objcg pointer to bo and tt
` [PATCH 11/15] ttm/pool: enable memcg tracking and shrinker. (v2)
` [PATCH 12/15] ttm: hook up memcg placement flags
` [PATCH 13/15] memcontrol: allow objcg api when memcg is config off
` [PATCH 14/15] amdgpu: add support for memory cgroups
` [PATCH 15/15] ttm: add support for a module option to disable memcg integration
[RFC 0/3] cgroups: Add support for pinned device memory
2025-09-02 13:42 UTC (11+ messages)
[PATCH -next RFC 00/11] Refactor cpus mask setting
2025-09-02 13:30 UTC (23+ 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
[RFC] cgroup: Avoid thousands of -Wflex-array-member-not-at-end warnings
2025-09-02 12:37 UTC (11+ messages)
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (20+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
2025-09-01 22:40 UTC (17+ messages)
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-09-01 19:53 UTC (5+ messages)
[PATCH RFC v2 00/10] block: fix disordered IO in the case recursive split
2025-09-01 6:51 UTC (28+ 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 v2 0/2] kernfs: Fix UAF in PSI polling when open file is released
2025-09-01 6:06 UTC (7+ messages)
` [PATCH v2 2/2] cgroup/psi: Set of->priv to NULL upon file release
[syzbot] [mm?] INFO: rcu detected stall in sys_madvise (2)
2025-08-31 2:33 UTC
[syzbot] Monthly cgroups report (Aug 2025)
2025-08-29 12:52 UTC
[tj-cgroup:for-6.18] BUILD REGRESSION 3b0dec689a6301845761681b852f9538cb75a1d2
2025-08-28 14:56 UTC
[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 (6+ messages)
` [PATCH -next v5 3/3] cpuset: add helpers for cpus read and cpuset_mutex locks
[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 (5+ messages)
` [PATCH cgroup/for-next 1/3] cgroup: remove redundancy online_cnt
[tj-cgroup:for-6.18] BUILD REGRESSION 2c98144fc832b35c4e9293a3bfc518608d6f5145
2025-08-26 18:47 UTC
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).