Linux Container Development
 help / color / mirror / Atom feed
 messages from 2010-11-01 20:01:22 to 2010-12-16 08:26:03 UTC [more...]

[PATCH v5 0/3] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
 2010-12-16  8:26 UTC  (4+ messages)
      ` [PATCH v5 3/3] cgroups: make procs file writable

cgroup tasks file error
 2010-12-15 22:08 UTC  (13+ messages)

[PATCH v2 1/6] cgroups: Shrink struct cgroup_subsys
 2010-12-15  9:36 UTC  (6+ messages)
  ` [PATCH v2 2/6] cgroups: Allow to bind a subsystem to a cgroup hierarchy
  ` [PATCH v2 3/6] cgroups: Allow to unbind subsystem from "
  ` [PATCH v2 4/6] cgroups: Mark some subsystems bindable/unbindable
  ` [PATCH v2 5/6] cgroups: Triger BUG if a bindable subsystem calls css_get()
  ` [PATCH v2 6/6] cgroups: Update documentation for bindable subsystems

[PATCH v2 0/6] cgroups: Bindable cgroup subsystems
 2010-12-15  9:34 UTC 

[PATCH cgroups] Remove deprecated subsystem from examples
 2010-12-15  2:28 UTC 

cgroup tasks file error
 2010-12-14 17:17 UTC  (6+ messages)

STDIN_FILENO during restart
 2010-12-14  5:50 UTC 

C/R of termios
 2010-12-13 19:21 UTC  (5+ messages)

regular lxc development call?
 2010-12-13 18:12 UTC  (9+ messages)
          ` [Lxc-users] "

[PATCH][usercr]: Ghost tasks must be detached
 2010-12-11  3:35 UTC 

[PATCH][cr]: Ghost tasks must not be detached in kernel
 2010-12-11  3:33 UTC 

[RFC PATCH 2/4] security: Make capabilities relative to the user namespace
 2010-12-11  1:29 UTC  (7+ messages)
  ` [RFC PATCH 1/4] Add a user_namespace as creator/owner of uts_namespace
    ` [RFC PATCH 3/4] allow sethostname in a container
      ` [RFC PATCH 4/4] allow killing tasks in your own or child userns

[RFC PATCH 1/4] Add a user_namespace as creator/owner of uts_namespace
 2010-12-09 17:20 UTC 

Delivery Status Notification (Failure)
 2010-12-09 17:01 UTC 

Register
 2010-12-09  6:21 UTC 

trying to build simple checkpoint/restart recipes
 2010-12-08 22:26 UTC  (5+ messages)

Containers HOWTO? (Where do I start?)
 2010-12-08 22:11 UTC  (4+ messages)

[PATCH] user_ns: Improve the user_ns on-the-slab packaging
 2010-12-07 22:13 UTC  (5+ messages)

[PATCH 1/2] cgroup: Set CGRP_RELEASABLE when adding to a cgroup
 2010-12-03  3:07 UTC  (7+ messages)
  ` [PATCH 2/2] cgroup: Remove call to synchronize_rcu in cgroup_attach_task

[RFC PATCH 1/2] cgroup: add per cgroup timer_slack_ns
 2010-12-02 22:06 UTC  (8+ messages)
  ` [RFC PATCH 2/2] cgroup/freezer: add per freezer duty ratio control

[RFC PATCH 0/2] per cgroup timer slack and freezer duty cycle
 2010-12-01 19:00 UTC 

[Ksummit-2010-discuss] checkpoint-restart: naked patch
 2010-11-29  4:09 UTC  (49+ messages)

[PATCH] cgroup: Convert synchronize_rcu to call_rcu in cgroup_attach_task
 2010-11-24 18:58 UTC  (10+ messages)
      ` [PATCH] cgroup: Remove call to synchronize_rcu "

[PATCH] cgroup: Remove RCU from task->cgroups
 2010-11-21 23:02 UTC 

[PATCH] cgroup: Remove RCU from task->cgroups
 2010-11-21  2:00 UTC 

[PATCH] checkpoint: conditionally schedule; check for fatal signals
 2010-11-18 23:03 UTC  (2+ messages)

[PATCH v4 00/11] memcg: per cgroup dirty page accounting
 2010-11-18  2:02 UTC  (13+ messages)
` [PATCH v4 03/11] memcg: create extensible page stat update routines
` [PATCH v4 05/11] writeback: create dirty_info structure

Mounting blkio cgroup hierarchy
 2010-11-15  1:17 UTC  (3+ messages)

Mounting blkio cgroup hierarchy
 2010-11-12 17:13 UTC 

cannot make ssh connection between host to container
 2010-11-12 15:15 UTC 

LXC+USER integrated patchset
 2010-11-10 19:22 UTC 

[PATCH 2/7] cgroups: Allow to bind a subsystem to a cgroup hierarchy
 2010-11-10  2:15 UTC  (10+ messages)
      ` [PATCH 1/7] cgroups: Shrink struct cgroup_subsys
      ` [PATCH 7/7] cgroups: Update documentation for bindable subsystems

Transmisión de Eventos en Vivo por Internet - Promoción
 2010-11-09  5:05 UTC 

recent c/r thread on lkml
 2010-11-07  0:21 UTC 

Need help to debug container's freeze
 2010-11-05 12:41 UTC  (2+ messages)
    ` Need help to debug freeze on kernel side (somehow related to lxc)

[PATCH] cgroup: Avoid a memset by using vzalloc
 2010-11-05  3:08 UTC  (10+ messages)
                ` [PATCH 00/49] Use vzalloc not vmalloc/kmemset
                  ` [PATCH 44/49] mm: Use vzalloc

[PATCH v2] cgroup: prefer [kv]zalloc[_node] over [kv]malloc+memset in memory controller code
 2010-11-04 20:35 UTC 

[PATCH v2] cgroup: prefer [kv]zalloc[_node] over [kv]malloc+memset in memory controller code
 2010-11-04 20:17 UTC 

[PATCH 0/3] rcu - removing superfluous rcu_read_lock_held check
 2010-11-03 18:40 UTC  (8+ messages)
    ` [PATCH 3/3] net "
    ` [PATCH 2/3] kernel, cred, kvm, security "
      ` [PATCH 2/3] kernel,cred,kvm,security "
    ` [PATCH 1/3] cgroup "

[PATCH] cgroup: prefer [kv]zalloc over [kv]malloc+memset in memory controller code
 2010-11-03 14:15 UTC  (5+ messages)

Adding a mount after container is running?
 2010-11-03  9:52 UTC 

[RFC][PATCH][cr]: Mark ghost tasks as detached earlier
 2010-11-02 15:57 UTC  (3+ messages)

[PATCH] cgroup: prefer [kv]zalloc over [kv]malloc+memset in memory controller code
 2010-11-01 23:11 UTC 

[PATCH 0/6] Relink unlinked files for checkpoint/restart support
 2010-11-01 20:43 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox