Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-07-31 01:51:38 to 2009-08-12 10:31:15 UTC [more...]

[PATCH] Add script to, given a kernel source tree, automatically write the cr.h
 2009-08-12 10:31 UTC  (5+ messages)

C/R support of UNIX sockets
 2009-08-12  6:17 UTC  (13+ messages)
` [PATCH 3/5] Add common socket helpers to unify the security hooks
` [PATCH 5/5] c/r: Add AF_UNIX support (v8)
  ` [PATCH 1/5] Add an errno validation function (v2)
  ` [PATCH 2/5] Add a ckpt_read_string() function (v3)
  ` [PATCH 4/5] Export fill_fname() as ckpt_fill_fname()

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46181-ga101d30
 2009-08-12  6:11 UTC 

[PATCH] objhash: fix syntax error
 2009-08-12  6:11 UTC  (2+ messages)

[PATCH] powerpc: vdso build fix (ckpt-v17)
 2009-08-12  6:11 UTC  (2+ messages)

[PATCH v3 0/7] CGroups: cgroup memberlist enhancement+fix
 2009-08-11  0:58 UTC  (8+ messages)
  ` [PATCH 1/7] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids
  ` [PATCH 2/7] Ensures correct concurrent opening/reading of pidlists across pid namespaces
  ` [PATCH 3/7] Quick vmalloc vs kmalloc fix to the case where array size is too large
  ` [PATCH 4/7] Changes css_set freeing mechanism to be under RCU
  ` [PATCH 5/7] Lets ss->can_attach and ss->attach do whole threadgroups at a time
  ` [PATCH 6/7] Adds functionality to read/write lock CLONE_THREAD fork()ing per-threadgroup
  ` [PATCH 7/7] Makes procs file writable to move all threads by tgid at once

[RFC][v4][PATCH 1/7]: Factor out code to allocate pidmap page
 2009-08-10 22:26 UTC  (10+ messages)
  ` [RFC][v4][PATCH 2/7]: Have alloc_pidmap() return actual error code
  ` [RFC][v4][PATCH 3/7]: Add target_pid parameter to alloc_pidmap()
  ` [RFC][v4][PATCH 4/7]: Add target_pids parameter to alloc_pid()
  ` [RFC][v4][PATCH 5/7]: Add target_pids parameter to copy_process()
  ` [RFC][v4][PATCH 6/7]: Define do_fork_with_pids()
  ` [RFC][v4][PATCH 7/7]: Define clone_with_pids syscall

[PATCH] CGROUPS: includecheck fix for include/linux/page_cgroup.h
 2009-08-10 18:50 UTC  (2+ messages)

Email Database of business owners in the USA
 2009-08-08 12:37 UTC 

Database of small to medium sized companies in the USA
 2009-08-08 12:28 UTC 

[RFC] IO scheduler based IO controller V7
 2009-08-08  8:14 UTC  (7+ messages)
      ` [PATCH 05/24] io-controller: Modify cfq to make use of flat elevator fair queuing
    ` [PATCH 22/24] io-controller: Per io group bdi congestion interface

[PATCH 3/6] Quick vmalloc vs kmalloc fix to the case where array size is too large
 2009-08-08  1:51 UTC  (47+ messages)
  ` [PATCH 4/6] Changes css_set freeing mechanism to be under RCU
  ` [PATCH 5/6] Lets ss->can_attach and ss->attach do whole threadgroups at a time
  ` [PATCH 6/6] Makes procs file writable to move all threads by tgid at once

BUG in tty_open when using containers and ptrace
 2009-08-07 19:08 UTC  (13+ messages)

[RFC][v4][PATCH 0/7] clone_with_pids() system call
 2009-08-07  6:11 UTC 

[PATCH] dm-ioband-v1.12.3: I/O bandwidth controller
 2009-08-07  1:36 UTC 

[RFC][v4][PATCH 0/7] clone_extended() syscall
 2009-08-06 20:38 UTC  (16+ messages)
  ` [RFC][v4][PATCH 1/7] Factor out code to allocate pidmap page
  ` [RFC][v4][PATCH 2/7]: Have alloc_pidmap() return actual error code
  ` [RFC][v4][PATCH 3/7]: Add target_pid parameter to alloc_pidmap()
  ` [RFC][v4][PATCH 4/7]: Add target_pids parameter to alloc_pid()
  ` [RFC][v4][PATCH 5/7]: Add target_pids parameter to copy_process()
  ` [RFC][v4][PATCH 6/7]: Define do_fork_with_pids()
  ` [RFC][v4][PATCH 7/7]: Define clone_extended() syscall

