messages from 2026-09-04 22:47:29 to 2026-09-10 14:06:55 UTC [more...]
[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
2026-09-10 14:06 UTC (5+ messages)
[RFC PATCH v2 0/5] blk-iocost: BPF struct_ops cost model
2026-09-10 13:46 UTC (8+ messages)
` [RFC PATCH v2 1/5] blk-iocost: add BPF struct_ops cost model support
` [RFC PATCH v2 2/5] selftests/bpf: add iocost cost model test
` [RFC PATCH v2 3/5] blk-iocost: add iocost_ioc_tick tracepoint for per-period device summary
` [RFC PATCH v2 4/5] selftests/bpf: add multi-stream sequentiality example model
` [RFC PATCH v2 5/5] docs: cgroup-v2: document io.cost model=<name> binding
Path forward for Virtualized Swap?
2026-09-10 10:56 UTC (10+ messages)
[PATCH v4 0/7] cgroup/cpuset: Fix partition transitions and invalidation
2026-09-10 9:45 UTC (8+ messages)
` [PATCH v4 1/7] cgroup/cpuset: Factor out child partition validation
` [PATCH v4 2/7] cgroup/cpuset: Account for child CPU ownership in partition changes
` [PATCH v4 3/7] cgroup/cpuset: Release CPUs when type-change validation fails
` [PATCH v4 4/7] cgroup/cpuset: Fix child invalidation after parent CPU changes
` [PATCH v4 5/7] cgroup/cpuset: Fix isolation accounting on propagated invalidation
` [PATCH v4 6/7] cgroup/cpuset: Publish cpus_allowed before partition updates
` [PATCH v4 7/7] cgroup/cpuset: Publish exclusive_cpus "
[PATCH v3 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
2026-09-10 8:07 UTC (5+ messages)
` [PATCH v3 1/4] mm: memcontrol: drop kmemcg_id and use mem_cgroup_id() for list_lru indexing
` [PATCH v3 2/4] mm: list_lru: keep per-memcg lists with nokmem for NONSLAB-backed lrus
` [PATCH v3 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker
` [PATCH v3 4/4] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB
[PATCH v2 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
2026-09-10 7:46 UTC (12+ 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 v6 0/3] cgroup: dmem: add selftest helper and coverage
2026-09-10 6:50 UTC (7+ messages)
` [PATCH v6 1/3] selftests: cgroup: Add dmem_selftest helper module
` [PATCH v6 2/3] selftests: cgroup: Add KB() helper
` [PATCH v6 3/3] selftests: cgroup: Add dmem selftest coverage
[PATCH v3] cgroup: avoid flushing global workqueue in cgroup1_pidlist_destroy_all
2026-09-10 6:16 UTC (7+ messages)
[PATCH 0/4] blk-iocost: charge flushes and zone appends
2026-09-10 5:41 UTC (7+ 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 00/17] cgroup/cpuset: Fix partition CPU ownership and isolation accounting
2026-09-10 3:41 UTC (4+ messages)
` [PATCH 12/17] cgroup/cpuset: Invalidate children outside the new CPU mask
[PATCH v4 0/4] mm: workingset: fix the shadow node budget under MGLRU
2026-09-10 2:29 UTC (7+ 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
[syzbot] [mm?] [cgroups?] inconsistent lock state in fs_reclaim_acquire (4)
2026-09-09 22:45 UTC
[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
2026-09-09 18:26 UTC (6+ 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
` [PATCH v4 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v4 4/4] selftests/sched_ext: build BPF schedulers "
[PATCH v3] writeback, memcg: skip foreign dirty tracking for bdev inodes
2026-09-09 18:34 UTC (4+ messages)
` [External] "
[PATCH v2] sched: Account cgroup CPU time to the execution context
2026-09-09 17:48 UTC (5+ messages)
[tj-cgroup:for-7.4] BUILD SUCCESS c367ce5b31ffd4d958f3f6c5fe1c9e820dc9f526
2026-09-09 17:13 UTC
[PATCH] memcg: avoid charging the root memcg from obj_cgroup_charge_pages()
2026-09-09 16:31 UTC (3+ messages)
[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
2026-09-09 13:12 UTC (16+ 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
[PATCH v2 0/3] mm: page_counter: move hierarchical protection out of struct page_counter
2026-09-09 9:44 UTC (4+ messages)
` [PATCH v2 1/3] mm: page_counter: add page_counter_protection struct and init API
` [PATCH v2 2/3] mm: page_counter: track protection state in page_counter_protection
` [PATCH v2 3/3] mm: page_counter: drop protection fields from struct page_counter
[PATCH 0/3] mm: page_counter: move hierarchical protection out of struct page_counter
2026-09-09 8:08 UTC (4+ messages)
` [PATCH 1/3] mm: page_counter: add page_counter_protection struct and init API
` [PATCH 2/3] mm: page_counter: track protection state in page_counter_protection
` [PATCH 3/3] mm: page_counter: drop protection fields from struct page_counter
[PATCHSET cgroup/for-7.4] cgroup: Make the offline drain interruptible
2026-09-08 19:35 UTC (2+ 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 (14+ messages)
` [PATCH v3 1/7] cgroup/cpuset: Factor out child partition validation
[PATCH v5 0/7] move stock from mem_cgroup to page_counter
2026-09-08 1:23 UTC (14+ 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 (4+ 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 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 v3 0/3] mm: workingset: fix the shadow node budget under MGLRU
2026-09-07 8:39 UTC (6+ 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 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 (6+ 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 (3+ messages)
[PATCH v2] memcg: Don't call schedule_work when no spinning is allowed
2026-09-05 23:49 UTC (2+ 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
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;
as well as URLs for NNTP newsgroup(s).