messages from 2025-08-05 09:17:42 to 2025-08-14 20:09:27 UTC [more...]
[PATCH v4 net-next 00/10] net-memcg: Gather memcg code under CONFIG_MEMCG
2025-08-14 20:08 UTC (9+ messages)
` [PATCH v4 net-next 01/10] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v4 net-next 02/10] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v4 net-next 03/10] tcp: Simplify error path in inet_csk_accept()
` [PATCH v4 net-next 04/10] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v4 net-next 05/10] net: Clean up __sk_mem_raise_allocated()
` [PATCH v4 net-next 06/10] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v4 net-next 07/10] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v4 net-next 08/10] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
[PATCH v3 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
2025-08-14 19:17 UTC (33+ messages)
` [PATCH v3 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v3 net-next 02/12] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v3 net-next 03/12] tcp: Simplify error path in inet_csk_accept()
` [PATCH v3 net-next 04/12] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v3 net-next 05/12] net: Clean up __sk_mem_raise_allocated()
` [PATCH v3 net-next 06/12] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v3 net-next 07/12] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v3 net-next 08/12] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
` [PATCH v3 net-next 09/12] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
` [PATCH v3 net-next 10/12] net: Define sk_memcg under CONFIG_MEMCG
` [PATCH v3 net-next 11/12] net-memcg: Store MEMCG_SOCK_ISOLATED in sk->sk_memcg
` [PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting
[tj-cgroup:for-6.18] BUILD SUCCESS 4c70fb2624ab1588faa58dcd407d4c61d64b288d
2025-08-14 18:30 UTC
[tj-cgroup:for-next] BUILD SUCCESS ac412e77dc29a6cd13fa871383bb30c9fd28f9bf
2025-08-14 18:28 UTC
[PATCH v4] memcg: expose socket memory pressure in a cgroup
2025-08-14 17:43 UTC (19+ messages)
[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
2025-08-14 16:18 UTC (7+ 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 -next] cgroup: remove offline draining in root destruction to avoid hung_tasks
2025-08-14 15:17 UTC (6+ messages)
[PATCH 0/4] mm/swap, memcg: Support per-cgroup swap device priorities
2025-08-14 14:03 UTC (6+ messages)
` [PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
[-next v2 0/4] some optimization for cpuset
2025-08-14 3:58 UTC (14+ messages)
` [-next v2 1/4] cpuset: remove redundant CS_ONLINE flag
` [-next v2 2/4] cpuset: decouple tmpmaks and cpumaks of cs free
` [-next v2 3/4] cpuset: separate tmpmasks and cpuset allocation logic
` [-next v2 4/4] cpuset: add helpers for cpus read and cpuset_mutex locks
[PATCH v2] sched/core: Mask out offline CPUs when user_cpus_ptr is used
2025-08-14 1:14 UTC (5+ messages)
` [PATCH v3] sched/core: Skip user_cpus_ptr masking if no online CPU left
[PATCH] memcg: Optimize exit to user space
2025-08-13 22:40 UTC (6+ messages)
[tj-cgroup:for-6.17-fixes] BUILD SUCCESS 6563623e604e3e235b2cee71190a4972be8f986b
2025-08-13 22:17 UTC
[syzbot] [cgroups?] BUG: unable to handle kernel paging request in bpf_prog_ADDR (4)
2025-08-13 19:56 UTC
[PATCH] blkcg: Optimize exit to user space
2025-08-13 16:53 UTC (2+ messages)
[tj-cgroup:for-6.18] BUILD SUCCESS 8a013ec9cb7af9921656c0e78c73510c9e4a0cc1
2025-08-13 13:01 UTC
[PATCH -next 0/4] some optimization for cpuset
2025-08-13 6:28 UTC (14+ 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()
[PATCH] cgroup: Replace deprecated strcpy() with strscpy()
2025-08-12 18:57 UTC (2+ messages)
[PATCH v2 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
2025-08-12 15:55 UTC (16+ 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
` [syzbot ci] Re: net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
[linus:master] [selftests/cgroup] 954bacce36: kernel-selftests.cgroup.test_cpu.test_cpucg_max.fail
2025-08-11 21:32 UTC (2+ messages)
[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
[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)
[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)
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).