[user-cr PATCH] mktree: accept the lsm_name field in header and add -k flag
 2009-08-06 16:20 UTC 

[kernel PATCH] cr: checkpoint the active LSM and add RESTART_KEEP_LSM flag
 2009-08-06 16:19 UTC 

[PATCH 1/1] veth: don't free priv->status until dev->destructor (v2)
 2009-08-05 22:43 UTC  (5+ messages)

[PATCH 4/4] cr_tests: Use stdout for rewrite-cr-header.sh output
 2009-08-05 14:02 UTC  (2+ messages)

C/R support of UNIX sockets
 2009-08-05 13:29 UTC  (21+ messages)
` [PATCH 3/5] Add common socket helpers to unify the security hooks
  ` [PATCH 1/5] Add an errno validation function (v2)
  ` [PATCH 2/5] Add a ckpt_read_string() "
  ` [PATCH 4/5] Export fill_fname() as ckpt_fill_fname()
` [PATCH 5/5] c/r: Add AF_UNIX support (v7)

c/r: support for pending signals (v2)
 2009-08-05 10:40 UTC  (8+ messages)
  ` [PATCH 1/4] c/r: blocked and template for shared "
  ` [PATCH 2/4] c/r: checkpoint/restart of rlimit (v2)
  ` [PATCH 3/4] c/r: pending signals (private, shared) (v2)
  ` [PATCH 4/4] c/r: support for real/virt/prof itimers (v2)

[PATCH 3/4] cr_tests: Fully quote paths in rewrite-cr-header.sh
 2009-08-05  4:42 UTC 

[PATCH 2/4] cr_tests: Replace KERNELSRC envvar with a required commandline option
 2009-08-05  4:42 UTC 

[PATCH 1/4] cr_tests: Add author info for rewrite-cr-header.sh
 2009-08-05  4:42 UTC 

[PATCH] Fix misquoting in simple/runtests.sh
 2009-08-04 23:46 UTC  (2+ messages)

[PATCH] Use the CHECKPOINT_SUBTREE definition from cr.h
 2009-08-04 23:45 UTC  (2+ messages)

[cr_tests PATCH] robust futex: handle -EINTR snafus
 2009-08-04 23:34 UTC  (2+ messages)

[PATCH 20/25] io-controller: map async requests to appropriate cgroup
 2009-08-04 22:37 UTC  (9+ messages)
          ` [PATCH] io-controller: implement per group request allocation limitation

[PATCH] Add a ckpt_read_string() function (v3)
 2009-08-04 22:04 UTC  (4+ messages)

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46174-g44430da
 2009-08-04 18:00 UTC  (3+ messages)

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46175-g220b660
 2009-08-04 17:59 UTC 

Add Checkpoint/Restart support for UNIX sockets
 2009-08-04 17:13 UTC  (10+ messages)
` [PATCH 5/5] c/r: Add AF_UNIX support (v6)

[PATCH] c/r: Fix no-dot-config-targets pattern in linux/Makefile
 2009-08-04 17:07 UTC  (4+ messages)

[RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid()
 2009-08-04  8:37 UTC  (3+ messages)
    ` [RFC v17][PATCH 16/60] pids 6/7: Define do_fork_with_pids()

[PATCH 0/6] CGroups: cgroup memberlist enhancement+fix
 2009-08-03 11:00 UTC  (5+ messages)
` [PATCH 5/6] Makes procs file writable to move all threads by tgid at once

Don't I look sweet and innocent?
 2009-08-01  4:35 UTC 

[RFC] Add Checkpoint/Restart support for UNIX and INET sockets
 2009-07-31 19:40 UTC  (4+ messages)
` [PATCH 2/2] c/r: Add AF_INET support (v3)

pranksters
 2009-07-31 12:25 UTC 

banner
 2009-07-31 11:16 UTC 

[PATCH] dm-ioband-v1.12.3: I/O bandwidth controller
 2009-07-31  4:03 UTC 


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