1. 9ff7258 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  2. 6b03d13 proc: Ensure we see the exit of each process tid exactly once by Eric W. Biederman · 4 years, 9 months ago
  3. 2374c09 sysctl: remove all extern declaration from sysctl.c by Christoph Hellwig · 4 years, 9 months ago
  4. 63f818f proc: Use a dedicated lock in struct pid by Eric W. Biederman · 4 years, 9 months ago
  5. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 5 years ago
  6. 49cb2fc fork: extend clone3() to support setting a PID by Adrian Reber · 5 years ago
  7. 3d6d8da pidfd: check pid has attached task in fdinfo by Christian Brauner · 5 years ago
  8. 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
  9. f57e515 kernel/pid.c: convert struct pid count to refcount_t by Joel Fernandes (Google) · 5 years ago
  10. b53b0b9 pidfd: add polling support by Joel Fernandes (Google) · 6 years ago
  11. b3e58382 clone: add CLONE_PIDFD by Christian Brauner · 6 years ago
  12. 3c82066 include/linux/pid.h: remove next_pidmap() declaration by Nadav Amit · 6 years ago
  13. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
  14. 2c47047 pids: Move the pgrp and session pid pointers from task_struct to signal_struct by Eric W. Biederman · 7 years ago
  15. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. dd1c1f2 pids: make task_tgid_nr_ns() safe by Oleg Nesterov · 7 years ago
  18. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  19. e3b5a34 include/linux/pid.h: use for_each_thread() in do_each_pid_thread() by Tetsuo Handa · 8 years ago
  20. 8190773 kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists by Oleg Nesterov · 12 years ago
  21. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  22. c876ad76 pidns: Stop pid allocation when init dies by Eric W. Biederman · 12 years ago
  23. 26498e8 pid: fix typo in function description by Sisir Koppaka · 14 years ago
  24. c78193e next_pidmap: fix overflow condition by Linus Torvalds · 14 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  26. 45a6862 pid: remove the child_reaper special case in init/main.c by Eric W. Biederman · 14 years ago
  27. f9fb860 pid: implement ns_of_pid by Eric W. Biederman · 16 years ago
  28. 5ef6476 pid: fix the do_each_pid_task() macro by Steven Rostedt · 16 years ago
  29. 2d70b68 fix setpriority(PRIO_PGRP) thread iterator breakage by Ken Chen · 16 years ago
  30. dbda0de pidns: remove find_task_by_pid, unused for a long time by Pavel Emelyanov · 16 years ago
  31. e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
  32. 33166b1 shrink struct pid by removing padding on 64 bit builds by Richard Kennedy · 16 years ago
  33. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 17 years ago
  34. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 17 years ago
  35. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 17 years ago
  36. 46f382d uglify while_each_pid_task() to make sure we don't count the execing pricess twice by Oleg Nesterov · 17 years ago
  37. 44c4e1b pid: Extend/Fix pid_vnr by Eric W. Biederman · 17 years ago
  38. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 17 years ago
  39. 8990571 Uninline find_pid etc set of functions by Pavel Emelyanov · 17 years ago
  40. 19b9b9b pid namespaces: remove the struct pid unneeded fields by Pavel Emelyanov · 17 years ago
  41. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  42. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 17 years ago
  43. 7af5729 pid namespaces: helpers to obtain pid numbers by Pavel Emelyanov · 17 years ago
  44. 8ef047a pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid by Pavel Emelyanov · 17 years ago
  45. 4c3f2ea pid namespaces: introduce struct upid by Sukadev Bhattiprolu · 17 years ago
  46. 820e45d statically initialize struct pid for swapper by Sukadev Bhattiprolu · 18 years ago
  47. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 18 years ago
  48. 9f57a54 [PATCH] pid: remove now unused do_each_task_pid and while_each_task_pid by Eric W. Biederman · 18 years ago
  49. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  50. 1d32849 [PATCH] pid.h cleanup by Andrew Morton · 18 years ago
  51. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  52. d387cae [PATCH] pid: simplify pid iterators by Oleg Nesterov · 18 years ago
  53. 5feb8f5 [PATCH] pid: implement pid_nr by Eric W. Biederman · 18 years ago
  54. 558cb32 [PATCH] pid: add do_each_pid_task by Eric W. Biederman · 18 years ago
  55. 0804ef4 [PATCH] proc: readdir race fix (take 3) by Eric W. Biederman · 18 years ago
  56. c18258c [PATCH] pid: Implement transfer_pid and use it to simplify de_thread by Eric W. Biederman · 18 years ago
  57. 92476d7 [PATCH] pidhash: Refactor the pid hash table by Eric W. Biederman · 19 years ago
  58. 47e6532 [PATCH] pids: kill PIDTYPE_TGID by Oleg Nesterov · 19 years ago
  59. d73d652 [PATCH] pidhash: kill switch_exec_pids by Eric W. Biederman · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago