cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-12 12:29:38 to 2012-08-06 05:39:36 UTC [more...]

[RFC PATCH 00/23 V2] memory, numa: introduce MOVABLE-dedicated node and online_movable for hotplug
 2012-08-06  5:39 UTC  (33+ messages)
  ` [RFC PATCH 01/23 V2] node_states: introduce N_MEMORY
  ` [RFC PATCH 02/23 V2] cpuset: use N_MEMORY instead N_HIGH_MEMORY
  ` [RFC PATCH 03/23 V2] procfs: "
  ` [RFC PATCH 04/23 V2] oom: "
  ` [RFC PATCH 05/23 V2] mm,migrate: "
  ` [RFC PATCH 06/23 V2] mempolicy: "
  ` [RFC PATCH 07/23 V2] memcontrol: "
  ` [RFC PATCH 08/23 V2] hugetlb: "
  ` [RFC PATCH 09/23 V2] vmstat: "
  ` [RFC PATCH 10/23 V2] kthread: "
  ` [RFC PATCH 11/23 V2] init: "
  ` [RFC PATCH 12/23 V2] vmscan: "
  ` [RFC PATCH 13/23 V2] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
  ` [RFC PATCH 14/23 V2] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
  ` [RFC PATCH 15/23 V2] memory_hotplug: fix missing nodemask management
  ` [RFC PATCH 16/23 V2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
  ` [RFC PATCH 17/23 V2] page_alloc.c: don't subtract unrelated memmap from zone's present pages
  ` [RFC PATCH 18/23 V2] page_alloc: add kernelcore_max_addr
  ` [RFC PATCH 19/23 V2] x86: get pg_data_t's memory from other node
  ` [RFC PATCH 20/23 V2] x86: use memblock_set_current_limit() to set memblock.current_limit
  ` [RFC PATCH 21/23 V2] memblock: limit memory address from memblock
  ` [RFC PATCH 22/23 V2] memblock: compare current_limit with end variable at memblock_find_in_range_node()
  ` [RFC PATCH 23/23 V2] mm, memory-hotplug: add online_movable

containers and cgroups mini-summit @ Linux Plumbers
 2012-08-02  9:42 UTC  (38+ messages)
              ` [Devel] "

[RFC PATCH 07/23 V2] memcontrol: use N_MEMORY instead N_HIGH_MEMORY
 2012-08-02  6:01 UTC 

[PATCH 1/2] memcg, oom: Provide more info while memcg oom happening
 2012-08-01  3:55 UTC  (3+ messages)
  ` [PATCH 2/2] memcg, oom: Clarify some oom dump messages

[PATCH 00/10] memcg kmem limitation - slab
 2012-07-31 16:39 UTC  (31+ messages)
  ` [PATCH 01/10] slab/slub: struct memcg_params
  ` [PATCH 02/10] consider a memcg parameter in kmem_create_cache
  ` [PATCH 03/10] memcg: infrastructure to match an allocation to the right cache
  ` [PATCH 04/10] memcg: skip memcg kmem allocations in specified code regions
  ` [PATCH 05/10] slab: allow enable_cpu_cache to use preset values for its tunables
  ` [PATCH 06/10] sl[au]b: Allocate objects from memcg cache
  ` [PATCH 07/10] memcg: destroy memcg caches
  ` [PATCH 08/10] memcg/sl[au]b Track all the memcg children of a kmem_cache
  ` [PATCH 09/10] slab: slab-specific propagation changes
  ` [PATCH 10/10] memcg/sl[au]b: shrink dead caches

Getting notifications of the tasks file
 2012-07-31 14:14 UTC  (2+ messages)

[Announce] Checkpoint-restore tool v0.1
 2012-07-31 10:30 UTC  (13+ messages)

+ hugetlb-cgroup-simplify-pre_destroy-callback.patch added to -mm tree
 2012-07-30 18:25 UTC  (24+ messages)
                ` [PATCH] cgroup: Don't drop the cgroup_mutex in cgroup_rmdir

[PATCH V2 0/6] Per-cgroup page stat accounting
 2012-07-30 15:02 UTC  (10+ messages)
` [PATCH V2 1/6] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH V2 2/6] Make TestSetPageDirty and dirty page accounting in one func
` [PATCH V2 3/6] Use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH V2 4/6] memcg: add per cgroup dirty pages accounting
` [PATCH V2 5/6] memcg: add per cgroup writeback "
  ` [PATCH V2 6/6] memcg: Document cgroup dirty/writeback memory statistics

