All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-01 11:09:13 to 2010-05-01 14:16:00 UTC [more...]

[PATCH v21 00/100] Kernel based checkpoint/restart
 2010-05-01 14:16 UTC  (107+ messages)
` [PATCH v21 002/100] eclone (2/11): Have alloc_pidmap() return actual error code
` [PATCH v21 004/100] eclone (4/11): Add target_pids parameter to alloc_pid()
` [PATCH v21 005/100] eclone (5/11): Add target_pids parameter to copy_process()
` [PATCH v21 007/100] eclone (7/11): Define do_fork_with_pids()
` [PATCH v21 008/100] eclone (8/11): Implement sys_eclone for x86 (32, 64)
` [PATCH v21 011/100] eclone (11/11): Document sys_eclone
` [PATCH v21 012/100] c/r: extend arch_setup_additional_pages()
` [PATCH v21 015/100] cgroup freezer: Update stale locking comments
` [PATCH v21 016/100] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [PATCH v21 017/100] cgroup freezer: interface to freeze a cgroup from within the kernel
` [PATCH v21 020/100] c/r: documentation
` [PATCH v21 021/100] c/r: create syscalls: sys_checkpoint, sys_restart
` [PATCH v21 022/100] c/r: basic infrastructure for checkpoint/restart
` [PATCH v21 039/100] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [PATCH v21 041/100] c/r: dump memory address space (private memory)
` [PATCH v21 042/100] c/r: add generic '->checkpoint' f_op to ext fses
` [PATCH v21 046/100] c/r: dump anonymous- and file-mapped- shared memory
` [PATCH v21 058/100] c/r: (s390): expose a constant for the number of words (CRs)
` [PATCH v21 059/100] c/r: add CKPT_COPY() macro
` [PATCH v21 060/100] c/r: define s390-specific checkpoint-restart code
  ` [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
  ` [PATCH v21 003/100] eclone (3/11): Define set_pidmap() function
  ` [PATCH v21 006/100] eclone (6/11): Check invalid clone flags
  ` [PATCH v21 009/100] eclone (9/11): Implement sys_eclone for s390
  ` [PATCH v21 010/100] eclone (10/11): Implement sys_eclone for powerpc
  ` [PATCH v21 013/100] c/r: break out new_user_ns()
  ` [PATCH v21 014/100] c/r: split core function out of some set*{u, g}id functions
  ` [PATCH v21 018/100] Namespaces submenu
  ` [PATCH v21 019/100] Make file_pos_read/write() public and export kernel_write()
  ` [PATCH v21 023/100] c/r: x86_32 support for checkpoint/restart
  ` [PATCH v21 024/100] c/r: x86-64: checkpoint/restart implementation
  ` [PATCH v21 025/100] c/r: external checkpoint of a task other than ourself
  ` [PATCH v21 026/100] c/r: export functionality used in next patch for restart-blocks
  ` [PATCH v21 027/100] c/r: restart-blocks
  ` [PATCH v21 028/100] c/r: checkpoint multiple processes
  ` [PATCH v21 029/100] c/r: restart "
  ` [PATCH v21 030/100] c/r: introduce PF_RESTARTING, and skip notification on exit
  ` [PATCH v21 031/100] c/r: support for zombie processes
  ` [PATCH v21 032/100] c/r: Save and restore the [compat_]robust_list member of the task struct
  ` [PATCH v21 033/100] c/r: infrastructure for shared objects
  ` [PATCH v21 034/100] c/r: detect resource leaks for whole-container checkpoint
  ` [PATCH v21 035/100] deferqueue: generic queue to defer work
  ` [PATCH v21 036/100] c/r: introduce vfs_fcntl()
  ` [PATCH v21 037/100] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
  ` [PATCH v21 038/100] c/r: checkpoint and restart open file descriptors
  ` [PATCH v21 040/100] Introduce FOLL_DIRTY to follow_page() for "dirty" pages
  ` [PATCH v21 043/100] c/r: add generic '->checkpoint()' f_op to simple devices
  ` [PATCH v21 044/100] c/r: add checkpoint operation for opened files of generic filesystems
  ` [PATCH v21 045/100] c/r: export shmem_getpage() to support shared memory
  ` [PATCH v21 047/100] splice: export pipe/file-to-pipe/file functionality
  ` [PATCH v21 048/100] c/r: support for open pipes
  ` [PATCH v21 049/100] c/r: checkpoint and restore FIFOs
  ` [PATCH v21 050/100] c/r: refuse to checkpoint if monitoring directories with dnotify
  ` [PATCH v21 051/100] c/r: make ckpt_may_checkpoint_task() check each namespace individually
  ` [PATCH v21 052/100] c/r: support for UTS namespace
  ` [PATCH v21 053/100] c/r (ipc): allow allocation of a desired ipc identifier
  ` [PATCH v21 054/100] c/r: save and restore sysvipc namespace basics
  ` [PATCH v21 055/100] c/r: support share-memory sysv-ipc
  ` [PATCH v21 056/100] c/r: support message-queues sysv-ipc
  ` [PATCH v21 057/100] c/r: support semaphore sysv-ipc
  ` [PATCH v21 061/100] c/r: capabilities: define checkpoint and restore fns
  ` [PATCH v21 062/100] c/r: checkpoint and restore task credentials
  ` [PATCH v21 063/100] c/r: restore file->f_cred
  ` [PATCH v21 064/100] c/r: checkpoint and restore (shared) task's sighand_struct
  ` [PATCH v21 065/100] c/r: [signal 1/4] blocked and template for shared signals
  ` [PATCH v21 066/100] c/r: [signal 2/4] checkpoint/restart of rlimit
  ` [PATCH v21 067/100] c/r: [signal 3/4] pending signals (private, shared)
  ` [PATCH v21 068/100] c/r: [signal 4/4] support for real/virt/prof itimers
  ` [PATCH v21 069/100] Expose may_setuid() in user.h and add may_setgid() (v2)
  ` [PATCH v21 070/100] c/r: correctly restore pgid
  ` [PATCH v21 071/100] Add common socket helpers to unify the security hooks
  ` [PATCH v21 072/100] c/r: introduce checkpoint/restore methods to struct proto_ops
  ` [PATCH v21 073/100] c/r: Add AF_UNIX support (v12)
  ` [PATCH v21 074/100] c/r: add support for listening INET sockets (v2)
  ` [PATCH v21 075/100] c/r: add support for connected INET sockets (v5)
  ` [PATCH v21 076/100] c/r: [pty 1/2] allow allocation of desired pty slave
  ` [PATCH v21 077/100] c/r: [pty 2/2] support for pseudo terminals
  ` [PATCH v21 078/100] c/r: support for controlling terminal and job control

