1. 9e7c73c kernel: pid_namespace: simplify sysctls with register_sysctl() by Luis Chamberlain · 2 years ago
  2. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
  3. 105ff53 mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC by Jeff Xu · 2 years, 2 months ago
  4. 28319d6 rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes() by Frederic Weisbecker · 2 years, 3 months ago
  5. c06d7aa kernel: pid_namespace: use NULL instead of using plain integer as pointer by Haowen Bai · 2 years, 10 months ago
  6. 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 6 months ago
  7. fab827d memcg: enable accounting for pids in nested pid namespaces by Vasily Averin · 3 years, 6 months ago
  8. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 2 months ago
  9. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 4 months ago
  10. 8eb71d9 pid: Use generic ns_common::count by Kirill Tkhai · 4 years, 7 months ago
  11. b9a3db92 pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pid by Adrian Reber · 4 years, 7 months ago
  12. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  13. f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 10 months ago
  14. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 10 months ago
  15. af9fe6d pid: Improve the comment about waiting in zap_pid_ns_processes by Eric W. Biederman · 5 years ago
  16. 69879c0 proc: Remove the now unnecessary internal mount of proc by Eric W. Biederman · 5 years ago
  17. 49cb2fc fork: extend clone3() to support setting a PID by Adrian Reber · 5 years ago
  18. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 6 years ago
  19. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  20. f9070dc signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig by Eric W. Biederman · 6 years ago
  21. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  22. 82058d6 signal: Use group_send_sig_info to kill all processes in a pid namespace by Eric W. Biederman · 7 years ago
  23. 079b22d signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP by Eric W. Biederman · 6 years ago
  24. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  25. d300b610 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 7 years ago
  26. dd206be pidns: simpler allocation of pid_* caches by Alexey Dobriyan · 7 years ago
  27. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  28. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  29. a2b4262 userns,pidns: Verify the userns for new pid namespaces by Eric W. Biederman · 8 years ago
  30. b9a985db pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes by Eric W. Biederman · 8 years ago
  31. eaa0d19 pidns: expose task pid_ns_for_children to userspace by Kirill Tkhai · 8 years ago
  32. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  33. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  34. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  35. add7c65 pid: fix lockdep deadlock warning due to ucount_lock by Andrei Vagin · 8 years ago
  36. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  37. a7306ed nsfs: add ioctl to get a parent namespace by Andrey Vagin · 8 years ago
  38. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  39. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  40. f333c70 pidns: Add a limit on the number of pid namespaces by Eric W. Biederman · 9 years ago
  41. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. a53b831 exit: pidns: fix/update the comments in zap_pid_ns_processes() by Oleg Nesterov · 10 years ago
  43. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  44. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  45. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  46. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  47. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  48. d230822 pid_namespace: pidns_get() should check task_active_pid_ns() != NULL by Oleg Nesterov · 11 years ago
  49. 1adfcb0 pid_namespace: make freeing struct pid_namespace rcu-delayed by Al Viro · 11 years ago
  50. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  51. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 12 years ago
  52. c2b1df2 Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children by Andy Lutomirski · 11 years ago
  53. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  54. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  55. 5cc5445 pid_namespace.c/.h: simplify defines by Raphael S.Carvalho · 12 years ago
  56. 751c644b pid: Handle the exit of a multi-threaded init. by Eric W. Biederman · 12 years ago
  57. c876ad76 pidns: Stop pid allocation when init dies by Eric W. Biederman · 12 years ago
  58. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  59. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  60. 50804fe pidns: Support unsharing the pid namespace. by Eric W. Biederman · 15 years ago
  61. 57e8391 pidns: Add setns support by Eric W. Biederman · 15 years ago
  62. 225778d pidns: Deny strange cases when creating pid namespaces. by Eric W. Biederman · 13 years ago
  63. af4b8a8 pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 by Eric W. Biederman · 13 years ago
  64. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 13 years ago
  65. 49f4d8b pidns: Capture the user namespace and filter ns_last_pid by Eric W. Biederman · 13 years ago
  66. f230250 pidns: limit the nesting depth of pid namespaces by Andrew Vagin · 12 years ago
  67. bbc2e3e pidns: remove recursion from free_pid_ns() by Cyrill Gorcunov · 12 years ago
  68. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  69. 579035d pid-namespace: limit value of ns_last_pid to (0, max_pid) by Andrew Vagin · 12 years ago
  70. 523a6a9 pidns: Export free_pid_ns by Eric W. Biederman · 13 years ago
  71. 6347e90 pidns: guarantee that the pidns init will be the last pidns process reaped by Eric W. Biederman · 13 years ago
  72. 98ed57ee sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORE by Cyrill Gorcunov · 13 years ago
  73. 00c10bc pidns: make killed children autoreap by Eric W. Biederman · 13 years ago
  74. cf3f892 pidns: add reboot_pid_ns() to handle the reboot syscall by Daniel Lezcano · 13 years ago
  75. a02d6fd signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/ by Oleg Nesterov · 13 years ago
  76. b8f566b sysctl: add the kernel.ns_last_pid control by Pavel Emelyanov · 13 years ago
  77. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 14 years ago
  78. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  79. 13aa9a6 pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig() by Oleg Nesterov · 15 years ago
  80. e5a4738 pidns: deny CLONE_PARENT|CLONE_NEWPID combination by Sukadev Bhattiprolu · 15 years ago
  81. dca4a97 pidns: rewrite copy_pid_ns() by Alexey Dobriyan · 16 years ago
  82. ed469a6 pidns: make create_pid_namespace() accept parent pidns by Alexey Dobriyan · 16 years ago
  83. e4da026 signals: zap_pid_ns_process() should use force_sig() by Sukadev Bhattiprolu · 16 years ago
  84. 950bbab pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits by Oleg Nesterov · 16 years ago
  85. add0d4d pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing by Oleg Nesterov · 16 years ago
  86. 0b6b030 bsdacct: switch from global bsd_acct_struct instance to per-pidns one by Pavel Emelyanov · 17 years ago
  87. 84406c1 pidns: use kzalloc when allocating new pid_namespace struct by Pavel Emelyanov · 17 years ago
  88. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 17 years ago
  89. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 17 years ago
  90. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 17 years ago