Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-11-13 19:04:11 to 2009-12-02 15:26:04 UTC [more...]

[PATCH ckpt-v19-rc2] smack: resolve merge conflicts
 2009-12-02 15:26 UTC 

ckpt-v19-rc2
 2009-12-02  5:23 UTC 

how to handle devpts
 2009-12-01 15:02 UTC  (3+ messages)

[PATCH] user-cr: invoke exit system call directly from ckpt_do_feeder
 2009-12-01  7:12 UTC  (5+ messages)

[v13][PATCH 01/12] Factor out code to allocate pidmap page
 2009-11-30 21:20 UTC  (15+ messages)
  ` [v13][PATCH 02/12] Have alloc_pidmap() return actual error code
  ` [v13][PATCH 03/12] Define set_pidmap() function
  ` [v13][PATCH 04/12] Add target_pids parameter to alloc_pid()
  ` [v13][PATCH 05/12] Add target_pids parameter to copy_process()
  ` [v13][PATCH 06/12] Check invalid clone flags
  ` [v13][PATCH 07/12] Define do_fork_with_pids()
  ` [v13][PATCH 08/12] Implement sys_eclone for x86
  ` [v13][PATCH 09/12] Implement sys_eclone for x86_64
  ` [v13][PATCH 10/12] Implement sys_eclone for s390
  ` [v13][PATCH 11/12] Implement sys_eclone for powerpc
  ` [v13][PATCH 12/12] Document sys_eclone
  ` [v13][PATCH 00/12] Implement eclone() system call

stop checkpointed process
 2009-11-29 15:45 UTC  (2+ messages)

[PATCH RFC v0 1/3] cgroup: implement eventfd-based generic API for notifications
 2009-11-27 11:55 UTC  (10+ messages)
  ` [PATCH RFC v0 2/3] res_counter: implement thresholds
  ` [PATCH RFC v0 3/3] memcg: implement memory thresholds
    ` [PATCH RFC v1 1/3] cgroup: implement eventfd-based generic API for notifications
    ` [PATCH RFC v1 2/3] res_counter: implement thresholds
    ` [PATCH RFC v1 3/3] memcg: implement memory thresholds

[PATCH RFC v1 0/3] cgroup notifications API and memory thresholds
 2009-11-27 11:55 UTC 

LXC for desktop
 2009-11-27  7:23 UTC 

[PATCH RFC v0 1/3] cgroup: implement eventfd-based generic API for notifications
 2009-11-26 18:38 UTC  (7+ messages)
  ` [PATCH RFC v0 2/3] res_counter: implement thresholds
  ` [PATCH RFC v0 3/3] memcg: implement memory thresholds
  ` [PATCH RFC v0 0/3] cgroup notifications API and "

[PATCH RFC v0 0/3] cgroup notifications API and memory thresholds
 2009-11-26 17:11 UTC 

[PATCH RFC v0 0/3] cgroup notifications API and memory thresholds
 2009-11-26 16:27 UTC 

[PATCH RFC] powerpc: catch 32/64bit mix
 2009-11-25 20:32 UTC  (4+ messages)

[PATCH user-cr 1/2] use Suka's v11 api
 2009-11-25 19:24 UTC  (4+ messages)
` [PATCH user-cr 2/2] add nsexeccwp to test clone-with-pids

[v13][PATCH 01/12] Factor out code to allocate pidmap page
 2009-11-25 19:02 UTC  (12+ messages)
  ` [v13][PATCH 02/12] Have alloc_pidmap() return actual error code
  ` [v13][PATCH 03/12] Define set_pidmap() function
  ` [v13][PATCH 04/12] Add target_pids parameter to alloc_pid()
  ` [v13][PATCH 05/12] Add target_pids parameter to copy_process()
  ` [v13][PATCH 06/12] Check invalid clone flags
  ` [v13][PATCH 07/12] Define do_fork_with_pids()
  ` [v13][PATCH 08/12] Implement sys_eclone for x86
  ` [v13][PATCH 09/12] Implement sys_eclone for x86_64
  ` [v13][PATCH 10/12] Implement sys_eclone for s390
  ` [v13][PATCH 11/12] Implement sys_eclone for powerpc
  ` [v13][PATCH 12/12] Document sys_eclone

[v13][PATCH 00/12] Implement eclone() system call
 2009-11-25 18:55 UTC 

[PATCH] Correct data pointer offset calculation
 2009-11-25 18:53 UTC  (2+ messages)

Change net c/r to use stock page I/O functions
 2009-11-25 18:53 UTC  (6+ messages)
  ` [PATCH 1/2] Expose page read/write functions
  ` [PATCH 2/2] Change net c/r to use exported page I/O functions

[PATCH] Avoid capable() call in UNIX buffer check unless necessary
 2009-11-25 18:52 UTC  (3+ messages)

Add support for connected INET sockets
 2009-11-25 18:51 UTC  (11+ messages)
` [PATCH 2/4] [RFC] Add c/r support for connected INET sockets (v5)
  ` [PATCH 1/4] Unify skb read/write functions and fix for fragmented buffers (v2)
  ` [PATCH 3/4] Update the UNIX buffer restore code to match the new format saved in the image file
  ` [PATCH 4/4] Add some content to the readme.txt for socket c/r

