Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-11-11 21:53:48 to 2009-11-25 19:16:17 UTC [more...]

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

[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 user-cr 1/2] use Suka's v11 api
 2009-11-25 18:46 UTC  (3+ messages)
` [PATCH user-cr 2/2] add nsexeccwp to test clone-with-pids

[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

[v13][PATCH 01/12] Factor out code to allocate pidmap page
 2009-11-25 18:39 UTC  (14+ 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

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)

[PATCH] user-cr: invoke exit system call directly from ckpt_do_feeder
 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  (18+ messages)
  ` [v12][PATCH 1/9] Factor out code to allocate pidmap page
  ` [v12][PATCH 2/9] Have alloc_pidmap() return actual error code
  ` [v12][PATCH 3/9] Define set_pidmap() function
  ` [v12][PATCH 4/9] Add target_pids parameter to alloc_pid()
  ` [v12][PATCH 5/9] Add target_pids parameter to copy_process()
  ` [v12][PATCH 6/9] Check invalid clone flags
  ` [v12][PATCH 7/9] Define do_fork_with_pids()
  ` [v12][PATCH 8/9] Define eclone() syscall
  ` [v12][PATCH 9/9] Document "

[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  (2+ messages)

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  (14+ messages)
  ` [PATCH user-cr 1/2] use v13 of eclone in clone_s390x.c
  ` [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  (13+ 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)

[Bugme-new] [Bug 14150] New: BUG: soft lockup - CPU#3 stuck for 61s!, while running cpu controller latency testcase on two containers parallaly
 2009-11-13 17:33 UTC  (2+ messages)

[PATCH linux-cr] implement s390 eclone syscall
 2009-11-13 15:56 UTC 

Dear copyright-8fY1XKQL0/6ukZHgTAicrQ@public.gmane.org 77% 0FF on Pfizer
 2009-11-13 12:11 UTC 

There is no need to pay thousands for a good medical marketing list
 2009-11-12 23:57 UTC 

Send emails directly to doctors
 2009-11-12 23:56 UTC 

MIXRIOT NEWS - NOV 12TH, 2009 - SASHA CLASSIC ESSENTIAL MIX
 2009-11-12  8:15 UTC 

[PATCH 1/1] implement s390 clone_with_pids syscall
 2009-11-11 21:53 UTC  (8+ messages)


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