1. c2b1df2 Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children by Andy Lutomirski · 11 years ago
  2. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  4. 5cc5445 pid_namespace.c/.h: simplify defines by Raphael S.Carvalho · 11 years ago
  5. 751c644 pid: Handle the exit of a multi-threaded init. by Eric W. Biederman · 11 years ago
  6. c876ad76 pidns: Stop pid allocation when init dies by Eric W. Biederman · 11 years ago
  7. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 11 years ago
  8. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  9. 50804fe pidns: Support unsharing the pid namespace. by Eric W. Biederman · 14 years ago
  10. 57e8391 pidns: Add setns support by Eric W. Biederman · 14 years ago
  11. 225778d pidns: Deny strange cases when creating pid namespaces. by Eric W. Biederman · 12 years ago
  12. af4b8a8 pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 by Eric W. Biederman · 12 years ago
  13. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  14. 49f4d8b pidns: Capture the user namespace and filter ns_last_pid by Eric W. Biederman · 12 years ago
  15. f230250 pidns: limit the nesting depth of pid namespaces by Andrew Vagin · 12 years ago
  16. bbc2e3e pidns: remove recursion from free_pid_ns() by Cyrill Gorcunov · 12 years ago
  17. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  18. 579035d pid-namespace: limit value of ns_last_pid to (0, max_pid) by Andrew Vagin · 12 years ago
  19. 523a6a9 pidns: Export free_pid_ns by Eric W. Biederman · 12 years ago
  20. 6347e90 pidns: guarantee that the pidns init will be the last pidns process reaped by Eric W. Biederman · 12 years ago
  21. 98ed57e sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORE by Cyrill Gorcunov · 12 years ago
  22. 00c10bc pidns: make killed children autoreap by Eric W. Biederman · 12 years ago
  23. cf3f892 pidns: add reboot_pid_ns() to handle the reboot syscall by Daniel Lezcano · 12 years ago
  24. a02d6fd signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/ by Oleg Nesterov · 12 years ago
  25. b8f566b sysctl: add the kernel.ns_last_pid control by Pavel Emelyanov · 12 years ago
  26. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 13 years ago
  27. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  28. 13aa9a6 pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig() by Oleg Nesterov · 14 years ago
  29. e5a4738 pidns: deny CLONE_PARENT|CLONE_NEWPID combination by Sukadev Bhattiprolu · 15 years ago
  30. dca4a97 pidns: rewrite copy_pid_ns() by Alexey Dobriyan · 15 years ago
  31. ed469a6 pidns: make create_pid_namespace() accept parent pidns by Alexey Dobriyan · 15 years ago
  32. e4da026 signals: zap_pid_ns_process() should use force_sig() by Sukadev Bhattiprolu · 15 years ago
  33. 950bbab pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits by Oleg Nesterov · 16 years ago
  34. add0d4d pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing by Oleg Nesterov · 16 years ago
  35. 0b6b030 bsdacct: switch from global bsd_acct_struct instance to per-pidns one by Pavel Emelyanov · 16 years ago
  36. 84406c1 pidns: use kzalloc when allocating new pid_namespace struct by Pavel Emelyanov · 16 years ago
  37. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 16 years ago
  38. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  39. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 16 years ago