cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-23 02:40:53 to 2025-08-11 21:31:35 UTC [more...]

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-11 21:31 UTC  (14+ messages)

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-11 18:51 UTC  (4+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v2 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
 2025-08-11 17:30 UTC  (13+ messages)
` [PATCH v2 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v2 net-next 02/12] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v2 net-next 03/12] tcp: Simplify error path in inet_csk_accept()
` [PATCH v2 net-next 04/12] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v2 net-next 05/12] net: Clean up __sk_mem_raise_allocated()
` [PATCH v2 net-next 06/12] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v2 net-next 07/12] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v2 net-next 08/12] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
` [PATCH v2 net-next 09/12] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
` [PATCH v2 net-next 10/12] net: Define sk_memcg under CONFIG_MEMCG
` [PATCH v2 net-next 11/12] net-memcg: Store MEMCG_SOCK_ISOLATED in sk->sk_memcg
` [PATCH v2 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-11 16:04 UTC 

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-11 15:13 UTC 

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-11 14:18 UTC  (3+ messages)

[PATCH] blk-cgroup: remove redundant __GFP_NOWARN
 2025-08-11 14:01 UTC  (3+ messages)

[PATCH v3 0/5] blk-mq-sched: support request batch dispatching for sq elevator
 2025-08-11  6:17 UTC  (12+ messages)
` [PATCH v3 1/5] blk-mq-sched: introduce high level elevator lock
` [PATCH v3 2/5] mq-deadline: switch to use "
` [PATCH v3 3/5] block, bfq: "
` [PATCH v3 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH v3 5/5] blk-mq-sched: support request batch dispatching for sq elevator

[PATCH -next 0/4] some optimization for cpuset
 2025-08-11  2:17 UTC  (8+ messages)
` [PATCH -next 1/4] cpuset: remove redundant CS_ONLINE flag
` [PATCH -next 2/4] cpuset: add helpers for cpuset related locks
` [PATCH -next 3/4] cpuset: use guard_cpus_read_and_cpuset to make code concise
` [PATCH -next 4/4] cpuset: replace cpuset_lock() with guard_cpuset()

[tj-cgroup:for-next] BUILD SUCCESS eea51c6e3f6675b795f6439eaa960eb2948d6905
 2025-08-10  7:46 UTC 

[PATCH cgroup/for-6.16-fixes] cgroup: avoid null de-ref in css_rstat_exit()
 2025-08-09 18:46 UTC  (2+ messages)

[PATCH 0/3] cgroup/cpuset: Miscellaneous fixes and cleanup
 2025-08-09 18:44 UTC  (11+ messages)
` [PATCH 1/3] cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key
` [PATCH 2/3] cgroup/cpuset.c: Fix a partition error with CPU hotplug
` [PATCH 3/3] cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()

[RFC PATCH 00/18] cgroup/cpuset: Enable runtime modification of
 2025-08-08 16:27 UTC  (21+ messages)
` [RFC PATCH 01/18] sched/isolation: Enable runtime update of housekeeping cpumasks
` [RFC PATCH 02/18] sched/isolation: Call sched_tick_offload_init() when HK_FLAG_KERNEL_NOISE is first set
` [RFC PATCH 03/18] sched/isolation: Use RCU to delay successive housekeeping cpumask updates
` [RFC PATCH 04/18] sched/isolation: Add a debugfs file to dump housekeeping cpumasks
` [RFC PATCH 05/18] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [RFC PATCH 06/18] cgroup/cpuset: Introduce a new top level isolcpus_update_mutex
` [RFC PATCH 07/18] cgroup/cpuset: Allow overwriting HK_TYPE_DOMAIN housekeeping cpumask
` [RFC PATCH 08/18] cgroup/cpuset: Use CPU hotplug to enable runtime nohz_full modification
` [RFC PATCH 09/18] cgroup/cpuset: Revert "Include isolated cpuset CPUs in cpu_is_isolated() check"
` [RFC PATCH 10/18] sched/core: Ignore DL BW deactivation error if in cpuhp_offline_cb_mode
` [RFC PATCH 11/18] tick/nohz: Make nohz_full parameter optional
` [RFC PATCH 12/18] tick/nohz: Introduce tick_nohz_full_update_cpus() to update tick_nohz_full_mask
` [RFC PATCH 13/18] tick/nohz: Allow runtime changes in full dynticks CPUs
` [RFC PATCH 14/18] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [RFC PATCH 15/18] cgroup/cpuset: Enable RCU NO-CB CPU offloading of newly isolated CPUs
` [RFC PATCH 16/18] cgroup/cpuset: Don't set have_boot_nohz_full without any boot time nohz_full CPU
` [RFC PATCH 17/18] cgroup/cpuset: Documentation updates & don't use CPU 0 for isolated partition
` [RFC PATCH 18/18] cgroup/cpuset: Add pr_debug() statements for cpuhp_offline_cb() call

