cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-03 20:29:26 to 2026-09-08 23:56:19 UTC [more...]

[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
 2026-09-08 23:55 UTC  (3+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v4 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush

[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
 2026-09-08 20:31 UTC  (15+ messages)
` [RFC PATCH 1/8] blk-iocost: add iocost_ioc_tick tracepoint for per-period device summary
` [RFC PATCH 2/8] blk-iocost: define iocost_model_ops cost model interface
` [RFC PATCH 3/8] blk-iocost: implement BPF struct_ops registration
` [RFC PATCH 4/8] blk-iocost: dispatch cost calculation to registered BPF model
` [RFC PATCH 5/8] blk-iocost: add ctrl=bpf per-device opt-in
` [RFC PATCH 6/8] selftests/bpf: add iocost cost model test
` [RFC PATCH 7/8] selftests/bpf: add multi-stream sequentiality example model
` [RFC PATCH 8/8] docs: cgroup-v2: document io.cost ctrl=bpf option

[PATCHSET cgroup/for-7.4] cgroup: Make the offline drain interruptible
 2026-09-08 19:35 UTC  (2+ messages)

Path forward for Virtualized Swap?
 2026-09-08 18:30 UTC  (6+ messages)

[PATCH v3] cgroup: avoid flushing global workqueue in cgroup1_pidlist_destroy_all
 2026-09-08 16:41 UTC  (4+ messages)

[PATCH v2 00/11] mm: memcontrol: constify the read side of the memcg API
 2026-09-08 15:57 UTC  (12+ messages)
` [PATCH v2 01/11] mm: memcontrol: take a const folio in folio_memcg() and friends
` [PATCH v2 02/11] mm: memcontrol: constify obj_cgroup_memcg() "
` [PATCH v2 03/11] mm: memcontrol: constify the lruvec helpers
` [PATCH v2 04/11] mm/page_io: take a const folio in bio_associate_blkg_from_folio()
` [PATCH v2 05/11] mm: memcontrol: constify the mem_cgroup accessors
` [PATCH v2 06/11] mm: page_counter: constify page_counter_read() and page_counter_margin()
` [PATCH v2 07/11] mm: memcontrol: constify the reclaim protection helpers
` [PATCH v2 08/11] mm: memcontrol: constify the memcg and lruvec stat readers
` [PATCH v2 09/11] mm: memcontrol: constify the swap accounting helpers
` [PATCH v2 10/11] mm: memcontrol: constify mem_cgroup_swappiness() and mem_cgroup_get_max()
` [PATCH v2 11/11] mm: memcontrol: constify the zswap and socket pressure helpers

[PATCH v2] cgroup: Avoid iteration of dying tasks with zero refcount
 2026-09-08 15:55 UTC  (2+ messages)

[PATCH v3 0/7] cgroup/cpuset: Fix partition type transitions
 2026-09-08 12:25 UTC  (16+ messages)
` [PATCH v3 1/7] cgroup/cpuset: Factor out child partition validation

[PATCH v4 0/4] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-08  3:41 UTC  (5+ messages)
` [PATCH v4 1/4] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v4 2/4] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v4 3/4] mm: memcg: skip the RCU lock when the memcg is not dying
` [PATCH v4 4/4] mm: memcg: reparent non-hierarchical lruvec stats on cgroup v2

[PATCH 0/4] blk-iocost: charge flushes and zone appends
 2026-09-08  2:21 UTC  (5+ messages)
` [PATCH 1/4] blk-iocost: charge flushes as pageless random writes
` [PATCH 2/4] blk-iocost: charge zone appends as page-counted sequential writes
` [PATCH 3/4] blk-iocost: account zone append completions in latency stats
` [PATCH 4/4] blk-iocost: fix stale comment in ioc_rqos_throttle()

[PATCH v5 0/7] move stock from mem_cgroup to page_counter
 2026-09-08  1:23 UTC  (15+ messages)
` [PATCH v5 1/7] mm/memcontrol: flatten try_charge_memcg control flow
` [PATCH v5 2/7] mm/page_counter: report the number of pages charged
` [PATCH v5 3/7] mm/page_counter: introduce per-page_counter stock
` [PATCH v5 4/7] mm/page_counter: use stock in page_counter_try_charge
` [PATCH v5 5/7] mm/page_counter: introduce an asynchronous drainer

[PATCH v2] cgroup: Avoid iteration of dying tasks with zero refcount
 2026-09-07 17:07 UTC  (2+ messages)

[PATCH] cgroup: Avoid iteration of dying tasks with zero refcount
 2026-09-07 15:43 UTC 

[RFC PATCH v1] mm: memcg: skip frozen folios in page_cgroup_ino()
 2026-09-07 12:40 UTC 

[PATCH] mm: memcontrol: fix compilation
 2026-09-07 14:14 UTC 

[PATCH 1/2] sched/fair: Reset incompatible burst on quota change
 2026-09-07 14:06 UTC  (7+ messages)
` [PATCH v2 0/3] sched/fair: remove quota/burst write-order dependency
  ` [PATCH v2 1/3] sched/fair: Remove the write-order dependency between cpu.max and cpu.max.burst
  ` [PATCH v2 2/3] selftests: cgroup: Test CPU quota and burst write order
  ` [PATCH v2 3/3] Documentation: describe CPU quota and burst ordering

[PATCH RFC v2 0/6] mm/memcg: move memcgid refcount to objcg to unpin dying memcgs
 2026-09-07 12:08 UTC  (18+ messages)
` [PATCH RFC v2 2/6] mm/memcg: get memcgid reference only after swap charging success
` [PATCH RFC v2 3/6] mm/memcg: pass the id itself instead of memcg for putting ID
` [PATCH RFC v2 4/6] mm/memcg: return the memcg when putting memcgid
` [PATCH RFC v2 5/6] mm/memcg: move memcg private ID refcount to objcg
` [PATCH RFC v2 6/6] mm/memcg: filter out reparented memcgs got from memcgid

[PATCH v2 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
 2026-09-07 11:33 UTC  (6+ messages)
` [PATCH v2 1/4] mm: memcontrol: drop kmemcg_id and use the memcg ID for list_lru indexing
` [PATCH v2 2/4] mm: list_lru: keep per-memcg lists with nokmem for NONSLAB-backed lrus
` [PATCH v2 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker
` [PATCH v2 4/4] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB

[PATCH v3 0/3] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-07  8:39 UTC  (7+ messages)
` [PATCH v3 1/3] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v3 2/3] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v3 3/3] mm: memcg: skip the RCU lock when the memcg is not dying

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-07  6:02 UTC  (10+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH v4 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
 2026-09-07  2:54 UTC  (3+ messages)
` [PATCH v4 1/2] mm/page_counter: avoid integer overflow in effective_protection()
` [PATCH v4 2/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim

[PATCH v3 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
 2026-09-07  2:08 UTC  (8+ messages)
` [PATCH v3 1/2] mm/page_counter: avoid integer overflow in effective_protection()

[PATCH v3] mm/memcontrol: skip non-hierarchical memcg-wide stats when v1 is unavailable
 2026-09-06  9:05 UTC  (4+ messages)

[PATCH v2] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-05 23:49 UTC  (6+ messages)

[PATCH 0/6] memcg: group struct fields by access pattern
 2026-09-05 23:34 UTC  (8+ messages)
` [PATCH 1/6] memcg: move per-node objcg to the read-mostly fields
` [PATCH 2/6] memcg: split mem_cgroup_private_id into two fields
` [PATCH 3/6] memcg: group the write-hot fields of struct mem_cgroup
` [PATCH 4/6] memcg: group the cold "
` [PATCH 5/6] memcg: group the read-mostly "
` [PATCH 6/6] memcg: group the fields of struct mem_cgroup_per_node

[tj-cgroup:for-7.4] BUILD SUCCESS 93fccdb0456d963f0a7c515562eaf53dfe07f9c7
 2026-09-05 19:56 UTC 

[PATCH v6 0/6] mm/mglru: clean up folio counters and flag usage
 2026-09-05 17:31 UTC  (8+ messages)
` [PATCH v6 1/6] mm/memcontrol: move the lru_zone_size sanity check to the reader side
` [PATCH v6 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v6 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v6 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v6 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH v6 6/6] mm/mglru: fix potential generation folio number leak

[tj-cgroup:cgroup-drain-interruptible] BUILD SUCCESS 18b1d3778d376a8aeae753e1dafcce5ee77d5da2
 2026-09-05 15:03 UTC 

[PATCH] blk-throttle: reject IOPS limits above UINT_MAX for legacy interface
 2026-09-05 13:09 UTC  (2+ messages)

[PATCH v2] writeback, memcg: skip foreign dirty tracking for bdev inodes
 2026-09-05 11:35 UTC  (9+ messages)
  ` [External] "

[PATCH] memcg: fix typo "memroy" in comment
 2026-09-05  0:42 UTC  (2+ messages)

[PATCH v6 0/3] selftests/cgroup: fixes for test_zswap on single core VM
 2026-09-04 22:45 UTC  (4+ messages)
` [PATCH v6 1/3] selftests/cgroup: test_zswap: wait for cgroup to unpopulate in test_zswap_writeback
` [PATCH v6 2/3] selftests/cgroup: convert cg_read_key_*() helpers to s64
` [PATCH v6 3/3] selftests/cgroup: test_zswap: fix implicit unsigned promotion bug in test_no_kmem_bypass

[PATCH 00/11] mm: memcontrol: constify the read side of the memcg API
 2026-09-04 21:42 UTC  (5+ messages)
` [PATCH 03/11] mm: memcontrol: constify the lruvec helpers
` [PATCH 08/11] mm: memcontrol: constify the memcg and lruvec stat readers

[PATCH] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-04 17:58 UTC  (10+ messages)

[PATCH 0/2] mm: memcg: settle memory.high debt for non-blocking THP charges
 2026-09-04 15:10 UTC  (6+ messages)
` [PATCH 1/2] mm: memcg: settle memory.high debt after THP faults with non-blocking gfp
` [PATCH 2/2] mm: memcg: settle memory.high debt after large folio swapin

[PATCH 1/3] drm: fix typos in comments
 2026-09-04 13:19 UTC  (5+ messages)

[PATCH] block: fix typos in comments
 2026-09-04 10:54 UTC 

[PATCH v2 0/3] drop BUG_ON() NULL checks in namespace copy helpers
 2026-09-04 10:48 UTC  (2+ messages)
` (subset) "

[PATCH v2] blk-cgroup: show io.stat numbers for discard-only cgroups
 2026-09-04  7:16 UTC 

[PATCH v2] blk-cgroup: avoid 32-bit overflow in root io.stat byte accounting
 2026-09-04  7:14 UTC 

[PATCH v3] block/blk-iolatency: fix always-zero cur_stat mean on non-SSD
 2026-09-04  6:54 UTC 

[RFC 0/2] mm: add explicit goals to memcg memory.reclaim
 2026-09-04  6:51 UTC  (3+ messages)
` [RFC 1/2] mm: add goal=evict to memory.reclaim
` [RFC 2/2] mm: add goal=demote "

[PATCH v2] sched: Account cgroup CPU time to the execution context
 2026-09-04  6:37 UTC  (2+ messages)

[PATCH v2] blk-cgroup: remove unused blk_queue_for_each_rl stub
 2026-09-04  5:37 UTC 

[PATCH v6] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-09-04  3:31 UTC 

[PATCH v5] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-09-04  3:24 UTC  (3+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-09-04  3:18 UTC  (6+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH] mm/hugetlb: charge folios to the target mm's memcg
 2026-09-04  2:27 UTC  (2+ messages)

[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
 2026-09-03 22:33 UTC  (4+ 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).