cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-25 02:07:18 to 2025-03-07 19:42:07 UTC [more...]

[RFC PATCH] memcg: net: improve charging of incoming network traffic
 2025-03-07 19:41 UTC  (2+ messages)

[PATCH v2 0/8] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-07 19:00 UTC  (30+ messages)
` [PATCH v2 1/8] sched/deadline: Ignore special tasks when rebuilding domains
` [PATCH v2 2/8] sched/topology: Wrappers for sched_domains_mutex
` [PATCH v2 3/8] sched/deadline: Generalize unique visiting of root domains
` [PATCH v2 4/8] sched/deadline: Rebuild root domain accounting after every update
` [PATCH v2 5/8] sched/topology: Remove redundant dl_clear_root_domain call
` [PATCH v2 6/8] cgroup/cpuset: Remove partition_and_rebuild_sched_domains
` [PATCH v2 7/8] sched/topology: Stop exposing partition_sched_domains_locked
` [PATCH v2 8/8] include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h

[PATCH] blk-throttle: support io merge over iops_limit
 2025-03-07 16:07 UTC  (2+ messages)

[PATCH 0/5] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-07 14:49 UTC  (18+ messages)
` [PATCH 1/5] sched/deadline: Ignore special tasks when rebuilding domains
` [PATCH 2/5] sched/topology: Wrappers for sched_domains_mutex
` [PATCH 3/5] sched/deadline: Generalize unique visiting of root domains
` [PATCH 4/5] sched/deadline: Rebuild root domain accounting after every update
` [PATCH 5/5] sched/topology: Remove redundant dl_clear_root_domain call

[PATCH] mm: memcontrol: fix swap counter leak from offline cgroup
 2025-03-07  2:28 UTC  (5+ messages)

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-03-06 21:47 UTC  (36+ messages)
` [PATCH 1/4 v2] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state
` [PATCH 2/4 v2] cgroup: rstat lock indirection
` [PATCH 3/4 v2] cgroup: separate rstat locks for subsystems
` [PATCH 4/4 v2] cgroup: separate rstat list pointers from base stats

[tj-cgroup:for-6.15] BUILD SUCCESS c7461cca916756a017f584126b8be73e58d55e53
 2025-03-06 19:28 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 34262c44e898e1008d1fb73562919dccd73deae3
 2025-03-06 19:22 UTC 

[PATCH 0/2] cgroup, docs: Clarify interaction of RT processes with cgroup v2 cpu controller
 2025-03-06 11:02 UTC  (10+ messages)
` [PATCH 1/2] cgroup, docs: Be explicit about independence of RT_GROUP_SCHED and non-cpu controllers
` [PATCH 2/2] cgroup, docs: Document interaction of RT processes with cpu controller

[PATCH v2] blk-throttle: fix lower bps rate by throtl_trim_slice()
 2025-03-05 23:25 UTC  (2+ messages)

[PATCH 0/9] cgroup v1 deprecation warnings
 2025-03-05 18:39 UTC  (20+ messages)
` [PATCH 1/9] cgroup/cpuset-v1: Add deprecation warnings to sched_load_balance and memory_pressure_enabled
` [PATCH 2/9] cgroup/cpuset-v1: Add deprecation warnings to memory_spread_page and memory_spread_slab
` [PATCH 3/9] cgroup/blkio: Add deprecation warnings to reset_stats
` [PATCH 4/9] cgroup: Print warning when /proc/cgroups is read on v2-only system
` [PATCH 5/9] RFC cgroup/cpuset-v1: Add deprecation warnings to mem_exclusive and mem_hardwall
` [PATCH 6/9] RFC cgroup/cpuset-v1: Add deprecation warnings to memory_migrate
` [PATCH 7/9] RFC cgroup/cpuset-v1: Add deprecation warnings to sched_relax_domain_level
` [PATCH 8/9] cgroup: Update file naming comment
` [PATCH 9/9] blk-cgroup: Simplify policy files registration

[PATCH v2] netfilter: Make xt_cgroup independent from net_cls
 2025-03-05 17:09 UTC 

[RFC PATCH 0/3] sched/numa: Introduce per cgroup numa balance control
 2025-03-05 14:38 UTC  (5+ messages)
` [RFC PATCH 1/3] sched/numa: Introduce numa balance task migration and swap in schedstats
` [RFC PATCH 2/3] sched/numa: Introduce per cgroup numa balance control
` [RFC PATCH 3/3] sched/numa: Allow intervale memory allocation for numa balance

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-05 10:29 UTC  (24+ messages)
` [PATCH v3 01/20] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v3 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v3 04/20] mm: move hugetlb specific things in folio to page[3]
` [PATCH v3 05/20] mm: move _pincount in folio to page[2] on 32bit
` [PATCH v3 06/20] mm: move _entire_mapcount "
` [PATCH v3 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
` [PATCH v3 08/20] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v3 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v3 10/20] bit_spinlock: __always_inline (un)lock functions
` [PATCH v3 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v3 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
` [PATCH v3 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
` [PATCH v3 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v3 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)

selftests: cgroup: Failures – Timeouts & OOM Issues Analysis
 2025-03-04 14:20 UTC  (2+ messages)

[PATCHv5 6/7] block: protect wbt_lat_usec using q->elevator_lock
 2025-03-04  8:06 UTC  (2+ messages)

[PATCH] netfilter: Make xt_cgroup independent from net_cls
 2025-03-04  3:44 UTC  (4+ messages)

[PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
 2025-03-03 16:00 UTC  (13+ messages)

[syzbot] [cgroups?] [mm?] [ntfs3?] KASAN: global-out-of-bounds Read in get_mem_cgroup_from_mm
 2025-03-02 11:56 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 9e9f46bd7e165b47d0b8790375d7f4fed778533c
 2025-02-28 17:49 UTC 

[tj-cgroup:for-6.15] BUILD SUCCESS c4af66a95aa3bc1d4f607ebd4eea524fb58946e3
 2025-02-28 17:39 UTC 

[PATCH 0/3] page_counter cleanup and size reduction
 2025-02-28  7:58 UTC  (4+ messages)
` [PATCH 1/3] memcg: don't call propagate_protected_usage() for v1
` [PATCH 2/3] page_counter: track failcnt only for legacy cgroups
` [PATCH 3/3] page_counter: reduce struct page_counter size

[PATCH] memcg: bypass root memcg check for skmem charging
 2025-02-28  2:23 UTC 

[PATCH 00/11] cgroup: separate rstat trees
 2025-02-27 23:44 UTC  (7+ messages)
` [PATCH 03/11] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state

[PATCH v4 0/2] Fix and extend cpu.stat
 2025-02-27 17:19 UTC  (6+ messages)
` [PATCH v4 1/2] cgroup/rstat: Fix forceidle time in cpu.stat

[PATCH] memcg: add hierarchical effective limits for v2
 2025-02-27  3:51 UTC  (10+ messages)

[PATCH] blk-throttle: fix lower bps rate by throtl_trim_slice()
 2025-02-27  2:49 UTC  (6+ messages)

[PATCH 0/2] blk-throttle: fix off-by-one jiffies wait_time
 2025-02-25 20:30 UTC  (18+ messages)
` [PATCH 1/2] blk-throttle: cleanup throtl_extend_slice()
` [PATCH 2/2] blk-throttle: fix off-by-one jiffies wait_time

[PATCH v2 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-02-25 10:56 UTC  (3+ messages)
` [PATCH v2 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)

[PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
 2025-02-25 10:09 UTC  (12+ 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).