All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-07-22 09:59:25 to 2009-07-22 10:23:26 UTC [more...]

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-07-22 10:00 UTC  (181+ 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 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 28/60] c/r: support for zombie processes
` [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 41/60] c/r: dump anonymous- and file-mapped- "
` [RFC v17][PATCH 42/60] c/r: restore "
` [RFC v17][PATCH 43/60] splice: export pipe/file-to-pipe/file functionality
` [RFC v17][PATCH 44/60] c/r: support for open pipes
` [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 04/60] c/r: split core function out of some set*{u, g}id functions
  ` [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 54/60] c/r: add CKPT_COPY() macro
  ` [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

[Buildroot] [Bug 387] New: Tremor not installed to toolchain
 2009-07-22 10:22 UTC  (2+ messages)
` [Buildroot] [Bug 387] "

ATTRS{idVendor}
 2009-07-22 10:21 UTC  (2+ messages)

Policy database
 2009-07-22 10:13 UTC 

[PATCH 1/2] Add genhd flag requesting notification of partition changes only
 2009-07-22 10:17 UTC 

[PATCH] tty: Fix a USB serial crash/scribble
 2009-07-22 10:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for 85xx and 86xx Freescale processors
 2009-07-22 10:14 UTC  (3+ messages)
  ` [U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for 85xx and 86xxFreescale processors

[U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board
 2009-07-22 10:14 UTC  (4+ messages)

[PATCH 1/1] [ARM] ep93xx clockevent support
 2009-07-22 10:12 UTC  (2+ messages)

[PATCH v3 0/4] ftrace: add tracepoint for timer event
 2009-07-22 10:13 UTC  (7+ messages)
` [PATCH v3 3/4] ftrace: add tracepoint for hrtimer

[PATCH] mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
 2009-07-22 10:12 UTC  (3+ messages)

[Patch 1/2] ia32: use generic sys_pipe()
 2009-07-22 10:10 UTC  (3+ messages)
` [Patch 2/2] xtensa: "

offering bounty for GPL'd dual em28xx support
 2009-07-22 10:10 UTC  (3+ messages)

[RFC] [PATCH 1/3] ASoC: Add support for Conexant CX20442-11 voice modem codec
 2009-07-22 10:10 UTC  (3+ messages)
` [alsa-devel] "

MillenniumPlus BBT query
 2009-07-22 10:09 UTC 

mmap_min_addr and your local LSM (ok, just SELinux)
 2009-07-22 10:06 UTC  (5+ messages)

[ath9k-devel] Compile ath9k for 2.4 kernel
 2009-07-22 10:03 UTC 

Blocked in snd_pcm_open
 2009-07-22 10:01 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.