cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-17 21:28:59 to 2025-03-03 16:30:38 UTC [more...]

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-03 16:29 UTC  (7+ 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 v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
 2025-03-03 16:00 UTC  (39+ messages)

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-03-03 15:22 UTC  (22+ 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

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

[PATCH] netfilter: Make xt_cgroup independent from net_cls
 2025-02-28 18:11 UTC  (2+ messages)

[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  (42+ messages)
` [PATCH 01/11] cgroup: move rstat pointers into struct of their own
` [PATCH 02/11] cgroup: add level of indirection for cgroup_rstat struct
` [PATCH 03/11] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state
` [PATCH 04/11] cgroup: introduce cgroup_rstat_ops
` [PATCH 05/11] cgroup: separate rstat for bpf cgroups
` [PATCH 06/11] cgroup: rstat lock indirection
` [PATCH 07/11] cgroup: fetch cpu-specific lock in rstat cpu lock helpers
` [PATCH 08/11] cgroup: rstat cpu lock indirection
` [PATCH 09/11] cgroup: separate rstat locks for bpf cgroups
` [PATCH 10/11] cgroup: separate rstat locks for subsystems
` [PATCH 11/11] cgroup: separate rstat list pointers from base stats

[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 v2] blk-throttle: fix lower bps rate by throtl_trim_slice()
 2025-02-27 12:06 UTC 

[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

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

[PATCH 0/9] Add kernel cmdline option for rt_group_sched
 2025-02-24 16:39 UTC  (2+ messages)

[syzbot] Monthly cgroups report (Feb 2025)
 2025-02-23 22:20 UTC 

[PATCH v2 0/3] Fix and cleanup and extend cpu.stat
 2025-02-21 15:36 UTC  (9+ messages)
` [PATCH v2 3/3] cgroup/rstat: Add run_delay accounting for cgroups

[PATCH] MAINTAINERS: Add entry for DMEM cgroup controller
 2025-02-20 19:00 UTC  (5+ messages)

next-20250218: arm64 LTP pids kernel panic loop_free_idle_workers
 2025-02-20 16:46 UTC  (3+ messages)

[RFC PATCH v1] Add kthreads_update_affinity()
 2025-02-20 13:57 UTC  (3+ messages)

[PATCH] cgroup/dmem: Don't clobber pool in dmem_cgroup_calculate_protection
 2025-02-19 13:26 UTC  (7+ messages)
` [PATCH v2] cgroup/dmem: Don't open-code css_for_each_descendant_pre

[PULL] dmem cgroup
 2025-02-19 13:24 UTC  (2+ messages)

[PATCH] selftests: make shell scripts POSIX-compliant
 2025-02-18 20:44 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 09/31] selftests/cgroup: use bash in test_cpuset_v1_hp.sh
 2025-02-18 20:25 UTC 

[PATCH AUTOSEL 6.13 09/31] selftests/cgroup: use bash in test_cpuset_v1_hp.sh
 2025-02-18 20:24 UTC 

[PATCH] [PATCH v4] cgroup/cpuset: fmeter_getrate() returns 0 when memory_pressure disabled
 2025-02-18  1:37 UTC  (2+ messages)

[PATCH v3] cgroup/cpuset: fmeter_getrate() returns 0 when memory_pressure disabled
 2025-02-17 21:28 UTC  (2+ 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).