messages from 2009-07-22 09:59:44 to 2009-10-08 09:37:52 UTC [more...]
[PATCH v2][RFC] add MAP_UNLOCKED mmap flag
2009-10-08 9:37 UTC (5+ messages)
[PATCH v3][RFC] add MAP_UNLOCKED mmap flag
2009-10-08 9:37 UTC (4+ messages)
[PATCH][RFC] add MAP_UNLOCKED mmap flag
2009-10-07 20:47 UTC (16+ messages)
Coбepeм для Bac пo cети интеpнет бaзy данныx потенциальныx kлиeнтов для Bашeго Бизнеса! Подрoбнeе yзнaйте пo: TEЛ: +79133913837 ICQ 6288862 Email: prodawez@mixmail.com SKYPE: basedannix
2009-10-05 12:48 UTC
F_SETOWN_EX and F_GETLK64 conflict
2009-10-04 21:30 UTC
[PATCH 00/80] Kernel based checkpoint/restart [v18]
2009-09-30 22:08 UTC (101+ 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
` [PATCH v18 26/80] c/r: restart "
` [PATCH v18 27/80] c/r: introduce PF_RESTARTING, and skip notification on exit
` [PATCH v18 28/80] c/r: support for zombie processes
` [PATCH v18 29/80] c/r: Save and restore the [compat_]robust_list member of the task struct
` [PATCH v18 30/80] c/r: infrastructure for shared objects
` [PATCH v18 31/80] c/r: detect resource leaks for whole-container checkpoint
` [PATCH v18 32/80] deferqueue: generic queue to defer work
` [PATCH v18 33/80] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
` [PATCH v18 34/80] c/r: dump open file descriptors
` [PATCH v18 35/80] c/r: restore "
` [PATCH v18 36/80] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [PATCH v18 37/80] c/r: dump memory address space (private memory)
` [PATCH v18 38/80] c/r: restore "
` [PATCH v18 39/80] c/r: add generic '->checkpoint' f_op to ext fses
` [PATCH v18 40/80] c/r: add generic '->checkpoint()' f_op to simple devices
` [PATCH v18 41/80] Add the checkpoint operation for opened files of generic filesystems
` [PATCH v18 42/80] c/r: export shmem_getpage() to support shared memory
` [PATCH v18 43/80] c/r: dump anonymous- and file-mapped- "
` [PATCH v18 44/80] c/r: restore "
` [PATCH v18 45/80] splice: export pipe/file-to-pipe/file functionality
` [PATCH v18 46/80] c/r: support for open pipes
` [PATCH v18 47/80] c/r: checkpoint and restore FIFOs
` [PATCH v18 48/80] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [PATCH v18 49/80] c/r: support for UTS namespace
` [PATCH v18 50/80] c/r (ipc): allow allocation of a desired ipc identifier
` [PATCH v18 51/80] c/r: save and restore sysvipc namespace basics
` [PATCH v18 52/80] c/r: support share-memory sysv-ipc
` [PATCH v18 53/80] c/r: support message-queues sysv-ipc
` [PATCH v18 54/80] c/r: support semaphore sysv-ipc
` [PATCH v18 55/80] c/r: (s390): expose a constant for the number of words (CRs)
` [PATCH v18 56/80] c/r: add CKPT_COPY() macro
` [PATCH v18 57/80] c/r: define s390-specific checkpoint-restart code
` [PATCH v18 58/80] c/r: clone_with_pids: define the s390 syscall
` [PATCH v18 59/80] c/r: capabilities: define checkpoint and restore fns
` [PATCH v18 60/80] c/r: checkpoint and restore task credentials
` [PATCH v18 61/80] c/r: restore file->f_cred
` [PATCH v18 62/80] c/r: checkpoint and restore (shared) task's sighand_struct
` [PATCH v18 63/80] c/r: [signal 1/4] blocked and template for shared signals
` [PATCH v18 64/80] c/r: [signal 2/4] checkpoint/restart of rlimit
` [PATCH v18 65/80] c/r: [signal 3/4] pending signals (private, shared)
` [PATCH v18 66/80] c/r: [signal 4/4] support for real/virt/prof itimers
` [PATCH v18 67/80] Expose may_setuid() in user.h and add may_setgid() (v2)
` [PATCH v18 68/80] Add common socket helpers to unify the security hooks
` [PATCH v18 69/80] c/r: introduce checkpoint/restore methods to struct proto_ops
` [PATCH v18 70/80] c/r: Add AF_UNIX support (v12)
` [PATCH v18 71/80] c/r: [pty 1/2] allow allocation of desired pty slave
` [PATCH v18 73/80] c/r: correctly restore pgid
` [PATCH v18 74/80] c/r: support for controlling terminal and job control
` [PATCH v18 75/80] powerpc: reserve checkpoint arch identifiers
` [PATCH v18 76/80] powerpc: provide APIs for validating and updating DABR
` [PATCH v18 72/80] c/r: [pty 2/2] support for pseudo terminals
` [PATCH v18 77/80] powerpc: checkpoint/restart implementation
` [PATCH v18 78/80] powerpc: wire up checkpoint and restart syscalls
` [PATCH v18 79/80] powerpc: enable checkpoint support in Kconfig
` [PATCH v18 80/80] powerpc: clone_with_pids implementation
[RFC][v7][PATCH 8/9]: Define clone2() syscall
2009-09-30 19:14 UTC (15+ messages)
Webmail Helpdesk
2009-09-29 6:17 UTC
[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
2009-08-04 8:37 UTC (62+ messages)
` [RFC v17][PATCH 10/60] c/r: make file_pos_read/write() public
` [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid()
` [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 19/60] c/r: documentation
` [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 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 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
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;
as well as URLs for NNTP newsgroup(s).