cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-23 00:58:57 to 2012-01-19 01:47:27 UTC [more...]

[PATCH 1/2] cgroup: revise how we re-populate root directory
 2012-01-19  1:47 UTC  (10+ messages)
  ` [PATCH 2/2] cgroup: add xattr support

[RFC] [PATCH 0/7 v2] memcg: page_cgroup diet
 2012-01-18 23:58 UTC  (22+ messages)
` [RFC] [PATCH 1/7 v2] memcg: remove unnecessary check in mem_cgroup_update_page_stat()
` [RFC] [PATCH 4/7 v2] memcg: new scheme to update per-memcg page stat accounting
  ` [RFC] [PATCH 2/7 v2] memcg: add memory barrier for checking account move
  ` [RFC] [PATCH 3/7 v2] memcg: remove PCG_MOVE_LOCK flag from pc->flags
  ` [RFC] [PATCH 5/7 v2] memcg: remove PCG_FILE_MAPPED
  ` [RFC] [PATCH 6/7 v2] memcg: remove PCG_CACHE
` [RFC] [PATCH 7/7 v2] memcg: make mem_cgroup_begin_update_stat to use global pcpu

Q: cgroup: Questions about possible issues in cgroup locking
 2012-01-18 23:17 UTC  (19+ messages)

[patch 0/2] mm: memcg reclaim integration followups
 2012-01-18 20:38 UTC  (29+ messages)
` [patch 1/2] mm: memcg: per-memcg reclaim statistics
` [patch 2/2] mm: memcg: hierarchical soft limit reclaim

[PATCH] introduce res_counter_charge_nofail() for socket allocations
 2012-01-18 15:15 UTC 

[PATCH] move sock_update_memcg outside of CONFIG_INET
 2012-01-17 15:16 UTC  (3+ messages)

[PATCH 0/8] cgroups: Task counter subsystem v7
 2012-01-16 12:38 UTC  (11+ messages)
` [PATCH 2/8] cgroups: new resource counter inheritance API
` [PATCH 3/8] cgroups: ability to stop res charge propagation on bounded ancestor
` [PATCH 4/8] cgroups: add res counter common ancestor searching
` [PATCH 5/8] res_counter: allow charge failure pointer to be null
` [PATCH 6/8] cgroups: pull up res counter charge failure interpretation to caller
  ` [PATCH 1/8] cgroups: add res_counter_write_u64() API
  ` [PATCH 7/8] cgroups: allow subsystems to cancel a fork
  ` [PATCH 8/8] cgroups: Add a task counter subsystem

[RESEND, PATCH 1/6] memcg: mark more functions/variables as static
 2012-01-16 11:59 UTC  (10+ messages)
` [RESEND, PATCH 2/6] memcg: remove unused variable
` [RESEND, PATCH 3/6] memcg: mark stat field of mem_cgroup struct as __percpu
` [RESEND, PATCH 4/6] memcg: fix broken boolean expression
` [RESEND, PATCH 5/6] memcg: drop redundant brackets
` [RESEND, PATCH 6/6] memcg: cleanup memcg_check_events()

[PATCH] memcg: fix compile warning on non-numa systems
 2012-01-16  8:47 UTC  (2+ messages)

[PATCH] net: decrement memcg jump label when limit, not usage, is changed
 2012-01-12 20:28 UTC  (2+ messages)

[PATCH 1/6] memcg: fix unused variable warning
 2012-01-10  8:52 UTC  (30+ messages)
` [PATCH 2/6] memcg: mark more functions/variables as static
` [PATCH 3/6] memcg: remove unused variable
` [PATCH 4/6] memcg: mark stat field of mem_cgroup struct as __percpu
` [PATCH 5/6] memcg: fix broken boolen expression
` [PATCH 6/6] memcg: drop redundant brackets
` [PATCH] Makefiles: Disable unused-variable warning (was: Re: [PATCH 1/6] memcg: fix unused variable warning)
    ` [PATCH] Makefiles: Disable unused-variable warning

[GIT PULL] cgroup changes for v3.3-rc1
 2012-01-09 18:45 UTC  (2+ messages)

[PATCH] net: fix sock_clone reference mismatch with tcp memcontrol
 2012-01-07 18:17 UTC  (2+ messages)

[PATCH] net: fix sock_clone reference mismatch with tcp memcontrol
 2012-01-06 21:14 UTC 

how to make memory.memsw.failcnt is nonzero
 2012-01-06 10:12 UTC  (4+ messages)

[PATCH] cgroup: fix to allow mounting a hierarchy by name
 2012-01-06  2:27 UTC  (14+ messages)
  ` [PATCH v2] "

[PATCH 1/3] cgroup: simplify double-check locking in cgroup_attach_proc
 2012-01-05 17:35 UTC  (8+ messages)
  ` [PATCH 2/3] cgroup: replace tasklist_lock with rcu_read_lock
  ` [PATCH 3/3] cgroup: remove extra calls to find_existing_css_set

memcg-devel git tree updated to 3.2
 2012-01-05 12:17 UTC 

[PATCH 1/2] memcg: root_mem_cgroup makes static
 2012-01-04 17:34 UTC  (5+ messages)
  ` [PATCH 2/2] memcg: mark rcu protected member as __rcu

[patch] cgroup: move assignement out of condition in cgroup_attach_proc()
 2012-01-04 15:38 UTC  (2+ messages)

[32/75] cgroups: fix a css_set not found bug in cgroup_attach_proc
 2012-01-03 22:33 UTC 

[24/67] cgroups: fix a css_set not found bug in cgroup_attach_proc
 2012-01-03 22:29 UTC 

[PATCH v2] cgroup: Remove task_lock() from cgroup_post_fork()
 2011-12-27 17:06 UTC  (4+ messages)

[PATCH 1/2] cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
 2011-12-27 16:52 UTC  (5+ messages)
  ` [PATCH 2/2] cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()

Announcement - memcg-devel git tree
 2011-12-27  9:17 UTC 

[PATCH 1/2] cgroup: replace tasklist_lock with rcu_read_lock
 2011-12-27  2:40 UTC  (4+ messages)
  ` [PATCH 2/2] cgroup: remove extra calls to find_existing_css_set

[PATCH] cgroup: move a check to parse_cgroupfs_options()
 2011-12-27  1:48 UTC  (5+ messages)

[PATCH] Partial revert "Basic kernel memory functionality for the Memory Controller"
 2011-12-26  9:32 UTC  (3+ messages)

[PATCH v9 0/9] Request for inclusion: per-cgroup tcp memory pressure controls
 2011-12-23  8:57 UTC  (4+ messages)
` [PATCH v9 3/9] socket: initial cgroup code

[PATCH v2] Partial revert "Basic kernel memory functionality for the Memory Controller"
 2011-12-23  3:39 UTC  (2+ messages)

[PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc
 2011-12-23  2:52 UTC  (2+ messages)
  ` [PATCH 2/2] cgroup: remove extra calls to find_existing_css_set

[PATCH 1/3] cgroup: remove tasklist_lock from cgroup_attach_proc
 2011-12-23  2:41 UTC  (7+ messages)
` [PATCH 2/3] cgroup: remove double-checking locking from attach_task_by_pid

[PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc
 2011-12-23  0:58 UTC  (3+ 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).