cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-04 15:38:59 to 2025-03-12 20:11:39 UTC [more...]

[RFC 0/5] track memory used by balloon drivers
 2025-03-12 20:11 UTC  (10+ messages)
` [RFC 1/5] meminfo: add a per node counter for "
` [RFC 2/5] virtio_balloon: update the NR_BALLOON_PAGES state
` [RFC 3/5] hv_balloon: "
` [RFC 4/5] vmx_balloon: "
` [RFC 5/5] xen: balloon: "

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

[PATCH] blk-throttle: support io merge over iops_limit
 2025-03-12 15:41 UTC  (9+ messages)

[tj-cgroup:tmp 13/16] mm/memcontrol-v1.c:1860:58: error: expected ';' after expression
 2025-03-11 23:59 UTC  (2+ messages)
` [PATCH cgroup/for-6.15] mm: Fix a build breakage in memcontrol-v1.c

[tj-cgroup:tmp 13/16] include/asm-generic/rwonce.h:59:1: error: expected ';' before 'do'
 2025-03-11 23:46 UTC 

[PATCH v2 00/11] cgroup v1 deprecation messages
 2025-03-11 19:23 UTC  (20+ messages)
` [PATCH v2 01/11] cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_pressure_enabled
` [PATCH v2 02/11] cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_spread_slab
` [PATCH v2 03/11] cgroup/blkio: Add deprecation messages to reset_stats
` [PATCH v2 04/11] cgroup: Print message when /proc/cgroups is read on v2-only system
` [PATCH v2 05/11] cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwall
` [PATCH v2 06/11] cgroup/cpuset-v1: Add deprecation messages to memory_migrate
` [PATCH v2 07/11] RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_level
` [PATCH v2 08/11] mm: Add transformation message for per-memcg swappiness
` [PATCH v2 09/11] cgroup: Add deprecation message to legacy freezer controller
` [PATCH v2 10/11] cgroup: Update file naming comment
` [PATCH v2 11/11] blk-cgroup: Simplify policy files registration

[PATCH] memcg: drain obj stock on cpu hotplug teardown
 2025-03-11 17:43 UTC  (7+ messages)

[syzbot] [cgroups?] [mm?] KASAN: wild-memory-access Read in lookup_swap_cgroup_id
 2025-03-11 14:06 UTC 

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-03-11 13:49 UTC  (13+ messages)
` [PATCH 3/4 v2] cgroup: separate rstat locks for subsystems

[PATCH net-next 0/4] Add getsockopt(SO_PEERCGROUPID) and fdinfo API to retreive socket's peer cgroup id
 2025-03-11 12:02 UTC  (15+ messages)
` [PATCH net-next 1/4] net: unix: print cgroup_id and peer_cgroup_id in fdinfo
` [PATCH net-next 2/4] net: core: add getsockopt SO_PEERCGROUPID
` [PATCH net-next 3/4] tools/testing/selftests/cgroup/cgroup_util: add cg_get_id helper
` [PATCH net-next 4/4] tools/testing/selftests/cgroup: add test for SO_PEERCGROUPID

[PATCH 0/2] cgroup, docs: Clarify interaction of RT processes with cgroup v2 cpu controller
 2025-03-10 17:14 UTC  (11+ 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 00/10] Add kernel cmdline option for rt_group_sched
 2025-03-10 17:04 UTC  (11+ messages)
` [PATCH v2 01/10] sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
` [PATCH v2 02/10] sched: Remove unneeed macro wrap
` [PATCH v2 03/10] sched: Always initialize rt_rq's task_group
` [PATCH v2 04/10] sched: Add commadline option for RT_GROUP_SCHED toggling
` [PATCH v2 05/10] sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
` [PATCH v2 06/10] sched: Bypass bandwitdh checks with runtime "
` [PATCH v2 07/10] sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
` [PATCH v2 08/10] sched: Add RT_GROUP WARN checks for non-root task_groups
` [PATCH v2 09/10] sched: Add annotations to RT_GROUP_SCHED fields
` [PATCH v2 10/10] sched: Add deprecation warning for users of RT_GROUP_SCHED

[RFC PATCH 0/3] sched/numa: Introduce per cgroup numa balance control
 2025-03-10 15:36 UTC  (6+ messages)
` [RFC PATCH 2/3] "

[linux-next:master] [memcg] 01d37228d3: netperf.Throughput_Mbps 37.9% regression
 2025-03-10 11:03 UTC  (6+ messages)

[PATCH v3 0/8] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-10  9:44 UTC  (2+ messages)

[PATCH v2 0/8] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-10  8:55 UTC  (31+ 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

[RFC PATCH] memcg: net: improve charging of incoming network traffic
 2025-03-07 20:12 UTC  (3+ messages)

[PATCH 0/5] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-07 14:49 UTC  (15+ messages)
` [PATCH 2/5] sched/topology: Wrappers for sched_domains_mutex
` [PATCH 4/5] sched/deadline: Rebuild root domain accounting after every update

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

[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 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  (17+ messages)
` [PATCH 1/9] cgroup/cpuset-v1: Add deprecation warnings to sched_load_balance and memory_pressure_enabled
` [PATCH 4/9] cgroup: Print warning when /proc/cgroups is read on v2-only system
` [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 

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-05 10:29 UTC  (3+ messages)
` [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page


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).