[B.A.T.M.A.N.] [PATCH 0/4] *** SUBJECT HERE ***
 2010-05-01 14:12 UTC  (12+ messages)
` [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Update README to match mainline README
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Import sparse fixes from mainline
` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: whitespace "
    ` [B.A.T.M.A.N.] [PATCH] Staging: batman-adv: send.c: Checkpatch cleanup
` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit

[PATCH 1/3] ptp: Added a brand new class driver for ptp clocks
 2010-05-01 14:09 UTC  (4+ messages)

[Xenomai-core] [Xenomai-git] Jan Kiszka : native: Improve fault tolerance /wrt multiple task deletions
 2010-05-01 14:11 UTC  (3+ messages)

[PATCH] QEMU-KVM scsi-bus: Add LBA+Transfer Length to outgoing SBC CDBs in scsi_req_setup() for SG_IO
 2010-05-01 14:10 UTC  (2+ messages)
` [Qemu-devel] "

[RFC] Second OLPC Viafb series, v2
 2010-05-01 14:01 UTC  (4+ messages)
` [PATCH 02/30] viafb: use proper pci config API

conntrack h323 reassembly
 2010-05-01 13:59 UTC  (3+ messages)

[PATCH 2/3] input: mt: Introduce MT event slots (rev 2)
 2010-05-01 13:55 UTC  (2+ messages)
` [PATCH 3/3] input: mt: Document the MT event slot protocol

[PATCH] Merge es1688 and es968 drivers
 2010-05-01 13:52 UTC 

[PATCH 0/2] Fix migration races in rmap_walk() V3
 2010-05-01 13:51 UTC  (10+ messages)
` [PATCH 2/2] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks

--mem-path option broken on qemu-kvm latest git
 2010-05-01 13:50 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 1/3] input: mt: Simplify event bypass logic
 2010-05-01 13:49 UTC 

[PATCH v6] net: batch skb dequeueing from softnet input_pkt_queue
 2010-05-01 13:49 UTC  (29+ messages)
  ` [PATCH net-next-2.6] bnx2x: Remove two prefetch()
          ` [PATCH net-next-2.6] net: speedup udp receive path

[Buildroot] [pull request] ncurses conversion + fix
 2010-05-01 13:46 UTC  (4+ messages)
` [Buildroot] [PATCH 1/2] ncurses: convert to autotools infrastructure

Loan Application!!!
 2010-05-01 13:34 UTC 

[Qemu-devel] Latest git doesn't compile
 2010-05-01 13:39 UTC  (2+ messages)

Building XFSDump but missing uuid development package
 2010-05-01 13:38 UTC  (2+ messages)

Loan Application!!!
 2010-05-01 12:41 UTC 

[linux-lvm] will pvmove'ing (an LV at a time) defragment?
 2010-05-01 13:26 UTC  (2+ messages)

[Buildroot] [Bug 1675] New: GMP Error during buildroot make process
 2010-05-01 13:24 UTC  (2+ messages)
` [Buildroot] [Bug 1675] "

[PATCH linux-2.6.34-rc5] drivers/net/phy: micrel phy driver
 2010-04-29 16:12 UTC 

Doing a stable v4l-utils release
 2010-05-01 13:12 UTC  (4+ messages)

[Buildroot] [Bug 1615] New: Convert eeprog package to gentargets
 2010-05-01 13:10 UTC  (4+ messages)
