messages from 2025-03-13 09:09:50 to 2025-03-27 01:24:52 UTC [more...]
[PATCH 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
2025-03-27 1:23 UTC (2+ messages)
` [PATCH 1/5] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
[PATCH] cgroup/rstat: avoid disabling irqs for O(num_cpu)
2025-03-26 23:57 UTC (17+ messages)
[PATCH 0/4 v3] cgroup: separate rstat trees
2025-03-26 0:39 UTC (17+ messages)
` [PATCH 1/4 v3] cgroup: use separate rstat api for bpf programs
` [PATCH 2/4 v3] cgroup: use separate rstat trees for each subsystem
` [PATCH 3/4 v3] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH 4/4 v3] cgroup: save memory by splitting cgroup_rstat_cpu into compact and full versions
[PATCH v2] netfilter: Make xt_cgroup independent from net_cls
2025-03-25 15:31 UTC (8+ messages)
[PATCHv6 6/7] block: protect wbt_lat_usec using q->elevator_lock
2025-03-25 7:08 UTC (3+ messages)
[GIT PULL] cgroup: Changes for v6.15
2025-03-25 0:45 UTC (2+ messages)
[PATCH v2 00/10] Add kernel cmdline option for rt_group_sched
2025-03-24 18:10 UTC (2+ messages)
[PATCH v4] fs/proc/page: Refactoring to reduce code duplication
2025-03-24 11:55 UTC (4+ messages)
[PATCH] blk-throttle: support io merge over iops_limit
2025-03-24 2:06 UTC (10+ messages)
[tj-cgroup:for-6.15] BUILD SUCCESS 093c8812de2d3436744fd10edab9bf816b94f833
2025-03-21 17:50 UTC
[tj-cgroup:for-next] BUILD SUCCESS 1df3a1b56415d3965542bb537d030915f34add96
2025-03-21 17:47 UTC
[PATCH 0/9] memcg: cleanup per-cpu stock
2025-03-21 16:55 UTC (32+ messages)
` [PATCH 1/9] memcg: remove root memcg check from refill_stock
` [PATCH 2/9] memcg: decouple drain_obj_stock from local stock
` [PATCH 3/9] memcg: introduce memcg_uncharge
` [PATCH 4/9] memcg: manually inline __refill_stock
` [PATCH 5/9] memcg: no refilling stock from obj_cgroup_release
` [PATCH 6/9] memcg: do obj_cgroup_put inside drain_obj_stock
` [PATCH 7/9] memcg: use __mod_memcg_state in drain_obj_stock
` [PATCH 8/9] memcg: combine slab obj stock charging and accounting
` [PATCH 9/9] memcg: manually inline replace_stock_objcg
[PATCH 0/2] Adding Proactive Memory Reclaim Statistics
2025-03-21 12:30 UTC (15+ messages)
` [PATCH 1/2] mm: vmscan: Split proactive reclaim statistics from direct reclaim statistics
` [PATCH 2/2] cgroup: docs: Add pswpin and pswpout items in cgroup v2 doc
[RFC PATCH] vmscan,cgroup: apply mems_effective to reclaim
2025-03-20 21:09 UTC
BUG in LTS 5.15.x cpusets with tasks launched by newer systemd
2025-03-20 18:52 UTC (2+ messages)
[tj-cgroup:for-6.15] BUILD SUCCESS 0efc297a3c4974dbd609ee36fc6345720b6ca735
2025-03-20 17:42 UTC
[PATCH cgroup/for-6.15] cgroup: rstat: Cleanup flushing functions and locking
2025-03-20 16:53 UTC (2+ messages)
[RFC 0/5] add option to restore swap account to cgroupv1 mode
2025-03-20 15:33 UTC (22+ messages)
` [RFC 1/5] Kconfig: add SWAP_CHARGE_V1_MODE config
` [RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
` [RFC 3/5] mm/memcontrol: do not scan anon pages if memsw limit is hit
` [RFC 4/5] mm/memcontrol: allow memsw account in cgroup v2
` [RFC 5/5] Docs/cgroup-v2: add cgroup.memsw_account_on_dfl Documentation
[PATCH 0/4 v2] cgroup: separate rstat trees
2025-03-19 22:19 UTC (6+ messages)
` [PATCH 1/4] cgroup: use separate rstat api for bpf programs
` [PATCH 2/4] cgroup: use separate rstat trees for each subsystem
` [PATCH 3/4] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH 4/4] cgroup: save memory by splitting cgroup_rstat_cpu into compact and full versions
[PATCH 0/2] fix locking issues with blk-wbt parameters update
2025-03-19 17:35 UTC (5+ messages)
` [PATCH 1/2] block: release q->elevator_lock in ioc_qos_write
` [PATCH 2/2] block: correct locking order for protecting blk-wbt parameters
[PATCH RESEND v2] blk-cgroup: improve policy registration error handling
2025-03-18 18:32 UTC (4+ messages)
Pozycjonowanie www
2025-03-18 9:05 UTC
[PATCH v3] fs/proc/page: Refactoring to reduce code duplication
2025-03-18 3:03 UTC (2+ messages)
[PATCH] memcg: add hierarchical effective limits for v2
2025-03-17 18:06 UTC (12+ messages)
[PATCH v4 0/8] Fix SCHED_DEADLINE bandwidth accounting during suspend
2025-03-17 8:39 UTC (10+ messages)
` [PATCH v4 1/8] sched/deadline: Ignore special tasks when rebuilding domains
` [PATCH v4 2/8] sched/topology: Wrappers for sched_domains_mutex
` [PATCH v4 3/8] sched/deadline: Generalize unique visiting of root domains
` [PATCH v4 4/8] sched/deadline: Rebuild root domain accounting after every update
` [PATCH v4 5/8] sched/topology: Remove redundant dl_clear_root_domain call
` [PATCH v4 6/8] cgroup/cpuset: Remove partition_and_rebuild_sched_domains
` [PATCH v4 7/8] sched/topology: Stop exposing partition_sched_domains_locked
` [PATCH v4 8/8] include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h
[RFC PATCH 00/10] memcg: stock code cleanups
2025-03-14 18:19 UTC (34+ messages)
` [RFC PATCH 01/10] memcg: remove root memcg check from refill_stock
` [RFC PATCH 02/10] memcg: decouple drain_obj_stock from local stock
` [RFC PATCH 03/10] memcg: introduce memcg_uncharge
` [RFC PATCH 04/10] memcg: manually inline __refill_stock
` [RFC PATCH 05/10] memcg: no refilling stock from obj_cgroup_release
` [RFC PATCH 06/10] memcg: do obj_cgroup_put inside drain_obj_stock
` [RFC PATCH 07/10] memcg: use __mod_memcg_state in drain_obj_stock
` [RFC PATCH 08/10] memcg: assert in_task for couple of local_lock holders
` [RFC PATCH 09/10] memcg: trylock stock for objcg
` [RFC PATCH 10/10] memcg: no more irq disabling for stock locks
[RFC 0/5] track memory used by balloon drivers
2025-03-13 22:33 UTC (7+ messages)
` [RFC 1/5] meminfo: add a per node counter for "
[PATCH] memcg: avoid refill_stock for root memcg
2025-03-13 15:39 UTC (2+ messages)
[PATCH net-next 0/4] Add getsockopt(SO_PEERCGROUPID) and fdinfo API to retreive socket's peer cgroup id
2025-03-13 10:31 UTC (2+ messages)
[PATCH v3 4/8] sched/deadline: Rebuild root domain accounting after every update
2025-03-13 9:09 UTC (12+ 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;
as well as URLs for NNTP newsgroup(s).