linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-27 15:01:21 to 2009-09-23 23:51:05 UTC [more...]

[PATCH 00/80] Kernel based checkpoint/restart [v18]
 2009-09-23 23:51 UTC  (26+ messages)
` [PATCH v18 01/80] c/r: extend arch_setup_additional_pages()
` [PATCH v18 02/80] x86: ptrace debugreg checks rewrite
` [PATCH v18 03/80] c/r: break out new_user_ns()
` [PATCH v18 04/80] c/r: split core function out of some set*{u,g}id functions
` [PATCH v18 05/80] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
` [PATCH v18 06/80] cgroup freezer: Update stale locking comments
` [PATCH v18 07/80] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [PATCH v18 08/80] cgroup freezer: interface to freeze a cgroup from within the kernel
` [PATCH v18 09/80] Namespaces submenu
` [PATCH v18 10/80] c/r: make file_pos_read/write() public
` [PATCH v18 11/80] pids 1/7: Factor out code to allocate pidmap page
` [PATCH v18 12/80] pids 2/7: Have alloc_pidmap() return actual error code
` [PATCH v18 13/80] pids 3/7: Add target_pid parameter to alloc_pidmap()
` [PATCH v18 14/80] pids 4/7: Add target_pids parameter to alloc_pid()
` [PATCH v18 15/80] pids 5/7: Add target_pids parameter to copy_process()
` [PATCH v18 16/80] pids 6/7: Define do_fork_with_pids()
` [PATCH v18 17/80] pids 7/7: Define clone_with_pids syscall
` [PATCH v18 18/80] c/r: create syscalls: sys_checkpoint, sys_restart
` [PATCH v18 19/80] c/r: documentation
` [PATCH v18 20/80] c/r: basic infrastructure for checkpoint/restart
` [PATCH v18 21/80] c/r: x86_32 support "
` [PATCH v18 22/80] c/r: external checkpoint of a task other than ourself
` [PATCH v18 23/80] c/r: export functionality used in next patch for restart-blocks
` [PATCH v18 24/80] c/r: restart-blocks
` [PATCH v18 25/80] c/r: checkpoint multiple processes

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-08-04  8:37 UTC  (78+ messages)
` [RFC v17][PATCH 01/60] c/r: extend arch_setup_additional_pages()
` [RFC v17][PATCH 02/60] x86: ptrace debugreg checks rewrite
` [RFC v17][PATCH 03/60] c/r: break out new_user_ns()
` [RFC v17][PATCH 04/60] c/r: split core function out of some set*{u,g}id functions
` [RFC v17][PATCH 05/60] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
` [RFC v17][PATCH 06/60] cgroup freezer: Update stale locking comments
` [RFC v17][PATCH 07/60] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [RFC v17][PATCH 08/60] cgroup freezer: interface to freeze a cgroup from within the kernel
` [RFC v17][PATCH 09/60] Namespaces submenu
` [RFC v17][PATCH 10/60] c/r: make file_pos_read/write() public
` [RFC v17][PATCH 11/60] pids 1/7: Factor out code to allocate pidmap page
` [RFC v17][PATCH 12/60] pids 2/7: Have alloc_pidmap() return actual error code
` [RFC v17][PATCH 13/60] pids 3/7: Add target_pid parameter to alloc_pidmap()
` [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid()
  ` [RFC v17][PATCH 15/60] pids 5/7: Add target_pids parameter to copy_process()
  ` [RFC v17][PATCH 28/60] c/r: support for zombie processes
  ` [RFC v17][PATCH 41/60] c/r: dump anonymous- and file-mapped- shared memory
  ` [RFC v17][PATCH 44/60] c/r: support for open pipes
  ` [RFC v17][PATCH 54/60] c/r: add CKPT_COPY() macro
