All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-09-23 22:47:11 to 2009-09-23 23:51:48 UTC [more...]

[PATCH 00/80] Kernel based checkpoint/restart [v18]
 2009-09-23 23:51 UTC  (138+ 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 04/80] c/r: split core function out of some set*{u, g}id functions
  ` [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 00/80] Kernel based checkpoint/restart [v18]
 2009-09-23 23:50 UTC 

Some NFS performance numbers for 2.6.31
 2009-09-23 23:48 UTC  (2+ messages)

[U-Boot] [PATCH 2/4 v2] s5pc1xx: support onenand driver
 2009-09-23 23:46 UTC  (7+ messages)
    ` [U-Boot] [PATCH 2/4 v3] "

High Availability Support in Xen 3.4
 2009-09-23 23:45 UTC 

bitbake freeze :(
 2009-09-23 23:44 UTC  (4+ messages)

[U-Boot] [PATCH 4/4 v2] s5pc1xx: add support SMDKC100 board
 2009-09-23 23:43 UTC  (8+ messages)
    ` [U-Boot] [PATCH 4/4 v3] "

[PATCH] Revert "kmod: fix race in usermodehelper code"
 2009-09-23 23:43 UTC  (2+ messages)

[PATCH] media/tvp514x: recognize the error case in tvp514x_read_reg()
 2009-09-23 23:41 UTC  (2+ messages)

[PATCH v2] OMAP3: iovmm: fix compiler warning
 2009-09-23 23:39 UTC  (2+ messages)
` [APPLIED] "

[Drbd-dev] [GIT PULL] DRBD for 2.6.32
 2009-09-23 23:37 UTC  (7+ messages)
      `  "

[PATCH 1/2] vfs: make real_lookup do dentry revalidation with
 2009-09-23 23:28 UTC 

[PATCH/RFC] Runtime PM: ARM: subarch-specific extensions of pdev_archdata
 2009-09-23 23:36 UTC  (12+ messages)

[U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support
 2009-09-23 23:35 UTC  (8+ messages)
` [U-Boot] [PATCH v2] "

Synching trees for BT 3.0 and a possible compat-bluetooth
 2009-09-23 23:30 UTC  (3+ messages)

pvops: boot locks up while initialising PCI
 2009-09-23 23:29 UTC  (4+ messages)

[RFC] Userspace RCU: (ab)using futexes to save cpu cycles and energy
 2009-09-23 23:28 UTC  (6+ messages)

fixing "pci=use_crs"
 2009-09-23 23:28 UTC  (5+ messages)

Flush TX - wireless summit topic
 2009-09-23 23:28 UTC  (3+ messages)

2.6.31-07068-g43c1266 Early boot exception
 2009-09-23 23:25 UTC  (10+ messages)

82576 VF passthrough
 2009-09-23 23:25 UTC  (2+ messages)

pull request: wireless-next-2.6 2009-09-23
 2009-09-23 23:24 UTC  (3+ messages)

[Drbd-dev] [GIT PULL] DRBD for 2.6.32
 2009-09-23 23:21 UTC  (5+ messages)
    `  "

[PATCH 0/2] 4xx xmon fixes
 2009-09-23 23:22 UTC  (4+ messages)
` [PATCH 2/2] powerpc/44x: Fix xmon single step on PowerPC 44x

problems with xfs_growfs after lvextend
 2009-09-23 23:21 UTC  (3+ messages)

Feature Enhancement Idea
 2009-09-23 23:19 UTC  (4+ messages)

[PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename
 2009-09-23 23:19 UTC  (8+ messages)

[PATCHv3] git-log --format: Add %B tag with %B(x) option
 2009-09-23 23:19 UTC  (8+ messages)
` [PATCHv4] git-log --format: Add %B tag with %B(n) option
  ` [PATCH 0/3] Add a pretty format to rewrapping/indenting commit messages
    ` [PATCH 1/3] print_wrapped_text(): allow hard newlines
      ` [PATCH 2/3] Add strbuf_add_wrapped_text() to utf8.[ch]
        ` [PATCH 3/3] Add "%w" to pretty formats, which rewraps the commit message

[PATCH] af_packet: add interframe drop cmsg
 2009-09-23 23:17 UTC  (3+ messages)

[GIT PATCH] USB patches for 2.6.31-git
 2009-09-23 23:13 UTC  (11+ messages)
` [origin tree boot hang] [PATCH] Revert "early_printk: Allow more than one early console"
  ` [origin tree boot hang] [PATCH] Revert "early_printk: Allow morethan "
          ` [origin tree boot hang] [PATCH] Revert "early_printk: Allowmorethan "
              ` [origin tree boot hang] [PATCH] Revert "early_printk:Allowmorethan "

[regression] adb trackpad disappears after suspend to ram
 2009-09-23 23:12 UTC  (6+ messages)
` [regression, bisected] "

2.6.31-rt11 freeze on userland start on ARM
 2009-09-23 23:06 UTC  (2+ messages)

Remote NAS
 2009-09-23 23:08 UTC 

[PATCH 1/2] Input: DaVinci Keypad Driver
 2009-09-23 23:05 UTC  (4+ messages)

[RFC] Privilege dropping security module
 2009-09-23 23:03 UTC  (4+ messages)

jbd/kjournald oops on 2.6.30.1
 2009-09-23 22:58 UTC 

Remote NAS
 2009-09-23 22:58 UTC  (2+ messages)

[PATCH] md: stop using do_sync_mapping_range
 2009-09-23 22:52 UTC  (2+ messages)

ext4 inode corruption
 2009-09-23 22:50 UTC  (2+ messages)

[PATCH] ep93xx: introduce clk parent
 2009-09-23 22:48 UTC  (2+ messages)

[folded] pc-fs-char_devc-remove-useless-loop-fix.patch removed from -mm tree
 2009-09-23 22:47 UTC 

mailing list for trace users
 2009-09-23 22:47 UTC  (4+ messages)

[PATCH 2/2] x86: Reduce verbosity of "PAT enabled" kernel message
 2009-09-23 22:47 UTC  (2+ messages)


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.