messages from 2025-09-01 18:22:02 to 2025-09-08 09:28:24 UTC [more...]
[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-08 9:28 UTC (13+ messages)
[PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split
2025-09-08 1:32 UTC (28+ messages)
` [PATCH for-6.18/block 01/16] block: cleanup bio_issue
` [PATCH for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio()
` [PATCH for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
` [PATCH for-6.18/block 04/16] md: fix mssing blktrace bio split events
` [PATCH for-6.18/block 05/16] blk-crypto: fix missing "
` [PATCH for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset()
` [PATCH for-6.18/block 07/16] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH for-6.18/block 08/16] md/raid1: convert "
` [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH for-6.18/block 11/16] md/raid5: convert "
` [PATCH for-6.18/block 12/16] md/md-linear: "
` [PATCH for-6.18/block 13/16] blk-crypto: "
` [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH for-6.18/block 15/16] block: fix reordered IO in the case recursive split
` [PATCH for-6.18/block 16/16] 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-09-07 17:51 UTC (19+ messages)
[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
2025-09-07 13:10 UTC (2+ messages)
[tj-cgroup:for-next] BUILD SUCCESS 8bfb4580b4be057b99256029ce4010dc63544777
2025-09-07 3:49 UTC
[tj-cgroup:for-6.18] BUILD SUCCESS 4a3e62dfa7b79dc8f759219fe64318ff08e98013
2025-09-07 2:45 UTC
arm64/juno-r2: Kernel panic in cgroup_fj_stress.sh on next-20250904
2025-09-06 8:44 UTC (4+ messages)
[PATCH 0/2] cgroup: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-05 16:41 UTC (4+ messages)
` [PATCH 1/2] cgroup: replace use of system_wq with system_percpu_wq
` [PATCH 2/2] cgroup: WQ_PERCPU added to alloc_workqueue users
[PATCH] cgroup: replace global percpu_rwsem with signal_struct->group_rwsem when writing cgroup.procs/threads
2025-09-05 13:17 UTC (25+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH] mm/memcg: v1: account event registrations and drop world-writable cgroup.event_control
2025-09-05 9:38 UTC (4+ messages)
[PATCH] samples/cgroup: rm unused MEMCG_EVENTS macro
2025-09-04 23:55 UTC (2+ messages)
[tj-cgroup:for-6.18 17/17] kernel/cgroup/cgroup.c:3029:24: warning: unused variable 'ss'
2025-09-04 21:26 UTC (2+ messages)
` [PATCH cgroup/for-6.18] cgroup: Remove unused local variables from cgroup_procs_write_finish()
[RFC 0/3] cgroups: Add support for pinned device memory
2025-09-04 15:02 UTC (9+ messages)
[RFC v8 00/21] DRM scheduling cgroup controller
2025-09-04 12:08 UTC (23+ messages)
` [RFC 01/21] drm/sched: Add some scheduling quality unit tests
` [RFC 02/21] drm/sched: Add some more "
` [RFC 03/21] drm/sched: Implement RR via FIFO
` [RFC 04/21] drm/sched: Consolidate entity run queue management
` [RFC 05/21] drm/sched: Move run queue related code into a separate file
` [RFC 06/21] drm/sched: Free all finished jobs at once
` [RFC 07/21] drm/sched: Account entity GPU time
` [RFC 08/21] drm/sched: Remove idle entity from tree
` [RFC 09/21] drm/sched: Add fair scheduling policy
` [RFC 10/21] drm/sched: Break submission patterns with some randomness
` [RFC 11/21] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [RFC 12/21] drm/sched: Embed run queue singleton into the scheduler
` [RFC 13/21] cgroup: Add the DRM cgroup controller
` [RFC 14/21] cgroup/drm: Track DRM clients per cgroup
` [RFC 15/21] cgroup/drm: Add scheduling weight callback
` [RFC 16/21] cgroup/drm: Introduce weight based scheduling control
` [RFC 17/21] drm/sched: Add helper for tracking entities per client
` [RFC 18/21] drm/sched: Add helper for DRM cgroup controller weight notifications
` [RFC 19/21] drm/amdgpu: Register with the DRM scheduling cgroup controller
` [RFC 20/21] drm/xe: Allow changing GuC scheduling priority
` [RFC 21/21] drm/xe: Register with the DRM scheduling cgroup controller
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v3)
2025-09-04 11:29 UTC (22+ 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
[PATCH] cpuset: prevent freeing unallocated cpumask in hotplug handling
2025-09-04 9:37 UTC (6+ messages)
[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
2025-09-04 5:09 UTC (44+ 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 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] cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
2025-09-03 18:40 UTC (3+ messages)
[PATCH -next RFC 00/11] Refactor cpus mask setting
2025-09-03 0:51 UTC (6+ messages)
` [PATCH -next RFC 09/11] cpuset: refactor partition_cpus_change
next-20250805: ampere: WARNING: kernel/cgroup/cpuset.c:1352 at remote_partition_disable
2025-09-02 18:47 UTC (4+ messages)
[PATCH 26/33] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
2025-09-02 15:44 UTC (2+ messages)
[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()
[RFC] cgroup: Avoid thousands of -Wflex-array-member-not-at-end warnings
2025-09-02 12:37 UTC (7+ messages)
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (6+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-09-01 19:53 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- 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