cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 19:02:34 to 2022-02-28 09:13:54 UTC [more...]

[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 v5 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-28  8:06 UTC  (9+ 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()

[PATCH v9] block: cancel all throttled bios in del_gendisk()
 2022-02-28  6:11 UTC  (7+ messages)

[syzbot] linux-next test error: WARNING in __mod_memcg_lruvec_state
 2022-02-28  6:09 UTC  (2+ messages)

[PATCH] memcg: async flush memcg stats from perf sensitive codepaths
 2022-02-26 12:43 UTC  (6+ messages)

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

Explanation for difference between memcg swap accounting and smaps_rollup
 2022-02-25 16:10 UTC 

[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

[PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
 2022-02-24  7:39 UTC  (3+ messages)

[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 1/2] mm/memcontrol: return 1 from cgroup.memory __setup() handler
 2022-02-22  0:58 UTC 

[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  (21+ messages)
  ` [RFC v2 1/6] gpu: rfc: "
` [RFC v2 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [RFC v2 3/6] dmabuf: Use the GPU cgroup charge/uncharge APIs
` [RFC v2 4/6] dmabuf: heaps: export system_heap buffers with GPU cgroup charging
` [RFC v2 5/6] dmabuf: Add gpu cgroup charge transfer function
` [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  (16+ messages)
  ` [PATCH v2 1/4] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
  ` [PATCH v2 2/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
  ` [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  (11+ messages)
  ` [PATCH v2 1/4] memcg: refactor mem_cgroup_oom
  ` [PATCH v2 2/4] memcg: unify force charging conditions
  ` [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 

[PATCH] cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
 2022-02-14 19:50 UTC  (2+ messages)

[RFC 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1)
 2022-02-11 10:39 UTC  (23+ messages)

[PATCH 0/4] memcg: robust enforcement of memory.high
 2022-02-11  2:44 UTC  (15+ messages)
  ` [PATCH 1/4] memcg: refactor mem_cgroup_oom
  ` [PATCH 2/4] memcg: unify force charging conditions
  ` [PATCH 3/4] selftests: memcg: test high limit for single entry allocation
  ` [PATCH 4/4] memcg: synchronously enforce memory.high

[PATCH v8] block: cancel all throttled bios in del_gendisk()
 2022-02-10 11:33 UTC  (3+ messages)

[RFC RESEND 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1.1)
 2022-02-09 23:29 UTC  (4+ messages)
` [PATCH 02/12] cgroup: rstat: Make cgroup_rstat_cpu_lock name readable


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