messages from 2009-10-28 07:42:14 to 2009-11-06 21:45:29 UTC [more...]
[v11][PATCH 1/9] Factor out code to allocate pidmap page
2009-11-06 21:45 UTC (13+ messages)
` [v11][PATCH 2/9] Have alloc_pidmap() return actual error code
` [v11][PATCH 3/9] Define set_pidmap() function
` [v11][PATCH 4/9] Add target_pids parameter to alloc_pid()
` [v11][PATCH 5/9] Add target_pids parameter to copy_process()
` [v11][PATCH 6/9] Check invalid clone flags
` [v11][PATCH 7/9] Define do_fork_with_pids()
` [v11][PATCH 8/9] Define clone_with_pids() syscall
` [v11][PATCH 9/9] Document "
[PATCH 1/1] don't swap 0 sids if ctx->arg->pids
2009-11-06 18:23 UTC (2+ messages)
[PATCH] cgroup: Fixes the un-paired cgroup lock problem
2009-11-06 15:17 UTC (8+ messages)
[patch 4/5] cgroup: pass the clone_flags to the cgroup_fork_callback
2009-11-06 10:50 UTC (2+ messages)
[RFC] Mount point suggestions for cgroup
2009-11-06 7:32 UTC (23+ messages)
[PATCH 0/7] Expand usage of ckpt_err
2009-11-06 0:00 UTC (8+ 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 4/7] files.c: ckpt_err() during restore
` [PATCH 5/7] kernel/cred.c: ckpt_err at restart
` [PATCH 6/7] have ckpt_err set ctx->errno
` [PATCH 7/7] (debug) print vpids for all restarting tasks
[PATCH user-cr] fix sid swap buglet
2009-11-05 23:43 UTC (2+ messages)
***Sospechoso*** RE: MD Lists
2009-11-05 15:47 UTC
[v11][PATCH 0/9] Implement clone_with_pids() system call
2009-11-05 5:30 UTC
[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-140-g50583e5
2009-11-04 22:53 UTC
[RFC][PATCH 0/3] cgroups: support for module-loadable subsystems
2009-11-04 21:18 UTC (10+ messages)
` [RFC][PATCH 1/3] cgroups: revamp subsys array
` [RFC][PATCH 2/3] cgroups: subsystem module interface
` [RFC][PATCH 3/3] cgroups: net_cls subsys as module
[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-139-g371f330
2009-11-04 18:00 UTC
[RFC] Mount point suggestions for cgroup
2009-11-04 6:30 UTC
[v10][PATCH] Implement clone_with_pids() syscall
2009-11-04 0:32 UTC (18+ messages)
` [v10][PATCH 1/9] Factor out code to allocate pidmap page
` [v10][PATCH 2/9] Have alloc_pidmap() return actual error code
` [v10][PATCH 3/9] Define set_pidmap() function
` [v10][PATCH 4/9] Add target_pids parameter to alloc_pid()
` [v10][PATCH 5/9] Add target_pids parameter to copy_process()
` [v10][PATCH 6/9] Check invalid clone flags
` [v10][PATCH 7/9] Define do_fork_with_pids()
` [v10][PATCH 8/9] Define clone_with_pids() syscall
` [v10][PATCH 9/9] Document "
[PATCH] Add a choosepid() syscall as a simpler alternative to clone_with_pids()
2009-11-03 21:43 UTC (7+ messages)
[PATCH 00/12] Standardize c/r error reporting (v3)
2009-11-03 16:58 UTC (18+ messages)
` [PATCH 01/12] define a new set of functions for error and debug logging
` [PATCH 02/12] switch ckpt_write_err callers to ckpt_err
` [PATCH 03/12] checkpoint/files.c ckpt_write_err->ckpt_err
` [PATCH 04/12] checkpoint/memory.c ckpt_write_err->ckpt_err
` [PATCH 05/12] checkpoint/objhash.c ckpt_write_err->ckpt_err
` [PATCH 06/12] checkpoint/process.c ckpt_write_err->ckpt_err
` [PATCH 07/12] checkpoint/signal.c ckpt_write_err->ckpt_err
` [PATCH 08/12] drivers/char/tty_io.c ckpt_write_err->ckpt_err
` [PATCH 09/12] fs/eventpoll.c ckpt_write_err->ckpt_err
` [PATCH 10/12] net/{,unix}/checkpoint.c ckpt_write_err->ckpt_err
` [PATCH 11/12] remove ckpt_write_err
` [PATCH 12/12] add logfd to c/r api
pidns memory leak
2009-11-03 9:24 UTC (16+ messages)
[PATCH 2/3] Fix the 'current css_set' problem in debug subsystem
2009-11-03 1:23 UTC (3+ messages)
[PATCH 00/22] Standardize c/r error reporting (v2)
2009-11-02 17:34 UTC (12+ messages)
` [PATCH 01/22] Make __ckpt_generate_fmt public
` [PATCH 02/22] Add format and message buffers to ctx and make err_str bigger
` [PATCH 03/22] switch ckpt_generate_err to use ctx fields
` [PATCH 04/22] Change to the new enhanced error string format
` [PATCH 13/22] add logfd to c/r api
` [PATCH 14/22] define ckpt_error and implement ckpt_do_write_msg
` [PATCH 15/22] explain locking for write_err_msg
[PATCH 00/17] Standardize c/r error reporting
2009-10-30 15:45 UTC (26+ messages)
` [PATCH 01/17] ckpt_write_err: use single format with %(T) style tokens
` [PATCH 02/17] ckpt_write_err update arch/x86/mm/checkpoint.c
` [PATCH 03/17] ckpt_write_err update checkpoint/checkpoint.c
` [PATCH 04/17] ckpt_write_err update checkpoint/files.c
` [PATCH 05/17] ckpt_write_err update checkpoint/memory.c
` [PATCH 06/17] ckpt_write_err update checkpoint/objhash.c
` [PATCH 07/17] ckpt_write_err update checkpoint/process.c
` [PATCH 08/17] ckpt_write_err update checkpoint/signal.c
` [PATCH 09/17] ckpt_write_err update fs/eventpoll.c
` [PATCH 10/17] define function to print error messages to user log
` [PATCH 11/17] have restore_debug_free use ckpt_error
` [PATCH 12/17] use ckpt_error in checkpoint/restart.c
` [PATCH 13/17] ckpt_error in checkpoint/files.c
` [PATCH 14/17] ckpt_error in checkpoint/process.c
` [PATCH 15/17] ckpt_error in ipc/checkpoint_msg.c
` [PATCH 16/17] ckpt_error in ipc/checkpoint_sem.c
` [PATCH 17/17] ckpt_error in ipc/checkpoint_shm.c
[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-126-gc1405ac
2009-10-30 0:43 UTC
[PATCH] [RFC] Factor out shared portion of [_]ckpt_read_obj
2009-10-29 21:30 UTC (7+ messages)
` [PATCH] c/r: factor out objref handling from {_,}ckpt_read_obj()
Add support for connected AF_INET sockets
2009-10-29 20:15 UTC (5+ messages)
` [PATCH 1/3] Record and restore skb header marks (v2)
` [PATCH 2/3] [RFC] Add c/r support for connected INET sockets (v3)
[RFC PATCH 0/17] Introduce ckpt_error
2009-10-29 16:02 UTC (18+ messages)
` [RFC PATCH 01/17] ckpt_write_err: use single format with %(T) style tokens
` [RFC PATCH 02/17] make ckpt_format_fmt non-static in checkpoint/sys.c
` [RFC PATCH 11/17] define function to print error messages to user log
[PATCH] c/r: tolerate X86_EFLAGS_RF on restart
2009-10-29 14:31 UTC (4+ messages)
Porting checkpoint system to arm: write_file error
2009-10-29 14:07 UTC (4+ messages)
` Fwd: "
kernel based checkpoint/restart: about X windows application checkpoint and restart support
2009-10-29 1:30 UTC (5+ messages)
[PATCH] extract-headers: work correctly with older 'awk'
2009-10-28 17:27 UTC (2+ messages)
[PATCH 1/2] [RFC] Add file f_flags to cgroup write_string ops
2009-10-28 10:09 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox