cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 21:14:51 to 2022-03-09 00:46:20 UTC [more...]

[PATCH 1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node()
 2022-03-09  0:46 UTC  (5+ messages)
  ` [PATCH 2/3] mm/memcg: __mem_cgroup_remove_exceeded could handle a !on-tree mz properly
  ` [PATCH 3/3] mm/memcg: add next_mz back if not reclaimed yet

[RFC PATCH v2 0/4] Introduce group balancer
 2022-03-08 17:13 UTC  (6+ messages)
  ` [RFC PATCH v2 1/4] sched, cpuset: Introduce infrastructure of "
  ` [RFC PATCH v2 2/4] cpuset: Handle input of partition info for "
  ` [RFC PATCH v2 3/4] sched: Introduce "
  ` [RFC PATCH v2 4/4] cpuset, gb: Add stat for "

[PATCH 0/3] mm: vmalloc: introduce array allocation functions
 2022-03-08 16:13 UTC  (12+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] mm: use vmalloc_array and vcalloc for array allocations
  ` [PATCH 3/3] KVM: use vcalloc/__vcalloc for very large allocations

WARNING: suspicious RCU usage since next-20220304
 2022-03-08  2:30 UTC  (2+ messages)
` [External] "

[PATCH] memcg: sync flush only if periodic flush is delayed
 2022-03-07  3:06 UTC  (4+ messages)

[PATCH] cgroup: cleanup comments
 2022-03-05 20:46 UTC 

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-03-05  9:12 UTC  (12+ messages)
  ` [PATCH -next 01/11] block, bfq: add new apis to iterate bfq entities
  ` [PATCH -next 04/11] block, bfq: move the increasement of 'num_groups_with_pending_reqs' to it's caller
  ` [PATCH -next 05/11] block, bfq: count root group into 'num_groups_with_pending_reqs'
  ` [PATCH -next 07/11] block, bfq: only count parent bfqg when bfqq is activated
  ` [PATCH -next 08/11] block, bfq: record how many queues have pending requests in bfq_group
  ` [PATCH -next 10/11] block, bfq: decrease 'num_groups_with_pending_reqs' earlier
` [PATCH -next 02/11] block, bfq: apply news apis where root group is not expected
` [PATCH -next 03/11] block, bfq: cleanup for __bfq_activate_requeue_entity()
` [PATCH -next 06/11] block, bfq: do not idle if only one cgroup is activated
` [PATCH -next 09/11] block, bfq: move forward __bfq_weights_tree_remove()
` [PATCH -next 11/11] block, bfq: cleanup bfqq_group()

[PATCH linux-next] cgroup: fix suspicious rcu_dereference_check() usage warning
 2022-03-05  3:41 UTC 

[syzbot] linux-next boot error: WARNING: suspicious RCU usage in cpuacct_charge
 2022-03-04 10:41 UTC 

[PATCH 1/2] mm/memcontrol: return 1 from cgroup.memory __setup() handler
 2022-03-03 22:53 UTC  (7+ messages)

[PATCH 1/2] cgroup: Use irqsave in cgroup_rstat_flush_locked()
 2022-03-02 15:47 UTC  (5+ messages)
            ` [PATCH] cgroup: Add a comment to cgroup_rstat_flush_locked()
    ` [PATCH 2/2] mm: workingset: Replace IRQ-off check with a lockdep assert

[PATCH -next v2] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2022-03-02 13:51 UTC  (2+ messages)

[PATCH v9] block: cancel all throttled bios in del_gendisk()
 2022-03-02  0:51 UTC  (11+ messages)

[PATCH] memcg: async flush memcg stats from perf sensitive codepaths
 2022-03-01 17:57 UTC  (11+ messages)

[PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
 2022-03-01 17:22 UTC  (5+ messages)

Explanation for difference between memcg swap accounting and smaps_rollup
 2022-03-01 16:53 UTC  (2+ messages)

[PATCH v5 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-28 12:35 UTC  (12+ messages)
  ` [PATCH v5 1/6] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
  ` [PATCH v5 2/6] mm/memcg: Disable threshold event handlers on PREEMPT_RT
  ` [PATCH v5 3/6] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
  ` [PATCH v5 4/6] mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
  ` [PATCH v5 5/6] mm/memcg: Protect memcg_stock with a local_lock_t
  ` [PATCH v5 6/6] mm/memcg: Disable migration instead of preemption in drain_all_stock()

[syzbot] linux-next test error: WARNING in __mod_memcg_lruvec_state
 2022-02-28 11:06 UTC  (4+ messages)

[PATCH TTY] memcg: drop GFP_KERNEL_ACCOUNT use in tty_save_termios()
 2022-02-28  9:13 UTC  (2+ messages)
` [PATCH v2] memcg: enable accounting for tty-related objects

[PATCH v4 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-26  0:05 UTC  (16+ messages)
  ` [PATCH v4 1/6] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
  ` [PATCH v4 2/6] mm/memcg: Disable threshold event handlers on PREEMPT_RT
  ` [PATCH v4 3/6] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
          ` [PATCH] mm/memcg: Add missing counter index which are not update in interrupt
                ` [PATCH] mm/memcg: Only perform the debug checks on !PREEMPT_RT
  ` [PATCH v4 4/6] mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
  ` [PATCH v4 5/6] mm/memcg: Protect memcg_stock with a local_lock_t
          ` [PATCH] mm/memcg: Add a comment regarding the release `obj'
  ` [PATCH v4 6/6] mm/memcg: Disable migration instead of preemption in drain_all_stock()
          ` [PATCH v5 "

[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2022-02-25 17:37 UTC  (10+ messages)

[PATCH 0/3] mm/memcg: some cleanup for mem_cgroup_iter()
 2022-02-25  8:13 UTC  (5+ messages)
  ` [PATCH 1/3] mm/memcg: set memcg after css verified and got reference
  ` [PATCH 2/3] mm/memcg: set pos to prev unconditionally
  ` [PATCH 3/3] mm/memcg: move generation assignment and comparison together

[tj-cgroup:for-5.17-fixes] BUILD SUCCESS c70cd039f1d779126347a896a58876782dcc5284
 2022-02-23 11:11 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 88ea791b5665730a864088be384d4f4f6833e63b
 2022-02-23 11:11 UTC 

[GIT PULL] cgroup fixes for v5.17-rc5
 2022-02-23  0:17 UTC  (2+ messages)

kernel BUG at lib/list_debug.c:54! RIP: 0010:__list_del_entry_valid.cold+0x1d/0x47
 2022-02-22 20:15 UTC  (2+ messages)

[PATCH] cpuset: Fix kernel-doc
 2022-02-22 19:50 UTC  (2+ messages)

[syzbot] WARNING in cpuset_write_resmask
 2022-02-22 18:23 UTC  (7+ messages)

[PATCH] cgroup-v1: Correct privileges check in release_agent writes
 2022-02-22 18:13 UTC  (3+ messages)

[PATCH] cgroup: clarify cgroup_css_set_fork()
 2022-02-22 17:39 UTC  (2+ messages)

[PATCH v4] KVM: Move VM's worker kthreads back to the original cgroup before exiting
 2022-02-22  8:35 UTC  (2+ messages)

[PATCH v3 0/5] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-21 17:25 UTC  (24+ messages)
  ` [PATCH v3 1/5] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
  ` [PATCH v3 2/5] mm/memcg: Disable threshold event handlers on PREEMPT_RT
  ` [PATCH v3 3/5] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
  ` [PATCH v3 4/5] mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
  ` [PATCH v3 5/5] mm/memcg: Protect memcg_stock with a local_lock_t

[PATCH v3] KVM: Move VM's worker kthreads back to the original cgroup before exiting
 2022-02-19  7:55 UTC  (7+ messages)

[RFC v2 0/6] Proposal for a GPU cgroup controller
 2022-02-18 19:12 UTC  (15+ messages)
` [RFC v2 6/6] android: binder: Add a buffer flag to relinquish ownership of fds

[PATCH v3 0/3] block, bfq: minor cleanup and fix
 2022-02-18 13:13 UTC  (6+ messages)

[PATCH v2 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-17  9:28 UTC  (9+ messages)
` [PATCH v2 3/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v2 4/4] mm/memcg: Protect memcg_stock with a local_lock_t

[PATCH v2 0/4] memcg: robust enforcement of memory.high
 2022-02-16 13:12 UTC  (9+ messages)
` [PATCH v2 3/4] selftests: memcg: test high limit for single entry allocation
` [PATCH v2 4/4] memcg: synchronously enforce memory.high for large overcharges

[PATCH] blk-cgroup: set blkg iostat after percpu stat aggregation
 2022-02-15 21:14 UTC  (4+ messages)
    ` [Phishing Risk] [External] "

[tj-cgroup:for-5.17-fixes] BUILD SUCCESS 05c7b7a92cc87ff8d7fde189d0fade250697573c
 2022-02-15 10:56 UTC 

[tj-cgroup:for-next] BUILD SUCCESS ad9bff39fb84a8e81855ef7d728a18bd398fb67e
 2022-02-15 10:56 UTC 


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