[syzbot] [cgroups?] possible deadlock in console_flush_all (4)
 2025-08-08 11:25 UTC 

next-20250805: ampere: WARNING: kernel/cgroup/cpuset.c:1352 at remote_partition_disable
 2025-08-07 13:08 UTC  (2+ messages)

next-20250804 Unable to handle kernel execute from non-executable memory at virtual address idem_hash
 2025-08-07 11:20 UTC  (4+ messages)

[linus:master] [selftests/cgroup] 954bacce36: kernel-selftests.cgroup.test_cpu.test_cpucg_max.fail
 2025-08-07  5:52 UTC 

[PATCH 0/3] filemap_add_folio_nocharge()
 2025-08-06 23:19 UTC 

[PATCH] cgroup: Remove unused css_put_many()
 2025-08-06 13:36 UTC  (2+ messages)

[PATCH] sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
 2025-08-06  9:22 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH v2] sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
 2025-08-05 16:10 UTC  (2+ messages)

[PATCH cgroup/for-6.16-fixes] cgroup: avoid null de-ref in css_rstat_exit()
 2025-08-01 17:38 UTC  (2+ messages)

[PATCH v1 net-next 00/13] net-memcg: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-01 16:27 UTC  (13+ messages)
` [PATCH v1 net-next 11/13] net-memcg: Add memory.socket_isolated knob
` [PATCH v1 net-next 13/13] net-memcg: Allow decoupling memcg from global protocol memory accounting

[GIT PULL] cgroup: Changes for v6.17
 2025-07-31 23:47 UTC  (2+ messages)

[PATCH] cgroup/rstat: move css_rstat_lock outside cpu loop
 2025-07-31 15:26 UTC  (2+ messages)

[PATCH v2] sched/core: Mask out offline CPUs when user_cpus_ptr is used
 2025-07-31 12:03 UTC  (4+ messages)
` [PATCH v3] sched/core: Skip user_cpus_ptr masking if no online CPU left

[PATCH v2 -next] cgroup: remove offline draining in root destruction to avoid hung_tasks
 2025-07-31 11:53 UTC  (7+ messages)

[tj-cgroup:test-merge] BUILD SUCCESS 244e90769461a82d9fea6d37b49aa210da37646c
 2025-07-31 11:49 UTC 

[PATCH] fs: writeback: fix use-after-free in __mark_inode_dirty()
 2025-07-31 10:26 UTC  (3+ messages)

[PATCH v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator
 2025-07-31 10:22 UTC  (26+ messages)
` [PATCH v2 1/5] blk-mq-sched: introduce high level elevator lock
` [PATCH v2 2/5] mq-deadline: switch to use "
` [PATCH v2 3/5] block, bfq: "
` [PATCH v2 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH v2 5/5] blk-mq-sched: support request batch dispatching for sq elevator

[linux-next:master] [cgroup] 36df6e3dbd: will-it-scale.per_process_ops 2.9% improvement
 2025-07-31  7:31 UTC 

[PATCH 0/2] block/blk-throttle: Fix throttle slice time for SSDs
 2025-07-30 23:19 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block/blk-throttle: Remove throtl_slice from struct throtl_data

[PATCH] cgroup: Simplify cgroup_disable loop given limited count
 2025-07-30  8:36 UTC  (2+ messages)

[PATCH v3] memcg: expose socket memory pressure in a cgroup
 2025-07-30  0:15 UTC  (15+ messages)

[PATCH 0/5 cgroup/for-6.16-fixes] harden css_create() for safe placement of call to css_rstat_init()
 2025-07-29 23:53 UTC  (5+ messages)

[syzbot] [mm?] INFO: rcu detected stall in exit_to_user_mode_loop
 2025-07-28 21:30 UTC 

unexpected memory.low events
 2025-07-27 14:25 UTC  (5+ messages)

[PATCH v1 net-next 13/13] net-memcg: Allow decoupling memcg from global protocol memory accounting
 2025-07-25 18:50 UTC  (14+ messages)

[RFC PATCH v2] cgroup: Track time in cgroup v2 freezer
 2025-07-25  1:54 UTC  (12+ messages)
      ` cpu.stat in core or cpu controller (was Re: [RFC PATCH v2] cgroup: Track time in cgroup v2 freezer)

[PATCH 0/6] blk-mq-sched: support request batch dispatching for sq elevator
 2025-07-23  6:10 UTC  (12+ messages)
` [PATCH 1/6] mq-deadline: switch to use high layer elevator lock
` [PATCH 4/6] elevator: factor elevator lock out of dispatch_request method


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