[PATCH 1/6] add image offset to ckpt_err output
 2009-11-25 18:49 UTC  (7+ messages)
  ` [PATCH 2/6] use ckpt_err in ckpt_obj_fetch()
  ` [PATCH 3/6] use ckpt_err in ckpt_read_obj_type()
  ` [PATCH 4/6] Move init_completion(&ctx->complete) to ctx_alloc
  ` [PATCH 5/6] define ckpt_obj_try_fetch
  ` [PATCH 6/6] have ckpt_err set ctx->errno

[PATCH 0/9] user-cr: update to eclone API; add nsexeccwp
 2009-11-25 18:41 UTC  (16+ messages)
  ` [PATCH 1/9] user-cr: add eclone/clone_args header
  ` [PATCH 2/9] user-cr: x86_32 eclone wrapper
  ` [PATCH 3/9] user-cr: s390 "
  ` [PATCH 4/9] user-cr: ppc32 "
  ` [PATCH 5/9] user-cr: add nsexeccwp to test eclone
  ` [PATCH 6/9] user-cr: use eclone API for restart
  ` [PATCH 7/9] user-cr: remove x86_32 clone_with_pids
  ` [PATCH 8/9] user-cr: remove s390 clone_with_pids
  ` [PATCH 9/9] user-cr: remove powerpc clone_with_pids

ckpt-v19-rc1 available
 2009-11-25 18:36 UTC  (3+ messages)
  ` [PATCH] user-cr: fix uninitialized use in shmem test

[PATCH 1/1] return the error value from read_pages_contents
 2009-11-25 18:35 UTC  (2+ messages)

[v13][PATCH 00/12] Implement eclone() system call
 2009-11-24 20:04 UTC 

TCP connection passing
 2009-11-24 16:04 UTC  (2+ messages)

Target your ads to the medical community
 2009-11-21  1:37 UTC 

Photo Editing - Photo Cutout Services
 2009-11-20 21:01 UTC 

datasets of dentists
 2009-11-20 16:33 UTC 

[RFC][PATCH] clone_with_pids()^w eclone() for x86_64
 2009-11-20 13:51 UTC  (10+ messages)

[v12][PATCH 0/9] Implement eclone() syscall
 2009-11-20  8:08 UTC  (3+ messages)

[PATCH] devpts_get_tty() should validate inode
 2009-11-19 23:59 UTC  (3+ messages)
  ` patch devpts_get_tty-should-validate-inode.patch added to gregkh-2.6 tree

[PATCH user-cr v19-rc1] Revert "restart: coordinator in new pidns to always report status via pipe"
 2009-11-19 17:51 UTC  (2+ messages)

[BUG] cpu controller can't provide fair CPU time for each group
 2009-11-19  7:09 UTC 

mounts & namespaces
 2009-11-18 19:11 UTC  (3+ messages)
  ` [lxc-devel] "

[PATCH] devpts_get_tty() should validate inode
 2009-11-18  2:35 UTC 

[PATCH 1/2] Avoid memcpy overruns in fill|load_sigset()
 2009-11-17 22:45 UTC  (6+ messages)
  ` [PATCH 2/2] [RFC] checkpoint/restart signalfd

[PATCH linux-cr] implement s390 eclone syscall
 2009-11-17 21:33 UTC  (13+ messages)
` [PATCH user-cr 2/2] add nsexeccwp to test clone-with-pids
          ` [PATCH linux-cr] fix warnings in i386 sys_eclone

[PATCH] Change select uses of ckpt_debug() to ckpt_err() in net c/r
 2009-11-17 16:10 UTC 

[PATCH] Change select uses of ckpt_debug() to ckpt_err() in net c/r
 2009-11-17 15:57 UTC  (2+ messages)

[PATCH 1/3] add image offset to ckpt_err output
 2009-11-16 21:00 UTC  (3+ messages)
  ` [PATCH 2/3] use ckpt_err in ckpt_obj_fetch()
  ` [PATCH 3/3] use ckpt_err in ckpt_read_obj_type()

[PATCH] [RFC] checkpoint/restart timerfd
 2009-11-16 19:57 UTC  (6+ messages)

[PATCH 0/4] Introduction: LSM c/r patchset
 2009-11-16 19:39 UTC  (2+ messages)

[PATCH 0/7] Expand usage of ckpt_err
 2009-11-16 19:25 UTC  (17+ messages)
` [PATCH 1/7] move handling of err down into _ckpt_do_msg and _append
` [PATCH 2/7] restart.c: use ckpt_err
` [PATCH 3/7] process.c: use ckpt_err at restart
` [PATCH 5/7] kernel/cred.c: "
` [PATCH 6/7] have ckpt_err set ctx->errno
` [PATCH 7/7] (debug) print vpids for all restarting tasks

Add support for connected INET sockets
 2009-11-16 19:05 UTC  (11+ messages)
` [PATCH 1/4] Unify skb read/write functions and fix for fragmented buffers
` [PATCH 3/4] Update the UNIX buffer restore code to match the new format saved in the image file

[PATCH] Restore gso_type fields on sockets and buffers
 2009-11-16 18:39 UTC  (2+ messages)

MIXRIOT NEWS - NOV 15TH, 2009 - DJ ZINC ESSENTIAL MIX
 2009-11-15 15:39 UTC 

ANK,s PROMO notebook
 2009-11-15  0:33 UTC 

Shutting down a container?
 2009-11-14 14:46 UTC  (5+ messages)
    ` [lxc-devel] "

[PATCH] eclone: fix do_alloc_pidmap bogosity on -EAGAIN
 2009-11-13 21:05 UTC 

[PATCH 1/7] cr_tests: epoll: Always thaw on error/exit trap
 2009-11-13 19:04 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