cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-05 15:20:45 to 2012-07-24 22:03:35 UTC [more...]

[PATCH 0/4] device_cgroup: replace internally whitelist with exception list
 2012-07-24 22:03 UTC  (3+ messages)
` [PATCH 1/4] device_cgroup: add "deny_all" in dev_cgroup structure
` [PATCH 2/4] device_cgroup: introduce dev_whitelist_clean()

[PATCH 1/2] memcg, oom: Provide more info while memcg oom happening
 2012-07-24 16:12 UTC  (2+ messages)
  ` [PATCH 2/2] memcg, oom: Clarify some oom dump messages

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

[Announce] Checkpoint-restore tool v0.1
 2012-07-23 13:14 UTC  (2+ messages)

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

containers and cgroups mini-summit @ Linux Plumbers
 2012-07-21  1:59 UTC  (13+ messages)

[PATCH v4 00/25] kmem limitation for memcg
 2012-07-20 22:16 UTC  (4+ messages)
` [PATCH v4 24/25] memcg/slub: shrink dead caches

[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  (20+ messages)
` [patch 1/5] "
  ` [patch 2/5] mm, oom: introduce helper function to process threads during scan
  ` [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  (16+ messages)
` [patch 01/10] mm: memcg: fix compaction/migration failing due to memcg limits
` [patch 02/10] mm: swapfile: clean up unuse_pte race handling
` [patch 03/10] mm: memcg: push down PageSwapCache check into uncharge entry functions
` [patch 04/10] mm: memcg: only check for PageSwapCache when uncharging anon
` [patch 05/10] mm: memcg: move swapin charge functions above callsites
` [patch 06/10] mm: memcg: remove unneeded shmem charge type
` [patch 07/10] mm: memcg: remove needless !mm fixup to init_mm when charging
` [patch 08/10] mm: memcg: split swapin charge function into private and public part
` [patch 09/10] mm: memcg: only check swap cache pages for repeated charging
` [patch 10/10] mm: memcg: only check anon swapin page charges for swap cache

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

[PATCH RFC] mm/memcg: calculate max hierarchy limit number instead of min
 2012-07-19  6:30 UTC  (6+ 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  (8+ messages)
` [PATCH v2 1/5] cgroup: Only update sk_cgrp_prioidx on change
` [PATCH v2 3/5] cgroup: Do not add sock_update_netprioidx() when CONFIG_NETPRIO_CGROUP=0
` [PATCH v2 4/5] cgroup: Make builtin vs. module build ifdefs consistent
  ` [PATCH v2 2/5] cgroup: Do not add sock_update_classid() when CONFIG_NET_CLS_CGROUP=0
  ` [PATCH v2 5/5] cgroup: Make builtin vs. module build ifdefs consistent

[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  (45+ messages)
` [patch 01/11] mm: memcg: fix compaction/migration failing due to memcg limits
` [patch 02/11] mm: swapfile: clean up unuse_pte race handling
` [patch 03/11] mm: shmem: do not try to uncharge known swapcache pages
` [patch 04/11] mm: memcg: push down PageSwapCache check into uncharge entry functions
` [patch 05/11] mm: memcg: only check for PageSwapCache when uncharging anon
` [patch 06/11] mm: memcg: move swapin charge functions above callsites
` [patch 07/11] mm: memcg: remove unneeded shmem charge type
` [patch 08/11] mm: memcg: remove needless !mm fixup to init_mm when charging
` [patch 09/11] mm: memcg: split swapin charge function into private and public part
` [patch 10/11] mm: memcg: only check swap cache pages for repeated charging
` [patch 11/11] mm: memcg: only check anon swapin page charges for swap cache

[PATCH RFC] mm/memcg: recalculate chargeable space after waiting migrating charges
 2012-07-12 13:38 UTC  (5+ messages)

[PATCH] mm/hugetlb_cgroup: Add list_del to remove unused page from hugepage_activelist when hugepage migration
 2012-07-11 10:16 UTC  (5+ messages)

[PATCH] mm/hugetlb_cgroup: Add huge_page_order check to avoid incorrectly uncharge
 2012-07-11  3:03 UTC 

[PATCH RFC] mm/hugetlb_cgroup: Add huge_page_order check to avoid incorrectly uncharge
 2012-07-10 17:41 UTC  (3+ messages)

3.5-rc3: BUG: Dentry still in use (1) [unmount of cgroup cgroup]
 2012-07-09 17:11 UTC  (11+ messages)
              ` [PATCH] cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode

[PATCH] cgroup: Remove populate() documentation
 2012-07-09 16:56 UTC  (2+ messages)

[PATCH] mm/memcg: complete documentation for tcp memcg files
 2012-07-09  4:47 UTC  (2+ messages)

[PATCH] mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit
 2012-07-09  4:44 UTC  (2+ messages)

[PATCH] mm/memcg: add BUG() to mem_cgroup_reset
 2012-07-06  8:44 UTC  (5+ messages)

[PATCH v2] mm/memcg: mem_cgroup_resize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit
 2012-07-06  8:29 UTC  (2+ messages)

[PATCH] mm/memcg: swappiness should between 0 and 100
 2012-07-06  5:24 UTC  (6+ 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).