(none)
Your email have won �891,934.00 Send:Name,Age, Address, Tel,Country -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 1 May 2010 12:02
viafb: Move core stuff into via-core.c
On Sat, 01 May 2010 17:02:30 +0200 Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> wrote: struct fb_info *viafbinfo; +EXPORT_SYMBOL_GPL(viafbinfo); struct fb_info *viafbinfo1; struct viafb_par *viaparinfo; +EXPORT_SYMBOL_GPL(viaparinfo); struct viafb_par *viaparinfo1; ... 1 May 2010 12:02
[PATCH v21 012/100] c/r: extend arch_setup_additional_pages()
From: Alexey Dobriyan <adobriyan(a)gmail.com> Add "start" argument, to request to map vDSO to a specific place, and fail the operation if not. This is useful for restart(2) to ensure that memory layout is restore exactly as needed. Changelog[v19]: - [serge hallyn] Fix potential use-before-set ret Changelog... 1 May 2010 12:02
[PATCH v21 098/100] c/r: Add a checkpoint handler to the 'sit' device
From: Dan Smith <danms(a)us.ibm.com> This handler doesn't really do much to checkpoint the device, other than the minimum required to support the restart process. When we add IPv6 support to this, then we can fill this out. This allows us to avoid skipping unsupported interfaces on a normal system. Changelog... 1 May 2010 10:56
[PATCH v21 059/100] c/r: add CKPT_COPY() macro
From: Dan Smith <danms(a)us.ibm.com> As suggested by Dave[1], this provides us a way to make the copy-in and copy-out processes symmetric. CKPT_COPY_ARRAY() provides us a way to do the same thing but for arrays. It's not critical, but it helps us unify the checkpoint and restart paths for some things. Changelo... 1 May 2010 10:56
[PATCH v21 100/100] c/r: add an entry for checkpoint/restart in MAINTAINERS
Signed-off-by: Oren Laadan <orenl(a)cs.columbia.edu> --- MAINTAINERS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a0e3c3a..e4494d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1501,6 +1501,18 @@ M: Andy Whitcroft <apw(a)canonical.com> S: ... 1 May 2010 10:56
[PATCH v21 097/100] c/r: Add loopback checkpoint support (v2)
From: Dan Smith <danms(a)us.ibm.com> Adds a small ndo_checkpoint() handler for loopback devices to write the name and addresses like other interfaces. Changelog[v21]: - Unbreak compiling with CONFIG_CHECKPOINT=n or CONFIG_NET_NS=n Changes in v2: - Add CONFIG_CHECKPOINT around the handler Cc: netdev(a)vger.... 1 May 2010 10:56
[PATCH v21 077/100] c/r: [pty 2/2] support for pseudo terminals
This patch adds support for checkpoint and restart of pseudo terminals (PTYs). Since PTYs are shared (pointed to by file, and signal), they are managed via objhash. PTYs are master/slave pairs; The code arranges for the master to always be checkpointed first, followed by the slave. This is important since during... 1 May 2010 10:56
[PATCH v21 093/100] c/r: Add checkpoint and collect hooks to net_device_ops
From: Dan Smith <danms(a)us.ibm.com> These will be implemented per-driver by those that support such operations. Cc: netdev(a)vger.kernel.org Signed-off-by: Dan Smith <danms(a)us.ibm.com> Acked-by: David S. Miller <davem(a)davemloft.net> Acked-by: Serge Hallyn <serue(a)us.ibm.com> Acked-by: Oren Laadan <orenl(a)cs.colum... 1 May 2010 10:56
[PATCH v21 084/100] powerpc: reserve checkpoint arch identifiers
From: Nathan Lynch <ntl(a)pobox.com> Changelog [v19-rc1]: - [Matt Helsley] Add cpp definitions for enums Cc: linuxppc-dev(a)ozlabs.org Signed-off-by: Nathan Lynch <ntl(a)pobox.com> Acked-by: Serge E. Hallyn <serue(a)us.ibm.com> Tested-by: Serge E. Hallyn <serue(a)us.ibm.com> --- include/linux/checkpoint_hdr.h | ... 1 May 2010 10:55