All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-07-22 09:09:28 to 2009-07-22 10:00:19 UTC [more...]

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-07-22 10:00 UTC  (116+ 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 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 04/60] c/r: split core function out of some set*{u, g}id functions
  ` [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 34/60] c/r: restore open file descriptors
  ` [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 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 00/60] Kernel based checkpoint/restart
 2009-07-22  9:59 UTC 

[cr][git]linux-cr branch, ckpt-v17, created. v2.6.27-rc5-46164-gcb4f8e4
 2009-07-22  9:58 UTC 

[PATCH 1/6] regulator: Add regulator_get_exclusive() API
 2009-07-22  9:58 UTC  (4+ messages)

OE weekly changelog 2009-07-13 to 2009-07-20
 2009-07-22  9:42 UTC  (4+ messages)
` OE weekly changelog 2009-07-13 to 2009-07-20 - Bluetooth still not working

Linux 2.6.27.27
 2009-07-22  9:55 UTC  (16+ messages)

Debugging udev question
 2009-07-22  9:57 UTC  (2+ messages)

[PATCH 1/3] tracing/ksym_tracer: fix the output of ksym tracer
 2009-07-22  9:56 UTC  (4+ messages)
` [PATCH 3/3] tracing/ksym_tracer: support quick clear for ksym_trace_filter

[PATCH/RFC] Move generated files to include/generated
 2009-07-22  9:58 UTC  (2+ messages)

Add ZTE AC8710 usb modem device
 2009-07-22  9:54 UTC  (2+ messages)

[PATCH] x86: detect use of extended APIC ID for AMD CPUs
 2009-07-22  9:54 UTC  (4+ messages)

[U-Boot] [PATCH v2 3/4] tools: mkimage: kwbimage list command support
 2009-07-22  9:53 UTC  (3+ messages)

[PATCH 0/5] ext3/jbd patches in my patch queue
 2009-07-22  9:52 UTC  (5+ messages)
` [PATCH 1/5] jbd: Fail to load a journal if it is too short

[PATCH 0/3] Initial support for ERTM
 2009-07-22  9:51 UTC  (6+ messages)
` [PATCH 1/3] Bluetooth: Add initial support for ERTM packets transfers
  ` [PATCH 2/3] Bluetooth: Create l2cap_send_disconn_req()
    ` [PATCH 3/3] Bluetooth: add support for Segmentation and Reassembly of SDUs

[RFC] IPv6 route replacement
 2009-07-22  9:50 UTC 

[Qemu-devel] [PATCH 0/2][RFC] Introduce macros for setting properties
 2009-07-22  9:48 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/2] Introduce CharDriverState qdev property type
  ` [Qemu-devel] "

[resend, trivial] fix missing printk space
 2009-07-22  9:50 UTC  (2+ messages)

[U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board
 2009-07-22  9:49 UTC  (7+ messages)

[PATCH] crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep
 2009-07-22  9:51 UTC 

[PATCH 0/2] perf_counter: add tracepoint support
 2009-07-22  9:49 UTC  (7+ messages)
` [PATCH 2/2] perf_counter: detect debugfs location

[U-Boot] [PATCH] Support for the Calao TNY-A9260 board
 2009-07-22  9:47 UTC  (6+ messages)

[PATCH] media/video/cx88: adding __init/__exit macros to cx88 drivers
 2009-07-22  9:47 UTC  (3+ messages)
    ` [PATCH] media/video/cx88: adding __init/__exit macros to cx88

[PATCH v3] crypto: authenc - convert to ahash
 2009-07-22  9:49 UTC 

[Qemu-devel] guestfwd option doesn't allow supplementary , server, nowait
 2009-07-22  9:46 UTC  (16+ messages)
` [Qemu-devel] "

[Xenomai-help] xenomai exceptions tracing
 2009-07-22  9:45 UTC  (3+ messages)

[U-Boot] PATCH Nios2 kernel bootstrap error due to missing processor data cache flush: fix
 2009-07-22  9:43 UTC  (5+ messages)
` [U-Boot] Rejected: "

[U-Boot] [PATCH] ppc4xx: Fix EEPROM configuration on Kilauea
 2009-07-22  9:42 UTC  (4+ messages)

[PATCH] tty: Fix a USB serial crash/scribble
 2009-07-22  9:39 UTC 

[PATCH] ASoC: MAX9877: separate callback functions
 2009-07-22  9:41 UTC  (2+ messages)

[PATCH 6/9] blkio-cgroup-v9: The document of blkio-cgroup
 2009-07-22  9:40 UTC  (7+ messages)
` [PATCH 7/9] blkio-cgroup-v9: Page tracking hooks

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

r8169 not advertising 1000mbit after suspend anymore
 2009-07-22  9:41 UTC  (3+ messages)

UBI FS mounting time
 2009-07-22  9:34 UTC  (9+ messages)

[PATCH] Mixer quirk for QuickCam E 3500
 2009-07-22  9:33 UTC  (8+ messages)
      ` [PATCH] Volume control "

[PATCH 1/1] ipv4: IP_RECVERR should also enqueue source quench messages
 2009-07-22  9:32 UTC  (3+ messages)

[PATCH 3/9] blkio-cgroup-v9: The new page_cgroup framework
 2009-07-22  9:30 UTC  (7+ messages)

Buildsummary, where did it go?
 2009-07-22  9:14 UTC 

[U-Boot] [PATCH] mpc83xx: Add esd VME8349 board support
 2009-07-22  9:28 UTC  (4+ messages)

[U-Boot] [PATCH v2 2/4] tools: mkimage (type=kwbimage) kirkwood boot image support
 2009-07-22  9:27 UTC  (2+ messages)

[PATCH 0/1] [ARM] ep93xx clockevent support for 2.6.29.6-rt23
 2009-07-22  9:25 UTC  (3+ messages)
` [PATCH 1/1] [ARM] ep93xx clockevent support

[PATCH] compile-i386: do not generate an infinite loop
 2009-07-22  9:24 UTC  (3+ messages)

VGA address mapping?
 2009-07-22  9:24 UTC  (4+ messages)

[PATCH -v2 1/2] VM/SELinux: require CAP_SYS_RAWIO for all mmap_zero operations
 2009-07-22  9:23 UTC  (3+ messages)

[PATCH] add support for multi serial proxy configuration
 2009-07-22  9:20 UTC 

[Patch] pipe: use file_update_time() when hold i_mutex
 2009-07-22  9:21 UTC  (5+ messages)

[U-Boot] [PATCH v3 2/4] tools: mkimage (type=kwbimage) kirkwood boot image support
 2009-07-22  9:19 UTC  (2+ messages)

Problem with hwlat detector in smp_processor_id()
 2009-07-22  9:18 UTC 

[U-Boot] [PATCH v2 1/4] tools: mkimage: hdr_size used to facilitate customized support
 2009-07-22  9:18 UTC  (2+ messages)

[RESEND Patch v2] allow file truncations when both suid and write permissions set
 2009-07-22  9:17 UTC 

Final Notice Ref: UK/9420X/05
 2009-07-22  9:06 UTC 

Machine hangs when doing pass-through of all the USB devices on a Lenovo T400
 2009-07-22  9:17 UTC 

[PATCH] USB host CDC Phonet network interface driver
 2009-07-22  9:15 UTC  (6+ messages)

Lenovo webcam problem which using gspca's vc032x driver
 2009-07-22  9:15 UTC  (4+ messages)

Bitbake runqueue performance improvement
 2009-07-22  8:53 UTC  (4+ messages)
` [Bitbake-dev] "

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


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.