messages from 2023-03-29 14:24:14 to 2023-04-11 15:04:55 UTC [more...]
When processes are forked using clone3 to a cgroup in cgroup v2 with a specified cpuset.cpus, the cpuset.cpus doesn't take an effect to the new processes
2023-04-11 15:04 UTC (2+ messages)
[PATCH v4] mm: oom: introduce cpuset oom
2023-04-11 14:36 UTC (6+ messages)
` "
` "
[PATCH v5] mm: oom: introduce cpuset oom
2023-04-11 13:45 UTC
[PATCH v4 0/5] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
2023-04-11 13:36 UTC (6+ messages)
` [PATCH v4 1/5] cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
` [PATCH v4 2/5] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH v4 4/5] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
` [PATCH v4 3/5] cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
` [PATCH v4 5/5] cgroup/cpuset: Optimize out unneeded cpuset_can_fork/cpuset_cancel_fork calls
[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
2023-04-11 12:53 UTC (10+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH mm-unstable RFC 5/5] cgroup: remove cgroup_rstat_flush_atomic()
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH mm-unstable RFC 3/5] memcg: calculate root usage from global state
[PATCH] memcg: Default value setting in memcg-v1
2023-04-11 9:10 UTC (2+ messages)
[PATCH v2 0/3] blk-cgroup: some cleanup
2023-04-10 22:20 UTC (13+ messages)
` [PATCH v2 1/3] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
` [PATCH v2 2/3] blk-cgroup: delete cpd_bind_fn of blkcg_policy
` [PATCH v2 3/3] blk-cgroup: delete cpd_init_fn "
` [External] Re: [PATCH v2 0/3] blk-cgroup: some cleanup
[PATCH v3] mm: oom: introduce cpuset oom
2023-04-10 16:26 UTC (2+ messages)
[PATCH 0/3] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
2023-04-09 11:46 UTC (22+ messages)
` [PATCH 1/3] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH 2/3] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
` [PATCH 3/3] cgroup/cpuset: Allow only one active attach operation per cpuset
[PATCH v2] mm: oom: introduce cpuset oom
2023-04-06 15:53 UTC (8+ messages)
` "
` "
[PATCH 1/4] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
2023-04-06 14:34 UTC (3+ messages)
[PATCH v3 0/4] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
2023-04-06 14:04 UTC (5+ messages)
` [PATCH v3 1/4] cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
` [PATCH v3 4/4] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
` [PATCH v3 2/4] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH v3 3/4] cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
[PATCH] memcg-v1: Enable setting memory min, low, high
2023-04-05 14:21 UTC (3+ messages)
[syzbot] possible deadlock in static_key_slow_inc (2)
2023-04-05 13:57 UTC (4+ messages)
` [PATCH] cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
[PATCH v2 0/4] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
2023-04-05 8:30 UTC (6+ messages)
` [PATCH v2 1/4] cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
` [PATCH v2 2/4] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH v2 4/4] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
` [PATCH v2 3/4] cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
2023-04-05 8:02 UTC (20+ messages)
` [PATCH v3 2/8] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 1/8] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v3 3/8] memcg: do not flush stats in irq context
` [PATCH v3 7/8] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates
[PATCH] memcg-v1: Enable setting memory min, low, high
2023-04-05 3:52 UTC (3+ messages)
[PATCH v3 0/7] Split a folio to any lower order folios
2023-04-04 21:47 UTC (9+ messages)
` [PATCH v3 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v3 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v3 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v3 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v3 7/7] mm: huge_memory: enable debugfs to split huge pages to any order
` [PATCH v3 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
2023-04-04 20:09 UTC (24+ messages)
` [PATCH 1/6] cgroup/cpuset: Rename functions dealing with DEADLINE accounting
` [PATCH 2/6] sched/cpuset: Bring back cpuset_mutex
` [PATCH 3/6] sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
` [PATCH 4/6] sched/deadline: Create DL BW alloc, free & check overflow interface
` [PATCH 5/6] cgroup/cpuset: Free DL BW in case can_attach() fails
` [PATCH 6/6] cgroup/cpuset: Iterate only if DEADLINE tasks are present
` [PATCH 6/7] cgroup/cpuset: Protect DL BW data against parallel cpuset_attach()
[PATCH] memcg v1: provide read access to memory.pressure_level
2023-04-04 10:58 UTC
[RFC] memcg v1: provide read access to memory.pressure_level
2023-04-04 8:44 UTC (5+ messages)
[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
2023-04-03 21:26 UTC (2+ messages)
` [EXTERNAL] "
[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
2023-04-03 20:39 UTC (34+ messages)
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates
[PATCH v2] blk-throttle: Fix io statistics for cgroup v1
2023-04-03 17:56 UTC (3+ messages)
` [External] "
[PATCH v2 4.19 0/3] Backport patches to fix threadgroup_rwsem <-> cpus_read_lock() deadlock
2023-04-03 13:30 UTC (2+ messages)
freezer cgroups: Forcing frozen memory to swap
2023-03-31 19:25 UTC (2+ messages)
CLONE_INTO_CGROUP probably needs to call controller attach handlers
2023-03-31 18:27 UTC (7+ messages)
move bio cgroup punting into btrfs
2023-03-31 17:25 UTC (7+ messages)
[PATCH] memcg: Set memory min, low, high values along with max
2023-03-31 8:40 UTC (2+ messages)
[PATCH] blk-throttle: Fix io statistics for cgroup v1
2023-03-31 3:00 UTC (5+ messages)
` [External] "
[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
2023-03-31 1:51 UTC (16+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
[tj-cgroup:for-6.4] BUILD SUCCESS 1bf33285d98536da6b015627341e4f789fee067e
2023-03-30 7:23 UTC
[tj-cgroup:for-6.3-fixes] BUILD SUCCESS 292fd843de26c551856e66faf134512c52dd78b4
2023-03-30 7:23 UTC
[tj-cgroup:for-next] BUILD SUCCESS d86bd73e834f24e04a7eb67540ec9bbcbffad446
2023-03-30 7:22 UTC
[PATCH v2 0/4] cgroup/cpuset: Miscellaneous updates
2023-03-29 18:43 UTC (5+ messages)
` [PATCH v2 1/4] cgroup/cpuset: Fix partition root's cpuset.cpus update bug
` [PATCH v2 4/4] cgroup/cpuset: Minor updates to test_cpuset_prs.sh
[PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
2023-03-29 16:11 UTC (3+ 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).