messages from 2012-03-13 07:07:10 to 2012-03-22 00:23:10 UTC [more...]
[PATCHSET] cgroup: cftype based file interface, take #2
2012-03-22 0:23 UTC (14+ messages)
` [PATCH 01/12] cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
` [PATCH 02/12] cgroup: build list of all cgroups under a given cgroupfs_root
` [PATCH 03/12] cgroup: implement cgroup_add_cftypes() and friends
` [PATCH 04/12] cgroup: merge cft_release_agent cftype array into the base files array
` [PATCH 05/12] cgroup: relocate cftype and cgroup_subsys definitions in controllers
` [PATCH 06/12] cgroup: convert all non-memcg controllers to the new cftype interface
` [PATCH 07/12] memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAP
` [PATCH 08/12] cgroup: convert memcg controller to the new cftype interface
` [PATCH 09/12] cgroup: remove cgroup_add_file[s]()
` [PATCH 10/12] cgroup: relocate __d_cgrp() and __d_cft()
` [PATCH 11/12] cgroup: introduce struct cfent
` [PATCH 12/12] cgroup: implement cgroup_rm_cftypes()
Q: cgroup: Questions about possible issues in cgroup locking
2012-03-21 18:59 UTC (12+ messages)
[PATCH 0/4] My contribution towards the end of populate()
2012-03-21 16:30 UTC (12+ messages)
` [PATCH 1/4] don't trigger warning when d_subdirs is not empty
` [PATCH 2/4] pass struct mem_cgroup instead of struct cgroup to socket memcg
` [PATCH 3/4] provide a function to register more cftype files into memcg
` [PATCH 4/4] get rid of populate for memcg
[PATCH] memcg: Do not open code accesses to res_counter members
2012-03-21 13:26 UTC (3+ messages)
[PATCH] memcg: change behavior of moving charges at task move
2012-03-21 9:52 UTC
memcg-devel updated for v3.3
2012-03-21 9:45 UTC
[RFC][PATCH 0/3] page cgroup diet
2012-03-21 6:30 UTC (16+ messages)
` [RFC][PATCH 1/3] memcg: add methods to access pc->mem_cgroup
` [RFC][PATCH 2/3] memcg: reduce size of struct page_cgroup
` [RFC][PATCH 3/3] memcg: atomic update of memcg pointer and other bits
[PATCH -V4 00/10] memcg: Add memcg extension to control HugeTLB allocation
2012-03-21 5:22 UTC (33+ messages)
` [PATCH -V4 01/10] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V4 02/10] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V4 03/10] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V4 04/10] memcg: Add HugeTLB extension
` [PATCH -V4 05/10] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V4 06/10] memcg: track resource index in cftype private
` [PATCH -V4 07/10] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V4 08/10] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V4 09/10] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V4 10/10] memcg: Add memory controller documentation for hugetlb management
[PATCHSET] cgroup: cftype based file interface
2012-03-21 5:08 UTC (34+ messages)
` [PATCH 01/10] cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
` [PATCH 02/10] cgroup: build list of all cgroups under a given cgroupfs_root
` [PATCH 03/10] cgroup: implement cgroup_add_cftypes() and friends
` [PATCH 04/10] cgroup: merge cft_release_agent cftype array into the base files array
` [PATCH 05/10] cgroup: convert all non-memcg controllers to the new cftype interface
` [PATCH 06/10] cgroup: convert memcg controller "
` [PATCH 07/10] cgroup: remove cgroup_add_file[s]()
` [PATCH 08/10] cgroup: relocate __d_cgrp() and __d_cft()
` [PATCH 09/10] cgroup: introduce struct cfent
` [PATCH UPDATED "
` [PATCH 10/10] cgroup: implement cgroup_rm_cftypes()
[GIT PULL] cgroup changes for v3.4
2012-03-19 22:58 UTC
[RFC][PATCH] cgroup: fix race between fork and cgroup freezing
2012-03-19 15:05 UTC (8+ messages)
What's the progress of per cgroup background reclaim?
2012-03-19 8:09 UTC (7+ messages)
[RFD] cgroup: about multiple hierarchies
2012-03-16 23:14 UTC (19+ messages)
[RFC] cgroup: removing css reference drain wait during cgroup removal
2012-03-16 10:21 UTC (14+ messages)
` [RFC REPOST] "
[PATCH] cgroup: deprecate remount option changes and "name=" mount option
2012-03-15 19:45 UTC (7+ messages)
` [PATCH] cgroup: deprecate remount option changes "
[PATCH v2 00/13] Memcg Kernel Memory Tracking
2012-03-15 11:40 UTC (28+ messages)
` [PATCH v2 02/13] memcg: Kernel memory accounting infrastructure
` [PATCH v2 03/13] memcg: Uncharge all kmem when deleting a cgroup
` [PATCH v2 06/13] slab: Add kmem_cache_gfp_flags() helper function
` [PATCH v2 07/13] memcg: Slab accounting
[PATCH -V3 0/8] memcg: Add memcg extension to control HugeTLB allocation
2012-03-14 23:43 UTC (31+ messages)
` [PATCH -V3 1/8] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V3 2/8] memcg: Add HugeTLB extension
` [PATCH -V3 3/8] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V3 4/8] memcg: track resource index in cftype private
` [PATCH -V3 5/8] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V3 6/8] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V3 7/8] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V3 8/8] memcg: Add memory controller documentation for hugetlb management
[patch] mm, memcg: do not allow tasks to be attached with zero limit
2012-03-14 9:42 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).