Linux Container Development
 help / color / mirror / Atom feed
 messages from 2008-11-24 15:31:38 to 2008-11-27 01:04:44 UTC [more...]

[RFC v10][PATCH 01/13] Create syscalls: sys_checkpoint, sys_restart
 2008-11-27  1:04 UTC  (13+ messages)
  ` [RFC v10][PATCH 02/13] Checkpoint/restart: initial documentation
  ` [RFC v10][PATCH 03/13] General infrastructure for checkpoint restart
  ` [RFC v10][PATCH 04/13] x86 support for checkpoint/restart
  ` [RFC v10][PATCH 05/13] Dump memory address space
  ` [RFC v10][PATCH 06/13] Restore "
  ` [RFC v10][PATCH 07/13] Infrastructure for shared objects
  ` [RFC v10][PATCH 08/13] Dump open file descriptors
  ` [RFC v10][PATCH 09/13] Restore open file descriprtors
  ` [RFC v10][PATCH 10/13] External checkpoint of a task other than ourself
  ` [RFC v10][PATCH 11/13] Track in-kernel when we expect checkpoint/restart to work
  ` [RFC v10][PATCH 12/13] Checkpoint multiple processes
  ` [RFC v10][PATCH 13/13] Restart "

[RFC v10][PATCH 00/13] Kernel based checkpoint/restart
 2008-11-27  1:04 UTC 

[RFC][PATCH 0/5] Container init signal semantics
 2008-11-27  1:01 UTC  (7+ messages)
` [RFC][PATCH 1/5] pid: Implement ns_of_pid
` [RFC][PATCH 2/5] pid: Generalize task_active_pid_ns
` [RFC][PATCH 3/5] Determine if sender is from ancestor ns
` [RFC][PATCH 4/5] Protect cinit from fatal signals
` [RFC][PATCH 5/5] Clear si_pid for signal from ancestor ns

[patch 0/4] [RFC] Another proportional weight IO controller
 2008-11-26 22:21 UTC  (9+ messages)

[PATCH 0/5] ftrace: rebase patches on top of tip/master + some extras
 2008-11-26 18:06 UTC  (30+ messages)
` [PATCH 1/5] ftrace: add function tracing to single thread
` [PATCH 2/5] ftrace: use code patching for ftrace graph tracer
` [PATCH 3/5] ftrace: let function tracing and function return run together
` [PATCH 4/5] ftrace: add thread comm to function graph tracer
` [PATCH 5/5] ftrace: add cpu annotation for "

[RFC][PATCH][v2] Define/use siginfo_from_ancestor_ns()
 2008-11-26 17:44 UTC  (6+ messages)

[PATCH 1/3] ftrace: add function tracing to single thread
 2008-11-26 16:36 UTC  (11+ messages)

[patch 0/4] [RFC] Another proportional weight IO controller
 2008-11-26 15:18 UTC  (2+ messages)

[PATCH 1/2] Add flags for user-space and in-kernel process creation
 2008-11-26 11:58 UTC  (10+ messages)
  ` [PATCH 0/2] In-kernel process restart
    ` [PATCH 2/2] Add support for in-kernel process creation during restart

