1. e9bdcdb pid: add pidfd_get_task() helper by Christian Brauner · 3 years, 3 months ago
  2. 490b9ba kernel/pid.c: implement additional checks upon pidfd_create() parameters by Matthew Bobrowski · 3 years, 5 months ago
  3. c576e0f kernel/pid.c: remove static qualifier from pidfd_create() by Matthew Bobrowski · 3 years, 5 months ago
  4. d01e7f1 Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
  5. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  6. f7cfd87 exec: Transform exec_update_mutex into a rw_semaphore by Eric W. Biederman · 4 years, 1 month ago
  7. 1aa92cd pid: move pidfd_get_pid() to pid.c by Minchan Kim · 4 years, 2 months ago
  8. 6da73d1 pidfd: support PIDFD_NONBLOCK in pidfd_open() by Christian Brauner · 4 years, 4 months ago
  9. 8eb71d9 pid: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
  10. 74858ab Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  11. 1caef81 pid: use checkpoint_restore_ns_capable() for set_tid by Adrian Reber · 4 years, 5 months ago
  12. 910d2f1 pidfd: Replace open-coded receive_fd() by Kees Cook · 4 years, 7 months ago
  13. 4969f8a pidfd: Add missing sock updates for pidfd_getfd() by Kees Cook · 4 years, 7 months ago
  14. 1dd694a remove the no longer needed pid_alive() check in __task_pid_nr_ns() by Oleg Nesterov · 4 years, 8 months ago
  15. 6b03d13 proc: Ensure we see the exit of each process tid exactly once by Eric W. Biederman · 4 years, 8 months ago
  16. 87ad46e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  17. 63f818f proc: Use a dedicated lock in struct pid by Eric W. Biederman · 4 years, 9 months ago
  18. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  19. 501f932 pidfd: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 4 years, 9 months ago
  20. 10dab84 pid: make ENOMEM return value more obvious by Christian Brauner · 4 years, 10 months ago
  21. b26ebfe pid: Fix error return value in some cases by Corey Minyard · 4 years, 10 months ago
  22. 69879c0 proc: Remove the now unnecessary internal mount of proc by Eric W. Biederman · 4 years, 10 months ago
  23. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 10 months ago
  24. 8649c32 pid: Implement pidfd_getfd syscall by Sargun Dhillon · 5 years ago
  25. 49cb2fc fork: extend clone3() to support setting a PID by Adrian Reber · 5 years ago
  26. 1e1d0f0 pid: use pid_has_task() in pidfd_open() by Christian Brauner · 5 years ago
  27. 1d416a1 pid: use pid_has_task() in __change_pid() by Christian Brauner · 5 years ago
  28. f57e515 kernel/pid.c: convert struct pid count to refcount_t by Joel Fernandes (Google) · 5 years ago
  29. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  30. 32fcb42 pid: add pidfd_open() by Christian Brauner · 6 years ago
  31. b53b0b9 pidfd: add polling support by Joel Fernandes (Google) · 6 years ago
  32. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  33. 1fd402d kernel/pid.c: remove unneeded hash header file by Timmy Li · 6 years ago
  34. 1a80dad Fix failure path in alloc_pid() by Matthew Wilcox · 6 years ago
  35. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  36. f83606f fork: report pid exhaustion correctly by KJ Tsanaktsidis · 6 years ago
  37. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
  38. 2c47047 pids: Move the pgrp and session pid pointers from task_struct to signal_struct by Eric W. Biederman · 7 years ago
  39. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago
  40. f6bb2a2 xarray: add the xa_lock to the radix_tree_root by Matthew Wilcox · 7 years ago
  41. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  42. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  43. e1e871a Expand INIT_STRUCT_PID and remove by David Howells · 7 years ago
  44. c0ee554 pid: Handle failure to allocate the first pid in a pid namespace by Eric W. Biederman · 7 years ago
  45. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  46. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  47. dd1c1f2 pids: make task_tgid_nr_ns() safe by Oleg Nesterov · 7 years ago
  48. 27e37d84 pid: kill pidhash_size in pidhash_init() by Kefeng Wang · 7 years ago
  49. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 7 years ago
  50. 8896c23d pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid() by Kirill Tkhai · 8 years ago
  51. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  52. 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
  53. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  54. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  55. 840d6fe pid: Fix spelling in comments by Zhen Lei · 9 years ago
  56. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  57. 81b1a83 pidns: fix NULL dereference in __task_pid_nr_ns() by Eric Dumazet · 9 years ago
  58. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
  59. 35f71bc fork: report pid reservation failure properly by Michal Hocko · 10 years ago
  60. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  61. 24c037e exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting by Oleg Nesterov · 10 years ago
  62. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  63. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  64. 314a8ad pidns: fix free_pid() to handle the first fork failure by Oleg Nesterov · 11 years ago
  65. a606488 pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeup by Eric W. Biederman · 11 years ago
  66. 8f75af4 kernel/pid.c: move statement by Raphael S. Carvalho · 11 years ago
  67. 8190773 kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists by Oleg Nesterov · 11 years ago
  68. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  69. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  70. 5cc5445 pid_namespace.c/.h: simplify defines by Raphael S.Carvalho · 12 years ago
  71. 8db049b kernel/pid.c: improve flow of a loop inside alloc_pidmap. by Raphael S. Carvalho · 12 years ago
  72. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  73. 6e66688 kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exited by Eric W. Biederman · 12 years ago
  74. c876ad76 pidns: Stop pid allocation when init dies by Eric W. Biederman · 12 years ago
  75. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  76. a5ba911 pidns: remove unused is_container_init() by Gao feng · 12 years ago
  77. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  78. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  79. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  80. af4b8a8 pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 by Eric W. Biederman · 12 years ago
  81. 5e1182deb pidns: Don't allow new processes in a dead pid namespace. by Eric W. Biederman · 14 years ago
  82. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  83. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
  84. 49f4d8b pidns: Capture the user namespace and filter ns_last_pid by Eric W. Biederman · 12 years ago
  85. 4f82f45 net ip6 flowlabel: Make owner a union of struct pid * and kuid_t by Eric W. Biederman · 13 years ago
  86. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 13 years ago
  87. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 13 years ago
  88. b8f566b sysctl: add the kernel.ns_last_pid control by Pavel Emelyanov · 13 years ago
  89. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  90. b3fbab0 rcu: Restore checks for blocking in RCU read-side critical sections by Paul E. McKenney · 14 years ago
  91. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  92. c78193e next_pidmap: fix overflow condition by Linus Torvalds · 14 years ago
  93. 77c100c export pid symbols needed for kvm_vcpu_on_spin by Rik van Riel · 14 years ago
  94. 4221a991 Add RCU check for find_task_by_vpid(). by Tetsuo Handa · 15 years ago
  95. 67bdbff rculist: avoid __rcu annotations by Arnd Bergmann · 15 years ago
  96. c52b0b9 pids: alloc_pidmap: remove the unnecessary boundary checks by Oleg Nesterov · 14 years ago
  97. 5fdee8c pids: fix a race in pid generation that causes pids to be reused immediately by Salman · 14 years ago
  98. 72680a1 pids: increase pid_max based on num_possible_cpus by Hedi Berriche · 15 years ago
  99. 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 · 15 years ago
  100. 9728e5d kernel/pid.c: update comment on find_task_by_pid_ns by Tetsuo Handa · 15 years ago