cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-05 18:42:53 to 2015-11-10 07:49:14 UTC [more...]

[PATCH 0/5] memcg/kmem: switch to white list policy
 2015-11-10  7:49 UTC  (16+ messages)
  ` [PATCH 1/5] Revert "kernfs: do not account ino_ida allocations to memcg"
` [PATCH 2/5] Revert "gfp: add __GFP_NOACCOUNT"
` [PATCH 3/5] memcg: only account kmem allocations marked as __GFP_ACCOUNT
` [PATCH 4/5] vmalloc: allow to account vmalloc to memcg
` [PATCH 5/5] Account certain kmem allocations "

[PATCH cgroup/for-4.4-fixes] cgroup: fix cftype->file_offset handling
 2015-11-07  7:42 UTC  (3+ messages)

[PATCH 0/8] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-07  3:45 UTC  (61+ messages)
` [PATCH 1/8] mm: page_counter: let page_counter_try_charge() return bool
` [PATCH 2/8] mm: memcontrol: export root_mem_cgroup
` [PATCH 3/8] net: consolidate memcg socket buffer tracking and accounting
` [PATCH 4/8] mm: memcontrol: prepare for unified hierarchy socket accounting
` [PATCH 5/8] mm: memcontrol: account socket memory on unified hierarchy
` [PATCH 6/8] mm: vmscan: simplify memcg vs. global shrinker invocation
` [PATCH 7/8] mm: vmscan: report vmpressure at the level of reclaim activity
` [PATCH 8/8] mm: memcontrol: hook up vmpressure to socket pressure

cgroups您好;(AD)
 2015-11-06  1:20 UTC 

[PATCHSET] memcg: improve high limit behavior and always enable kmemcg on dfl hier
 2015-11-05 17:30 UTC  (3+ messages)
` [PATCH 4/4] memcg: always enable kmemcg on the default hierarchy

[cgroup:test-merge-for-4.4 1/1] mm/vmscan.c:178:6: error: implicit declaration of function 'cgroup_on_dfl'
 2015-11-05  8:06 UTC  (4+ messages)

piping core dump to a program escapes container
 2015-11-05  4:42 UTC  (3+ messages)

[PATCH 0/8] mm: memcontrol: account socket memory in unified hierarchy v2
 2015-11-04 22:22 UTC  (9+ messages)
` [PATCH 1/8] mm: memcontrol: export root_mem_cgroup
` [PATCH 2/8] mm: vmscan: simplify memcg vs. global shrinker invocation
  ` [PATCH 3/8] mm: page_counter: let page_counter_try_charge() return bool
` [PATCH 4/8] net: tcp_memcontrol: remove bogus hierarchy pressure propagation
` [PATCH 5/8] net: tcp_memcontrol: consolidate socket buffer tracking and accounting
` [PATCH 6/8] mm: memcontrol: prepare for unified hierarchy socket accounting
` [PATCH 7/8] mm: memcontrol: account socket memory in unified hierarchy memory controller
` [PATCH 8/8] mm: memcontrol: hook up vmpressure to socket pressure

[GIT PULL] cgroup changes for v4.4-rc1
 2015-11-04 21:10 UTC 

RFC rdma cgroup
 2015-11-04 17:23 UTC  (7+ messages)

[PATCH cgroup/for-4.4] cgroup: fix race condition around termination check in css_task_iter_next()
 2015-10-29  3:02 UTC  (3+ messages)

[PATCH] oom_kill: add option to disable dump_stack()
 2015-10-28 23:55 UTC  (11+ messages)

[PATCH 0/7] devcg: device cgroup extension for rdma resource
 2015-10-28  8:14 UTC  (13+ messages)

[PATCH 3/3] sched: Implement interface for cgroup unified hierarchy
 2015-10-27  6:08 UTC  (31+ messages)
                                                ` Getrandom wrapper

[PATCH cgroup/for-4.4 1/3] cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type
 2015-10-26  2:54 UTC  (11+ messages)
` [PATCH cgroup/for-4.4 2/3] cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/
    ` [PATCH cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation
        ` [PATCH v2 "

[PATCH] glibc: Remove CPU set size checking from affinity functions [BZ #19143]
 2015-10-23 14:00 UTC  (6+ messages)

[PATCH] mm: memcontrol: eliminate root memory.current
 2015-10-22 12:29 UTC  (3+ messages)

[PATCH] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase
 2015-10-21 20:05 UTC  (6+ messages)

[PATCH] mm: vmscan: count slab shrinking results after each shrink_slab()
 2015-10-20 15:43 UTC  (4+ messages)

cgroup pid controller side effects
 2015-10-19 10:00 UTC  (3+ messages)

[PATCHSET cgroup/for-4.4] cgroup: make zombies retain cgroup membership and fix pids controller
 2015-10-19  8:48 UTC  (23+ messages)
` [PATCH 02/14] cgroup: make cgroup->nr_populated count the number of populated css_sets
` [PATCH 04/14] cgroup: move check_for_release() invocation
` [PATCH 06/14] cgroup: make css_sets pin the associated cgroups
    ` [PATCH v2 "
` [PATCH 07/14] cgroup: make cgroup_destroy_locked() test cgroup_is_populated()
` [PATCH 08/14] cgroup: keep css_set and task lists in chronological order
` [PATCH 09/14] cgroup: factor out css_set_move_task()
` [PATCH 12/14] cgroup: make css_set_rwsem a spinlock and rename it to css_set_lock
` [PATCH 13/14] cgroup: keep zombies associated with their original cgroups
    ` [PATCH v2 "
  ` [PATCH 01/14] cgroup: remove an unused parameter from cgroup_task_migrate()
  ` [PATCH 03/14] cgroup: replace cgroup_has_tasks() with cgroup_is_populated()
  ` [PATCH 05/14] cgroup: relocate cgroup_[try]get/put()
  ` [PATCH 10/14] cgroup: reorganize css_task_iter functions
  ` [PATCH 11/14] cgroup: don't hold css_set_rwsem across css task iteration
    ` [PATCH v2 "
  ` [PATCH 14/14] cgroup: add cgroup_subsys->free() method and use it to fix pids controller

[PATCH cgroup/for-4.3 1/3] cgroup: replace error handling in cgroup_init() with WARN_ON()s
 2015-10-15 20:59 UTC  (3+ messages)
` [PATCH cgroup/for-4.3 2/3] cgroup: drop cgroup__DEVEL__legacy_files_on_dfl

[cgroup:review-zombies 36/37] kernel/fork.c:254:2: error: implicit declaration of function 'cgroup_free'
 2015-10-10  3:39 UTC 

pids controller fails to track zombie processes
 2015-10-05 18:42 UTC  (2+ messages)


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