linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-02 23:59:21 to 2009-07-22 10:00:07 UTC [more...]

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-07-22 10:00 UTC  (46+ 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 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

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 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 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 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] [retry] vt: add ioctl commands to /dev/vcsaN to get/put the current palette of the given tty
 2009-05-14  7:27 UTC  (4+ messages)
  ` [PATCH] [try 3] "

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  (19+ messages)
` [RFC 01/17] asm-generic: rename termios.h to termios-base.h
` [RFC 02/17] asm-generic: rename signal.h to signal-defs.h
` [RFC 03/17] asm-generic: rename mman.h to mman-common.h
` [RFC 04/17] asm-generic: introduce asm/bitsperlong.h
` [RFC 05/17] asm-generic: add complete termios.h
` [RFC 06/17] asm-generic: add a complete signal.h
` [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)

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:42 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

(unknown)
 2009-04-27 14:41 UTC 

The world's most advanced sms reading program
 2009-04-24  2:26 UTC 

Feel the different life with enhancers
 2009-04-18 14:57 UTC 

[RFC][PATCH v3 4/6] aio: Don't inherit aio ring memory at fork
 2009-04-15  3:00 UTC  (6+ messages)

[PATCH] add some long-missing capabilities to fs_mask
 2009-04-13 21:50 UTC  (4+ messages)

[merged] preadv-pwritev-switch-compat-readv-preadv-writev-pwritev-from-fget-to-fget_light.patch removed from -mm tree
 2009-04-06 19:38 UTC 

[merged] preadv-pwritev-mips-add-preadv2-and-pwritev2-syscalls.patch removed from -mm tree
 2009-04-06 19:38 UTC 

[merged] preadv-pwritev-add-preadv-and-pwritev-system-calls.patch removed from -mm tree
 2009-04-06 19:37 UTC 

[merged] preadv-pwritev-create-compat_writev.patch removed from -mm tree
 2009-04-06 19:37 UTC 

[merged] preadv-pwritev-create-compat_readv.patch removed from -mm tree
 2009-04-06 19:37 UTC 

[patch 143/166] preadv/pwritev: Add preadv and pwritev system calls
 2009-04-04 17:51 UTC  (11+ messages)

claims of £950,000.00 pounds
 2009-04-04  1:43 UTC 

[patch 145/166] preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_light
 2009-04-02 23:59 UTC 

[patch 144/166] preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls
 2009-04-02 23:59 UTC 

[patch 142/166] preadv/pwritev: create compat_writev()
 2009-04-02 23:59 UTC 


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).