All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] checkpoint: Kconfig cleanup, powerpc support
@ 2009-03-25 23:02 Nathan Lynch
       [not found] ` <1238022166-13422-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Nathan Lynch @ 2009-03-25 23:02 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

The following series, based on Oren's ckpt-v14 branch, improves the
Kconfig situation wrt architecture support and adds the powerpc
implementation.

Nathan Lynch (7):
  s390: enable checkpoint support in Kconfig
  x86: enable checkpoint support in Kconfig
  make CONFIG_CHECKPOINT depend on CONFIG_CHECKPOINT_SUPPORT
  powerpc: provide APIs for validating and updating DABR
  powerpc: checkpoint/restart implementation
  powerpc: wire up checkpoint and restart syscalls
  powerpc: enable checkpoint support in Kconfig

 arch/powerpc/Kconfig                      |    3 +
 arch/powerpc/include/asm/checkpoint_hdr.h |   15 +
 arch/powerpc/include/asm/ptrace.h         |    7 +
 arch/powerpc/include/asm/systbl.h         |    2 +
 arch/powerpc/include/asm/unistd.h         |    4 +-
 arch/powerpc/kernel/ptrace.c              |   88 ++++--
 arch/powerpc/mm/Makefile                  |    1 +
 arch/powerpc/mm/checkpoint.c              |  481 +++++++++++++++++++++++++++++
 arch/s390/Kconfig                         |    4 +
 arch/x86/Kconfig                          |    4 +
 checkpoint/Kconfig                        |    2 +-
 11 files changed, 580 insertions(+), 31 deletions(-)
 create mode 100644 arch/powerpc/include/asm/checkpoint_hdr.h
 create mode 100644 arch/powerpc/mm/checkpoint.c

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2009-05-12 16:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 23:02 [PATCH 0/7] checkpoint: Kconfig cleanup, powerpc support Nathan Lynch
     [not found] ` <1238022166-13422-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-03-25 23:02   ` [PATCH 1/7] s390: enable checkpoint support in Kconfig Nathan Lynch
     [not found]     ` <1238022166-13422-2-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-03-25 23:26       ` Serge E. Hallyn
2009-03-25 23:02   ` [PATCH 2/7] x86: " Nathan Lynch
     [not found]     ` <1238022166-13422-3-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-03-25 23:26       ` Serge E. Hallyn
2009-03-25 23:02   ` [PATCH 3/7] make CONFIG_CHECKPOINT depend on CONFIG_CHECKPOINT_SUPPORT Nathan Lynch
     [not found]     ` <1238022166-13422-4-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-03-25 23:26       ` Serge E. Hallyn
2009-03-26  0:39       ` Dave Hansen
2009-03-26  3:09         ` Nathan Lynch
     [not found]           ` <20090325220931.2653f379-4v5LP+xe+1byhTdZtsIeww@public.gmane.org>
2009-05-12 11:20             ` Ralph-Gordon Paul
     [not found]               ` <FB599A4B-F618-4E6C-94D8-FC4EAE3D41D9-4bfl1RV3iZDOEhgYWvzSCYQuADTiUCJX@public.gmane.org>
2009-05-12 12:10                 ` [PATCH 3/7] make CONFIG_CHECKPOINT depend onCONFIG_CHECKPOINT_SUPPORT Serge E. Hallyn
     [not found]                   ` <20090512121001.GB28695-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-12 12:42                     ` Ralph-Gordon Paul
     [not found]                       ` <3A15FE99-C94B-467B-B475-44BBED892C25-4bfl1RV3iZDOEhgYWvzSCYQuADTiUCJX@public.gmane.org>
2009-05-12 14:29                         ` [PATCH 3/7] make CONFIG_CHECKPOINT dependonCONFIG_CHECKPOINT_SUPPORT Serge E. Hallyn
     [not found]                           ` <20090512142912.GA31449-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-12 15:16                             ` Oren Laadan
     [not found]                               ` <4A0992CB.9050404-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2009-05-12 15:44                                 ` Serge E. Hallyn
     [not found]                                   ` <20090512154455.GA32658-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-12 16:16                                     ` Oren Laadan
     [not found]                                       ` <4A09A0D4.40208-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2009-05-12 16:39                                         ` Serge E. Hallyn
2009-03-25 23:02   ` [PATCH 4/7] powerpc: provide APIs for validating and updating DABR Nathan Lynch
2009-03-25 23:02   ` [PATCH 5/7] powerpc: checkpoint/restart implementation Nathan Lynch
2009-03-25 23:02   ` [PATCH 6/7] powerpc: wire up checkpoint and restart syscalls Nathan Lynch
2009-03-25 23:02   ` [PATCH 7/7] powerpc: enable checkpoint support in Kconfig Nathan Lynch
2009-03-30 14:57   ` [PATCH 0/7] checkpoint: Kconfig cleanup, powerpc support Oren Laadan

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.