cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-20 19:49:20 to 2012-08-14 10:58:32 UTC [more...]

[PATCH 0/2] Avoiding expensive reference counting in charge page path
 2012-08-14 10:58 UTC  (2+ messages)
  ` [PATCH 1/2] return amount of charges after res_counter_uncharge

[PATCH] execute the whole memcg freeing in rcu callback
 2012-08-14  4:27 UTC  (2+ messages)

[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg
 2012-08-13 21:21 UTC  (42+ messages)
  ` [PATCH v2 01/11] memcg: Make it possible to use the stock for more than one page
  ` [PATCH v2 02/11] memcg: Reclaim when more than one page needed
  ` [PATCH v2 03/11] memcg: change defines to an enum
  ` [PATCH v2 04/11] kmem accounting basic infrastructure
  ` [PATCH v2 05/11] Add a __GFP_KMEMCG flag
  ` [PATCH v2 06/11] memcg: kmem controller infrastructure
  ` [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
  ` [PATCH v2 08/11] memcg: disable kmem code when not in use
  ` [PATCH v2 09/11] memcg: propagate kmem limiting information to children
  ` [PATCH v2 10/11] memcg: allow a memcg with kmem charges to be destructed
  ` [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs

Limiting CPU resources of a cgroup (how do I) HELP REQUESTED
 2012-08-10  0:50 UTC  (3+ messages)

[PATCH RESEND 0/4] device_cgroup: replace internally whitelist with exception list
 2012-08-09 19:04 UTC  (5+ messages)
` [PATCH RESEND 1/4] device_cgroup: add "deny_all" in dev_cgroup structure
` [PATCH RESEND 2/4] device_cgroup: introduce dev_whitelist_clean()
` [PATCH RESEND 3/4] device_cgroup: convert device_cgroup internally to policy + exceptions
` [PATCH RESEND 4/4] device_cgroup: rename whitelist to exception list

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

Getting notifications of the tasks file
 2012-08-07 11:33 UTC  (3+ messages)

[RFC PATCH 07/23 V2] memcontrol: use N_MEMORY instead N_HIGH_MEMORY
 2012-08-06  9:23 UTC  (2+ messages)
    ` [RFC V3 PATCH 08/25] "

[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  (28+ messages)
              ` [Devel] "

[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

[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  (19+ 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)


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