` [RFC v17][PATCH 16/60] pids 6/7: Define do_fork_with_pids()
` [RFC v17][PATCH 17/60] pids 7/7: Define clone_with_pids syscall
` [RFC v17][PATCH 18/60] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v17][PATCH 19/60] c/r: documentation
` [RFC v17][PATCH 20/60] c/r: basic infrastructure for checkpoint/restart
` [RFC v17][PATCH 21/60] c/r: x86_32 support "
` [RFC v17][PATCH 22/60] c/r: external checkpoint of a task other than ourself
` [RFC v17][PATCH 23/60] c/r: export functionality used in next patch for restart-blocks
` [RFC v17][PATCH 24/60] c/r: restart-blocks
` [RFC v17][PATCH 25/60] c/r: checkpoint multiple processes
` [RFC v17][PATCH 26/60] c/r: restart "
` [RFC v17][PATCH 27/60] c/r: introduce PF_RESTARTING, and skip notification on exit
` [RFC v17][PATCH 29/60] c/r: Save and restore the [compat_]robust_list member of the task struct
` [RFC v17][PATCH 30/60] c/r: infrastructure for shared objects
` [RFC v17][PATCH 31/60] c/r: detect resource leaks for whole-container checkpoint
` [RFC v17][PATCH 32/60] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v17][PATCH 33/60] c/r: dump open file descriptors
` [RFC v17][PATCH 34/60] c/r: restore "
` [RFC v17][PATCH 35/60] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v17][PATCH 36/60] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v17][PATCH 37/60] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [RFC v17][PATCH 38/60] c/r: dump memory address space (private memory)
` [RFC v17][PATCH 39/60] c/r: restore "
` [RFC v17][PATCH 40/60] c/r: export shmem_getpage() to support shared memory
` [RFC v17][PATCH 42/60] c/r: restore anonymous- and file-mapped- "
` [RFC v17][PATCH 43/60] splice: export pipe/file-to-pipe/file functionality
` [RFC v17][PATCH 45/60] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v17][PATCH 46/60] c/r: support for UTS namespace
` [RFC v17][PATCH 47/60] deferqueue: generic queue to defer work
` [RFC v17][PATCH 48/60] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v17][PATCH 49/60] c/r: save and restore sysvipc namespace basics
` [RFC v17][PATCH 50/60] c/r: support share-memory sysv-ipc
` [RFC v17][PATCH 51/60] c/r: support message-queues sysv-ipc
` [RFC v17][PATCH 52/60] c/r: support semaphore sysv-ipc
` [RFC v17][PATCH 53/60] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v17][PATCH 55/60] c/r: define s390-specific checkpoint-restart code
` [RFC v17][PATCH 56/60] c/r: clone_with_pids: define the s390 syscall
` [RFC v17][PATCH 57/60] c/r: capabilities: define checkpoint and restore fns
` [RFC v17][PATCH 58/60] c/r: checkpoint and restore task credentials
` [RFC v17][PATCH 59/60] c/r: restore file->f_cred
` [RFC v17][PATCH 60/60] c/r: checkpoint and restore (shared) task's sighand_struct

The best way to please your woman!
 2009-07-11 17:07 UTC 

One of several options available to treat ED!
 2009-07-05 13:41 UTC 

Bigger baby-maker is not a dream anymore!
 2009-07-01 16:32 UTC 

As long as it stays unsaid
 2009-06-25 11:26 UTC 

[RFC] set the thread name
 2009-06-17  1:13 UTC 

**Ref Number: UK/9420X2/68 **
 2009-06-16  7:40 UTC 

**Ref Number: UK/9420X2/68 **
 2009-06-16  7:40 UTC 

**Ref Number: UK/9420X2/68 **
 2009-06-14  9:31 UTC 

Blue-pill ...the only way to go
 2009-06-12 18:39 UTC 

Make her come triple tonight
 2009-06-10 14:05 UTC 

""Congratulation""
 2009-06-09 17:27 UTC 

***£1,500,000,000.00 GBP Has been Won by You ***
 2009-06-09  2:01 UTC 

***£1,500,000,000.00 GBP Has been Won by You ***
 2009-06-09  2:01 UTC 

You have just been awarded,£1,000,000.00 GBP
 2009-06-02 15:02 UTC 

Winner
 2009-06-01  5:05 UTC 

[RFC v16][PATCH 00/43] Kernel based checkpoint/restart
 2009-05-28 16:33 UTC  (50+ messages)
` [RFC v16][PATCH 01/43] c/r: extend arch_setup_additional_pages()
` [RFC v16][PATCH 02/43] c/r: make file_pos_read/write() public
` [RFC v16][PATCH 03/43] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v16][PATCH 04/43] c/r: documentation
` [RFC v16][PATCH 05/43] c/r: basic infrastructure for checkpoint/restart
` [RFC v16][PATCH 06/43] c/r: x86_32 support "
` [RFC v16][PATCH 07/43] c/r: infrastructure for shared objects
` [RFC v16][PATCH 08/43] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v16][PATCH 09/43] c/r: dump open file descriptors
` [RFC v16][PATCH 10/43] c/r: restore "
` [RFC v16][PATCH 11/43] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v16][PATCH 12/43] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v16][PATCH 14/43] c/r: dump memory address space (private memory)
` [RFC v16][PATCH 17/43] c/r: dump anonymous- and file-mapped- shared memory
` [RFC v16][PATCH 19/43] c/r: external checkpoint of a task other than ourself
` [RFC v16][PATCH 20/43] c/r: export functionality used in next patch for restart-blocks
` [RFC v16][PATCH 21/43] c/r: restart-blocks
` [RFC v16][PATCH 22/43] c/r: checkpoint multiple processes
` [RFC v16][PATCH 23/43] c/r: restart "
` [RFC v16][PATCH 24/43] c/r: detect resource leaks for whole-container checkpoint
` [RFC v16][PATCH 25/43] tee: don't return 0 when another task drains/fills a pipe
` [RFC v16][PATCH 26/43] splice: added support for pipe-to-pipe splice()
` [RFC v16][PATCH 27/43] c/r: support for open pipes
` [RFC v16][PATCH 28/43] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v16][PATCH 29/43] c/r: support for UTS namespace
` [RFC v16][PATCH 32/43] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v16][PATCH 33/43] c/r (ipc): helpers to save and restore kern_ipc_perm structures
  ` [RFC v16][PATCH 13/43] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
  ` [RFC v16][PATCH 15/43] c/r: restore memory address space (private memory)
  ` [RFC v16][PATCH 16/43] c/r: export shmem_getpage() to support shared memory
  ` [RFC v16][PATCH 18/43] c/r: restore anonymous- and file-mapped- "
  ` [RFC v16][PATCH 30/43] c/r: stub implementation for IPC namespace
  ` [RFC v16][PATCH 31/43] deferqueue: generic queue to defer work
  ` [RFC v16][PATCH 34/43] c/r: save and restore ipc namespace basics
  ` [RFC v16][PATCH 38/43] c/r: support message-queues sysv-ipc
  ` [RFC v16][PATCH 39/43] c/r (ipc): export interface from ipc/sem.c to cleanup ipc sem
` [RFC v16][PATCH 35/43] c/r (ipc): export interface from ipc/shm.c to delete ipc shm
` [RFC v16][PATCH 36/43] c/r: support share-memory sysv-ipc
` [RFC v16][PATCH 37/43] c/r (ipc): make 'struct msg_msgseg' visible in ipc/util.h
` [RFC v16][PATCH 40/43] c/r: support semaphore sysv-ipc
` [RFC v16][PATCH 41/43] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v16][PATCH 42/43] c/r: add CKPT_COPY() macro
` [RFC v16][PATCH 43/43] c/r: define s390-specific checkpoint-restart code

Can your health problems be solved
 2009-05-27 21:28 UTC 

Universal painkiller to fight moderate to severe ache
 2009-05-26  5:35 UTC 

(no subject)
 2009-05-23 13:28 UTC 

Tips to better health
 2009-05-22  2:39 UTC 

(no subject)
 2009-05-18 15:12 UTC 

(no subject)
 2009-05-18 12:16 UTC 

Let your zip feel tension
 2009-05-14 12:58 UTC 

[PATCH] [try 3] vt: add ioctl commands to /dev/vcsaN to get/put the current palette of the given tty
 2009-05-14  7:27 UTC  (3+ messages)

Important: Email Account Verification Update!! !
 2009-05-12 15:30 UTC 

Wanna feel manlier?
 2009-05-10 12:00 UTC 

Upgrade Team
 2009-05-05  8:37 UTC 

Loan Application
 2009-05-04 14:10 UTC 

Reply to email: jerry.smith33-olXpJ5JwPJGHzXsD5FAJtEpQ/y+EZFtFtUK59QYPAWc@public.gmane.org
 2009-05-02 12:52 UTC 

Take an anti-viral medicine now to be safe
 2009-05-02 12:32 UTC 

Attack your lady harder
 2009-05-01 22:42 UTC 

[RFC 00/17] asm-generic ABI files for microblaze
 2009-04-30 14:07 UTC  (13+ messages)
` [RFC 07/17] asm-generic: make generic mman.h header generic
` [RFC 08/17] asm-generic: provide generic sysv ipc headers
` [RFC 09/17] asm-generic: provide a common types.h
` [RFC 10/17] asm-generic: provide generic ABI headers
` [RFC 11/17] asm-generic: add a generic unistd.h
` [RFC 12/17] asm-generic: add generic unaligned.h
` [RFC 13/17] ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h
` [RFC 14/17] syscalls.h add the missing sys_pipe2 declaration
` [RFC 15/17] microblaze: fall back on generic header files for the ABI
` [RFC 16/17] microblaze: clean up signal handling
` [RFC 17/17] microblaze: use generic unistd.h syscall list
` diff between asm-generic and x86 headers

Give you lover new intimate feeling
 2009-04-28 22:17 UTC 

[RFC 00/17] asm-generic ABI files for microblaze
 2009-04-27 15:15 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;
as well as URLs for NNTP newsgroup(s).