messages from 2022-01-18 06:58:17 to 2022-02-05 12:27:09 UTC [more...]
[PATCH RESEND] mm: memcg: synchronize objcg lists with a dedicated spinlock
2022-02-05 12:27 UTC (8+ messages)
[tj-cgroup:for-5.17-fixes] BUILD SUCCESS 2bdfd2825c9662463371e6691b1a794e97fa36b4
2022-02-04 4:59 UTC
[tj-cgroup:for-next] BUILD SUCCESS 48da2ddc4c785b908364be6e37eff1f55c189579
2022-02-04 4:59 UTC
[GIT PULL] cgroup fixes for v5.17-rc2
2022-02-03 19:40 UTC (2+ messages)
[PATCH v3 0/4] mm/page_owner: Extend page_owner to show memcg information
2022-02-03 19:03 UTC (34+ messages)
` [PATCH v3 1/4] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v3 2/4] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
` [PATCH v3 3/4] mm/page_owner: Print memcg information
` [PATCH v3 4/4] mm/page_owner: Record task command name
` [PATCH v4 1/4] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v4 3/4] mm/page_owner: Print memcg information
` [PATCH v4 4/4] mm/page_owner: Record task command name
` [PATCH v4 0/4] mm/page_owner: Extend page_owner to show memcg information
` [PATCH v4 2/4] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
[PATCH] cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
2022-02-03 16:06 UTC (3+ messages)
[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
2022-02-03 16:01 UTC (26+ messages)
` [PATCH 1/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH 2/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object
` [PATCH 4/4] mm/memcg: Allow the task_obj optimization only on non-PREEMPTIBLE kernels
[PATCH v2 0/3] mm/page_owner: Extend page_owner to show memcg information
2022-02-02 17:56 UTC (34+ messages)
` [PATCH v2 1/3] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v2 2/3] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
` [PATCH v2 3/3] mm/page_owner: Dump memcg information
[syzbot] WARNING: ODEBUG bug in __init_work (3)
2022-02-02 9:30 UTC
[tj-cgroup:for-5.17-fixes] BUILD SUCCESS 24f6008564183aa120d07c03d9289519c2fe02af
2022-02-02 8:20 UTC
[tj-cgroup:for-next] BUILD SUCCESS b1c852c717192f76894aa22c84aec887d7f3b2dd
2022-02-02 8:20 UTC
[BUG/RFC] mm/memcg: Possible cgroup migrate/signal deadlock
2022-02-01 22:11 UTC (2+ messages)
[PATCH -next] blk-throttle: enable io throttle for root in cgroup v2
2022-02-01 17:20 UTC (4+ messages)
LTP test suite triggers LOCKDEP_CIRCULAR on linux-next
2022-02-01 7:57 UTC (6+ messages)
[PATCH 1/2] mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
2022-02-01 0:46 UTC (2+ messages)
` [PATCH 2/2] mm/memcg: retrieve parent memcg from css.parent
[PATCH 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
2022-02-01 0:42 UTC (4+ messages)
[PATCH 0/3] mm, memcg: Miscellaneous cleanups
2022-01-31 18:00 UTC (11+ messages)
` [PATCH 1/3] mm, memcg: Don't put offlined memcg into local stock
[PATCH 0/2] mm/page_owner: Extend page_owner to show memcg
2022-01-29 4:05 UTC (10+ messages)
` [PATCH 1/2] mm/page_owner: Introduce SNPRINTF() macro that includes length error check
` [PATCH 2/2] mm/page_owner: Dump memcg information
[PATCH v3 0/3] block, bfq: minor cleanup and fix
2022-01-29 2:05 UTC (6+ messages)
` [PATCH v3 3/3] block, bfq: don't move oom_bfqq
` [PATCH v3 1/3] block, bfq: cleanup bfq_bfqq_to_bfqg()
` [PATCH v3 2/3] block, bfq: avoid moving bfqq to it's parent bfqg
[PATCH v2 0/3] block, bfq: minor cleanup and fix
2022-01-29 1:42 UTC (7+ messages)
[PATCH v7 0/2] cancel all throttled bios in del_gendisk()
2022-01-28 8:45 UTC (3+ messages)
` [PATCH v7 1/2] blk-throtl: introduce a new flag THROTL_TG_CANCELING
` [PATCH v7 2/2] block: cancel all throttled bios in del_gendisk()
[PATCH v6 0/2] cancel all throttled bios in del_gendisk()
2022-01-27 5:03 UTC (15+ messages)
` [PATCH v6 2/2] block: "
[PATCH] cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
2022-01-26 16:49 UTC (4+ messages)
[PATCH] cgroup: minor optimization around the usage of cur_tasks_head
2022-01-26 16:47 UTC (3+ messages)
[PATCH] cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
2022-01-22 7:54 UTC (5+ messages)
[Question] set_cpus_allowed_ptr() call failed at cpuset_attach()
2022-01-21 8:33 UTC (5+ messages)
[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
2022-01-20 15:05 UTC (11+ messages)
[RFC 0/6] Proposal for a GPU cgroup controller
2022-01-19 18:24 UTC (7+ messages)
` [RFC 4/6] dma-buf: Add DMA-BUF exporter op to charge a DMA-BUF to a cgroup
` [RFC 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
[RFC PATCH 1/3] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT
2022-01-18 19:57 UTC (3+ messages)
` [PATCH] mm/memcg: Do not check v1 event counter when not needed
[PATCH v2 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
2022-01-18 6:58 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).