cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-17 16:36:15 to 2014-07-16 12:01:47 UTC [more...]

[PATCH RFC 0/5] Virtual Memory Resource Controller for cgroups
 2014-07-16 12:01 UTC  (14+ messages)
  ` [PATCH RFC 1/5] vm_cgroup: basic infrastructure
  ` [PATCH RFC 5/5] vm_cgroup: do not charge tasks in root cgroup
` [PATCH RFC 2/5] vm_cgroup: private writable mappings accounting
` [PATCH RFC 3/5] shmem: pass inode to shmem_acct_* methods
` [PATCH RFC 4/5] vm_cgroup: shared memory accounting

[PATCHSET v2 cgroup/for-3.17] cgroup: distinguish the default and legacy hierarchies when handling cftypes
 2014-07-16  9:46 UTC  (12+ messages)
  ` [PATCH 1/6] cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]
  ` [PATCH 2/6] cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
  ` [PATCH 4/6] cgroup: distinguish the default and legacy hierarchies when handling cftypes
  ` [PATCH 6/6] cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test
` [PATCH 3/6] cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
` [PATCH 5/6] cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core

[patch 00/13] mm: memcontrol: naturalize charge lifetime v4
 2014-07-16  7:55 UTC  (39+ messages)
` [patch 01/13] mm: memcontrol: fold mem_cgroup_do_charge()
` [patch 02/13] mm: memcontrol: rearrange charging fast path
` [patch 03/13] mm: memcontrol: reclaim at least once for __GFP_NORETRY
` [patch 04/13] mm: huge_memory: use GFP_TRANSHUGE when charging huge pages
` [patch 05/13] mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges
` [patch 06/13] mm: memcontrol: remove explicit OOM parameter in charge path
` [patch 07/13] mm: memcontrol: simplify move precharge function
` [patch 08/13] mm: memcontrol: catch root bypass in move precharge
` [patch 09/13] mm: memcontrol: use root_mem_cgroup res_counter
` [patch 10/13] mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed
` [patch 11/13] mm: memcontrol: do not acquire page_cgroup lock for kmem pages
` [patch 12/13] mm: memcontrol: rewrite charge API
` [patch 13/13] mm: memcontrol: rewrite uncharge API

[PATCHSET cgroup/for-3.17] cgroup: distinguish the default and legacy hierarchies when handling cftypes
 2014-07-14 14:42 UTC  (14+ messages)
` [PATCH 2/5] cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
` [PATCH 3/5] cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
` [PATCH 4/5] cgroup: distinguish the default and legacy hierarchies when handling cftypes
    ` [PATCH v2 "
` [PATCH 5/5] cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core
  ` [PATCH 1/5] cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]
      ` [PATCH v2 "
  ` [PATCH 6/5] cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test

[PATCH] kernel:cgroup :fixed coding style issues
 2014-07-11 19:23 UTC 

[RFC Patch V1 09/30] mm, memcg: Use cpu_to_mem()/numa_mem_id() to support memoryless node
 2014-07-11  7:37 UTC 

[GIT PULL] cgroup fixes for v3.16-rc4
 2014-07-10 15:25 UTC 

[PATCH RFC RESEND 01/14] block: kconfig update and build bits for BFQ
 2014-07-09 20:54 UTC  (21+ messages)
` [PATCH RFC - TAKE TWO - 00/12] New version of the BFQ I/O Scheduler
  ` [PATCH RFC - TAKE TWO - 11/12] block, bfq: boost the throughput on NCQ-capable flash-based devices

[PATCH v3 00/12] cpuset: separate configured masks and effective masks
 2014-07-09 20:24 UTC  (19+ messages)
` [PATCH v3 01/12] cpuset: add cs->effective_cpus and cs->effective_mems
` [PATCH v3 02/12] cpuset: update cpuset->effective_{cpus,mems} at hotplug
` [PATCH v3 03/12] cpuset: update cs->effective_{cpus,mems} when config changes
` [PATCH v3 04/12] cpuset: inherit ancestor's masks if effective_{cpus,mems} becomes empty
` [PATCH v3 05/12] cpuset: use effective cpumask to build sched domains
` [PATCH v3 07/12] cpuset: apply cs->effective_{cpus,mems}
` [PATCH v3 08/12] cpuset: make cs->{cpus,mems}_allowed as user-configured masks
` [PATCH v3 09/12] cpuset: refactor cpuset_hotplug_update_tasks()
` [PATCH v3 10/12] cpuset: enable onlined cpu/node in effective masks
` [PATCH v3 11/12] cpuset: allow writing offlined masks to cpuset.cpus/mems
` [PATCH v3 12/12] cpuset: export effective masks to userspace
  ` [PATCH v3 06/12] cpuset: initialize top_cpuset's configured masks at mount

[PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies
 2014-07-09 14:08 UTC  (8+ messages)
` [PATCH 1/4] cgroup: remove CGRP_ROOT_OPTION_MASK
` [PATCH 2/4] cgroup: make interface file "cgroup.sane_behavior" legacy-only
` [PATCH 3/4] cgroup: remove sane_behavior support on non-default hierarchies
` [PATCH 4/4] cgroup: clean up sane_behavior handling

[PATCHSET cgroup/for-3.17] cgroup, blkcg, memcg: make blkcg depend on memcg on unified hierarchy
 2014-07-09 11:57 UTC  (14+ messages)
` [PATCH 1/6] cgroup: reorganize cgroup_subtree_control_write()
` [PATCH 2/6] cgroup: introduce cgroup->subtree_control
` [PATCH 3/6] cgroup: make interface files visible iff enabled on cgroup->subtree_control
` [PATCH 4/6] cgroup: implement cgroup_subsys->css_reset()
` [PATCH 5/6] cgroup: implement cgroup_subsys->depends_on
` [PATCH 6/6] blkcg, memcg: make blkcg depend on memcg on the default hierarchy
    ` [PATCH v2 "

[RFC] cgroups: Resource controller for open files
 2014-07-02 15:02 UTC  (3+ messages)

[PATCH] cgroup: pretty format of /proc/cgoups stats showing
 2014-07-02  8:52 UTC  (3+ messages)

[BUG] cpuset: lockdep warning
 2014-07-01 20:43 UTC  (4+ messages)
  ` [PATCH cgroup/for-3.16-fixes] cpuset: break kernfs active protection in cpuset_write_resmask()

[PATCH v3 1/3] cgroup: fix mount failure in a corner case
 2014-06-30 14:23 UTC  (7+ messages)
  ` [PATCH v3 2/3] kernfs: introduce kernfs_pin_sb()
  ` [PATCH v3 3/3] cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()

[PATCH v2 1/3] cgroup: fix mount failure in a corner case
 2014-06-30  1:41 UTC  (9+ messages)
` [PATCH v2 2/3] kernfs: introduce kernfs_pin_sb()
  ` [PATCH v2 3/3] cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()

[PATCH -trivial 3/4] mm: memcontrol: Spelling s/invlidate/invalidate/, s/trucate/truncate/
 2014-06-29 10:21 UTC 

[PATCH 1/5] cgroup: fix broken css_has_online_children()
 2014-06-27 15:00 UTC  (13+ messages)
` [PATCH 3/5] cgroup: fix mount failure in a corner case
` [PATCH 5/5] cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()

[PATCH V2] mm/mempolicy: fix sleeping function called from invalid context
 2014-06-26  0:58 UTC  (4+ messages)

[PATCH] Documentation: memcg: use 'CONFIG_MEMCG_SWAP'
 2014-06-25  7:20 UTC 

[PATCH] mm/mempolicy: fix sleeping function called from invalid context
 2014-06-25  0:57 UTC  (11+ messages)

[memcontrol] WARNING: CPU: 0 PID: 1 at kernel/res_counter.c:28 res_counter_uncharge_locked()
 2014-06-24 16:10 UTC  (4+ messages)

[PATCH] Documentation: remove remove_from_page_cache note
 2014-06-24  9:25 UTC  (2+ messages)

[PATCH] Documentation: Update remove_from_page_cache with delete_from_page_cache
 2014-06-24  7:35 UTC 

limiting RSS only with memory controller
 2014-06-23 20:12 UTC 

docker crashes rcuos in __blkg_release_rcu
 2014-06-20 18:50 UTC  (6+ messages)
              ` [PATCH block/for-linus] blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt an atomic_t

[PATCH] cgroup:cgroup_mount: Fix uninitialized warning
 2014-06-20 15:57 UTC  (3+ messages)

[PATCH] Documentation: Update remove_from_page_cache with delete_from_page_cache
 2014-06-19  6:32 UTC 

[patch 00/12] mm: memcontrol: naturalize charge lifetime v3
 2014-06-18 21:02 UTC  (10+ messages)
` [patch 03/12] mm: huge_memory: use GFP_TRANSHUGE when charging huge pages

[PATCH 3.13 075/212] device_cgroup: rework device access check and exception checking
 2014-06-17 21:43 UTC  (2+ messages)
` [PATCH 3.13 087/212] device_cgroup: check if exception removal is allowed

[3.13.y.z extended stable] Patch "device_cgroup: check if exception removal is allowed" has been added to staging queue
 2014-06-17 21:42 UTC 

[3.13.y.z extended stable] Patch "device_cgroup: rework device access check and exception checking" has been added to staging queue
 2014-06-17 21:42 UTC 


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