` [Buildroot] [Bug 1615] "

[lm-sensors] [PATCH] hwmon: (asc7621) Bug fixes
 2010-05-01 13:08 UTC 

[PATCH 0/6] orinoco: Add support for Agere based USB cards
 2010-05-01 13:05 UTC  (7+ messages)
` [PATCH 1/6] orinoco: add hermes_ops
` [PATCH 2/6] orinoco: allow driver to specify netdev_ops
` [PATCH 3/6] orinoco: encapsulate driver locking
` [PATCH 4/6] orinoco: add orinoco_usb driver
` [PATCH 5/6] orinoco_usb: avoid in_atomic
` [PATCH 6/6] orinoco_usb: implement fw download

Coreboot multiboot breakage. Splitting of multiboot port
 2010-05-01 13:02 UTC 

[PATCH 0/3] Bcache: version 4
 2010-05-01 13:01 UTC  (2+ messages)

How to manage parameter files and code separately using git?
 2010-05-01 12:57 UTC 

[PATCH 0/5] various cleanups for 2.6.35
 2010-05-01 12:58 UTC  (4+ messages)
` [PATCH 4/5] [PATCH] xfs: simplify buffer to transaction matching

[PATCH 2/2] sh: make interrupt resource optional in SH framebuffer
 2010-05-01 12:55 UTC  (5+ messages)
` [PATCH 2/2] sh: make interrupt resource optional in SH
` [PATCH 2/2] sh: make interrupt resource optional in SH framebuffer driver

[PATCH] drm/radeon/kms: fix tv dac conflict resolver
 2010-05-01 12:42 UTC  (6+ messages)

[net-next-2.6 PATCH 2/2] add ndo_set_port_profile op support for enic dynamic vnics
 2010-05-01 12:36 UTC  (2+ messages)

2.6.33-2.6.34-rc5 suspend issues
 2010-05-01 12:24 UTC  (5+ messages)

[PATCHv10 2.6.34-rc6 1/5] mxc: Update GPIO for USB support on Freescale MX51 Babbage HW
 2010-05-01 12:21 UTC  (6+ messages)
` [PATCHv10 2.6.34-rc6 2/5] mx5: Add USB device definitions for "
  ` [PATCHv10 2.6.34-rc6 3/5] mx5: Enable board specific functions for enabling USB host on Babbage
    ` [PATCHv10 2.6.34-rc6 4/5] mxc: Add generic USB HW initialization for MX51

drbd: and hvm
 2010-05-01 12:19 UTC  (5+ messages)
    `  "

b43 'hardware blocked' but only keyboard/led touch button
 2010-05-01 12:17 UTC  (11+ messages)
                  ` BCM4312 802.11b/g LP-PHY (rev 01) dma & led problems

CFQ read performance regression
 2010-05-01 12:13 UTC  (11+ messages)

Timer handling discussion
 2010-05-01 12:11 UTC  (2+ messages)

[Buildroot] [PATCH 2/8] package: Add $(HOST_DIR)/usr/lib to LD_LIBRARY_PATH for host but not target
 2010-05-01 12:10 UTC  (2+ messages)
` [Buildroot] [PATCH] "

[PATCH] tcp: SO_TIMESTAMP implementation for TCP
 2010-05-01 12:06 UTC  (5+ messages)

i915GM 2D+3D intel driver regression
 2010-05-01 12:01 UTC  (4+ messages)

What changed since kvm-72 resulting in winNT to fail to boot (STOP 0x0000001E) ?
 2010-05-01 11:58 UTC  (3+ messages)

Technisat SkyStar USB plus
 2010-05-01 11:56 UTC 

[PATCH tip/perf] perf: fix resource leak in failure path of perf_event_open()
 2010-05-01 11:54 UTC  (2+ messages)
` [tip:perf/urgent] perf: Fix "

wl1251_sdio PSM
 2010-05-01 11:53 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] mtdparts: fix write through NULL pointer
 2010-05-01 11:49 UTC  (4+ messages)

AX25 write up anywhere?
 2010-05-01 11:49 UTC  (3+ messages)

ar9170-fw
 2010-05-01 11:42 UTC  (4+ messages)

[Buildroot] Build Error!
 2010-05-01 11:35 UTC 

[Buildroot] [Bug 1321] New: Buildroot link fails due to lack of --sysroot option
 2010-05-01 11:23 UTC  (2+ messages)
` [Buildroot] [Bug 1321] Busybox "

[Buildroot] [pull request] directfb/linux-fusion bumps + lirc integration
 2010-05-01 11:15 UTC  (2+ messages)

Exception in U-Boot
 2010-05-01 11:11 UTC  (2+ messages)
  ` [U-Boot] "

Nouveau / Mesa gets X11 libraries overwritten sometimes
 2010-05-01 11:09 UTC 

[Buildroot] [pull request] Fixes for 2010.05
 2010-05-01 11:09 UTC  (3+ messages)
` [Buildroot] [PATCH 8/8] autoconf: added AUTOCONF variable setting


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.