1. 5016e77 BACKPORT: pid: add pidfd_open() by Christian Brauner · 5 years ago
  2. 911e99a UPSTREAM: pidfd: add polling support by Joel Fernandes (Google) · 5 years ago
  3. a2095be pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid() by Kirill Tkhai · 7 years ago
  4. 322cd32 pids: make task_tgid_nr_ns() safe by Oleg Nesterov · 7 years ago
  5. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  6. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 840d6fe pid: Fix spelling in comments by Zhen Lei · 8 years ago
  8. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  9. 81b1a83 pidns: fix NULL dereference in __task_pid_nr_ns() by Eric Dumazet · 8 years ago
  10. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  11. 35f71bc fork: report pid reservation failure properly by Michal Hocko · 9 years ago
  12. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  13. 24c037e exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting by Oleg Nesterov · 9 years ago
  14. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  15. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  16. 314a8ad pidns: fix free_pid() to handle the first fork failure by Oleg Nesterov · 11 years ago
  17. a606488 pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeup by Eric W. Biederman · 11 years ago
  18. 8f75af4 kernel/pid.c: move statement by Raphael S. Carvalho · 11 years ago
  19. 8190773 kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists by Oleg Nesterov · 11 years ago
  20. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  22. 5cc5445 pid_namespace.c/.h: simplify defines by Raphael S.Carvalho · 11 years ago
  23. 8db049b kernel/pid.c: improve flow of a loop inside alloc_pidmap. by Raphael S. Carvalho · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. 6e66688 kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exited by Eric W. Biederman · 11 years ago
  26. c876ad76 pidns: Stop pid allocation when init dies by Eric W. Biederman · 11 years ago
  27. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 11 years ago
  28. a5ba911 pidns: remove unused is_container_init() by Gao feng · 11 years ago
  29. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  30. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 11 years ago
  31. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  32. af4b8a8 pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 by Eric W. Biederman · 12 years ago
  33. 5e1182deb pidns: Don't allow new processes in a dead pid namespace. by Eric W. Biederman · 14 years ago
  34. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  35. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  36. 49f4d8b pidns: Capture the user namespace and filter ns_last_pid by Eric W. Biederman · 12 years ago
  37. 4f82f45 net ip6 flowlabel: Make owner a union of struct pid * and kuid_t by Eric W. Biederman · 12 years ago
  38. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  39. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  40. b8f566b sysctl: add the kernel.ns_last_pid control by Pavel Emelyanov · 12 years ago
  41. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  42. b3fbab0 rcu: Restore checks for blocking in RCU read-side critical sections by Paul E. McKenney · 13 years ago
  43. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  44. c78193e next_pidmap: fix overflow condition by Linus Torvalds · 13 years ago
  45. 77c100c export pid symbols needed for kvm_vcpu_on_spin by Rik van Riel · 13 years ago
  46. 4221a99 Add RCU check for find_task_by_vpid(). by Tetsuo Handa · 14 years ago
  47. 67bdbff rculist: avoid __rcu annotations by Arnd Bergmann · 14 years ago
  48. c52b0b9 pids: alloc_pidmap: remove the unnecessary boundary checks by Oleg Nesterov · 14 years ago
  49. 5fdee8c pids: fix a race in pid generation that causes pids to be reused immediately by Salman · 14 years ago
  50. 72680a1 pids: increase pid_max based on num_possible_cpus by Hedi Berriche · 14 years ago
  51. 4e3eadd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. 9728e5d kernel/pid.c: update comment on find_task_by_pid_ns by Tetsuo Handa · 14 years ago
  53. db1466b rcu: Use wrapper function instead of exporting tasklist_lock by Paul E. McKenney · 14 years ago
  54. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 14 years ago
  55. 417e315 pid: reduce code size by using a pointer to iterate over array by André Goddard Rosa · 14 years ago
  56. 7be6d99 pid: tighten pidmap spinlock critical section by removing kfree() by André Goddard Rosa · 14 years ago
  57. 2c85f51 mm: also use alloc_large_system_hash() for the PID hash table by Jan Beulich · 15 years ago
  58. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  59. 12de38b kmemleak: Inform kmemleak about pid_hash by Catalin Marinas · 15 years ago
  60. 17f98dc pids: clean up find_task_by_pid variants by Christoph Hellwig · 15 years ago
  61. 52ee2df pids: refactor vnr/nr_ns helpers to make them safe by Oleg Nesterov · 15 years ago
  62. 2ae448e pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() by Oleg Nesterov · 15 years ago
  63. 61bce0f pid: generalize task_active_pid_ns by Eric W. Biederman · 15 years ago
  64. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  65. e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
  66. 339caf2 proc: misplaced export of find_get_pid by David Sterba · 16 years ago
  67. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  68. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 16 years ago
  69. 65450ce pids: de_thread: don't clear session/pgrp pids for the old leader by Oleg Nesterov · 16 years ago
  70. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  71. b7127aa free_pidmap: turn it into free_pidmap(struct upid *) by Oleg Nesterov · 16 years ago
  72. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 16 years ago
  73. 44c4e1b pid: Extend/Fix pid_vnr by Eric W. Biederman · 16 years ago
  74. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 16 years ago
  75. eccba06 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * by Pavel Emelyanov · 16 years ago
  76. 57d5f66 pidns: Place under CONFIG_EXPERIMENTAL by Eric W. Biederman · 16 years ago
  77. 2f2a3a4 Uninline the task_xid_nr_ns() calls by Pavel Emelyanov · 17 years ago
  78. 8990571 Uninline find_pid etc set of functions by Pavel Emelyanov · 17 years ago
  79. 19b9b9b pid namespaces: remove the struct pid unneeded fields by Pavel Emelyanov · 17 years ago
  80. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  81. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  82. c9c5d92 pid namespaces: create a slab-cache for 'struct pid_namespace' by Sukadev Bhattiprolu · 17 years ago
  83. 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 17 years ago
  84. b461cc0 pid namespaces: miscellaneous preparations for pid namespaces by Pavel Emelyanov · 17 years ago
  85. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 17 years ago
  86. 7af5729 pid namespaces: helpers to obtain pid numbers by Pavel Emelyanov · 17 years ago
  87. 8ef047a pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid by Pavel Emelyanov · 17 years ago
  88. faacbfd pid namespaces: add support for pid namespaces hierarchy by Pavel Emelyanov · 17 years ago
  89. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  90. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  91. baf8f0f pid namespaces: dynamic kmem cache allocator for pid namespaces by Pavel Emelianov · 17 years ago
  92. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  93. 820e45d statically initialize struct pid for swapper by Sukadev Bhattiprolu · 17 years ago
  94. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 17 years ago
  95. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  96. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  97. 0f24528 [PATCH] namespaces: fix task exit disaster by Serge E. Hallyn · 17 years ago
  98. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 17 years ago
  99. 6cc1b22 [PATCH] use current->nsproxy->pid_ns by Cedric Le Goater · 17 years ago
  100. 9a575a9 [PATCH] to nsproxy by Cedric Le Goater · 17 years ago