[PATCH 0/4] device_cgroup: replace internally whitelist with exception list
 2012-07-30 14:51 UTC  (6+ messages)
` [PATCH 1/4] device_cgroup: add "deny_all" in dev_cgroup structure
` [PATCH 2/4] device_cgroup: introduce dev_whitelist_clean()
` [PATCH 3/4] device_cgroup: convert device_cgroup internally to policy + exceptions
` [PATCH 4/4] device_cgroup: rename whitelist to exception list

permissions bug?
 2012-07-27 17:22 UTC  (2+ messages)
  ` permissions bug? (my error)

[PATCH v4 00/25] kmem limitation for memcg
 2012-07-25 18:15 UTC  (6+ messages)
` [PATCH v4 24/25] memcg/slub: shrink dead caches

[GIT PULL] cgroup changes for v3.6-rc1
 2012-07-25  0:15 UTC 

[PATCH] fix bad behavior in use_hierarchy file
 2012-07-23 17:22 UTC  (4+ messages)

[PATCH v2] mm/memcg: use exist interface to get css from memcg
 2012-07-19 12:55 UTC  (5+ messages)

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-07-19 10:11 UTC  (13+ messages)
` [patch 1/5] "
  ` [patch 3/5] mm, memcg: introduce own oom handler to iterate only over its own threads
  ` [patch 4/5] mm, oom: reduce dependency on tasklist_lock
          ` [PATCH mmotm] mm, oom: reduce dependency on tasklist_lock: fix
  ` [patch 5/5] mm, memcg: move all oom handling to memcontrol.c

[patch 00/10] mm: memcg: charge/uncharge improvements v2
 2012-07-19  9:57 UTC  (3+ messages)
` [patch 03/10] mm: memcg: push down PageSwapCache check into uncharge entry functions

[PATCH 0/7] Per-cgroup page stat accounting
 2012-07-19  6:33 UTC  (5+ messages)
` [PATCH 5/7] memcg: add per cgroup dirty pages accounting

[PATCH RFC] mm/memcg: calculate max hierarchy limit number instead of min
 2012-07-19  6:30 UTC  (3+ messages)

[PATCH v2][resend] mm/memcg: use exist interface to get css from memcg
 2012-07-19  0:37 UTC 

[PATCH] mm/memcg: use exist interface to get css from memcg
 2012-07-18  9:34 UTC  (3+ messages)

[PATCH] cgroup: Update remount documentation
 2012-07-17 18:13 UTC  (2+ messages)

[PATCH] mm/memcg: remove redundant checking on root memcg
 2012-07-17 10:56 UTC  (2+ messages)

[RFC PATCH] sched: dynamically schedule domain configuration
 2012-07-17  2:46 UTC 

[PATCH] cgroup: fix dentry still in use bug when dropping css refs after umount
 2012-07-16 16:45 UTC  (11+ messages)
      ` [PATCH 1/2] Revert "cgroup: superblock can't be released with active dentries"
        ` [PATCH 2/2] cgroup: fix cgroup hierarchy umount race

[PATCH v2 0/5] cgroup cls & netprio 'cleanups'
 2012-07-13 15:04 UTC  (3+ messages)

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-07-12 15:40 UTC  (10+ messages)
      ` Fork bomb limitation in memcg WAS: "

[patch 00/11] mm: memcg: charge/uncharge improvements
 2012-07-12 13:51 UTC  (7+ messages)
` [patch 03/11] mm: shmem: do not try to uncharge known swapcache pages

[PATCH RFC] mm/memcg: recalculate chargeable space after waiting migrating charges
 2012-07-12 13:38 UTC  (5+ 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).