[PATCH 02/53] netns xfrm: add netns boilerplate
 2008-11-26  4:25 UTC  (106+ messages)
  ` [PATCH 01/53] xfrm: initialise xfrm_policy_gc_work statically
      ` [PATCH 04/53] netns xfrm: per-netns xfrm_state_all list
      ` [PATCH 03/53] netns xfrm: add struct xfrm_state::xs_net
        ` [PATCH 05/53] netns xfrm: per-netns xfrm_state_bydst hash
          ` [PATCH 06/53] netns xfrm: per-netns xfrm_state_bysrc hash
              ` [PATCH 08/53] netns xfrm: per-netns xfrm_state_hmask
              ` [PATCH 07/53] netns xfrm: per-netns xfrm_state_byspi hash
                ` [PATCH 09/53] netns xfrm: per-netns xfrm_state counts
                  ` [PATCH 10/53] netns xfrm: per-netns xfrm_hash_work
                      ` [PATCH 12/53] netns xfrm: per-netns state GC work
                      ` [PATCH 11/53] netns xfrm: per-netns state GC list
                        ` [PATCH 13/53] netns xfrm: per-netns km_waitq
                          ` [PATCH 14/53] netns xfrm: add struct xfrm_policy::xp_net
                            ` [PATCH 15/53] netns xfrm: per-netns policy list
                                ` [PATCH 17/53] netns xfrm: per-netns xfrm_policy_byidx hashmask
                                ` [PATCH 16/53] netns xfrm: per-netns xfrm_policy_byidx hash
                                  ` [PATCH 18/53] netns xfrm: per-netns inexact policies
                                      ` [PATCH 20/53] netns xfrm: per-netns policy counts
                                      ` [PATCH 19/53] netns xfrm: per-netns xfrm_policy_bydst hash
                                        ` [PATCH 21/53] netns xfrm: per-netns policy hash resizing work
                                          ` [PATCH 22/53] netns xfrm: propagate netns into bydst/bysrc/byspi hash functions
                                              ` [PATCH 24/53] netns xfrm: state flush in netns
                                              ` [PATCH 23/53] netns xfrm: trivial netns propagations
                                                  ` [PATCH 26/53] netns xfrm: fixup xfrm_alloc_spi()
                                                  ` [PATCH 25/53] netns xfrm: state lookup in netns
                                                    ` [PATCH 27/53] netns xfrm: finding states "
                                                      ` [PATCH 28/53] netns xfrm: state walking "
                                                        ` [PATCH 29/53] netns xfrm: propagate netns into policy byidx hash
                                                          ` [PATCH 30/53] netns xfrm: policy insertion in netns
                                                            ` [PATCH 31/53] netns xfrm: policy flushing "
                                                              ` [PATCH 32/53] netns xfrm: finding policy "
                                                                  ` [PATCH 34/53] netns xfrm: lookup "
                                                                  ` [PATCH 33/53] netns xfrm: policy walking "
                                                                    ` [PATCH 35/53] netns xfrm: xfrm_policy_check "
                                                                      ` [PATCH 36/53] netns xfrm: xfrm_route_forward() "
                                                                        ` [PATCH 37/53] netns xfrm: flushing/pruning bundles "
                                                                          ` [PATCH 38/53] netns xfrm: dst garbage-collecting "
                                                                            ` [PATCH 39/53] netns xfrm: xfrm_input() fixup
                                                                                ` [PATCH 41/53] netns xfrm: xfrm_user module in netns
                                                                                ` [PATCH 40/53] netns xfrm: per-netns NETLINK_XFRM socket
                                                                                  ` [PATCH 42/53] netns xfrm: pass netns with KM notifications
                                                                                      ` [PATCH 44/53] netns xfrm: ->dst_lookup in netns
                                                                                      ` [PATCH 43/53] netns xfrm: KM reporting "
                                                                                        ` [PATCH 45/53] netns xfrm: ->get_saddr "
                                                                                            ` [PATCH 47/53] netns PF_KEY: part 1
                                                                                            ` [PATCH 46/53] netns xfrm: flush SA/SPDs on netns stop
                                                                                                ` [PATCH 49/53] netns PF_KEY: per-netns /proc/pfkey
                                                                                                ` [PATCH 48/53] netns PF_KEY: part 2
                                                                                                    ` [PATCH 51/53] netns xfrm: per-netns MIBs
                                                                                                    ` [PATCH 50/53] netns xfrm: AH/ESP in netns!
                                                                                                        ` [PATCH 53/53] netns xfrm: per-netns sysctls
                                                                                                        ` [PATCH 52/53] netns xfrm: /proc/net/xfrm_stat in netns

[patch 1/1] netns: filter out uevent not belonging to init_net
 2008-11-26  0:46 UTC  (2+ messages)

[PATCH 01/53] xfrm: initialise xfrm_policy_gc_work statically
 2008-11-25 17:26 UTC 

[PATCH 3/3] user namespaces: let user_ns be cloned with fairsched
 2008-11-25  1:20 UTC  (2+ messages)

[PATCH] cgroups: fix incorrect using rcu_dereference() in cgroup_subsys_state()
 2008-11-24 20:45 UTC 

[patch 1/1][RFC]Handle uevent per namespace
 2008-11-24 15:55 UTC  (3+ messages)

[PATCH 0/2] In-kernel process restart
 2008-11-24 15:39 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox