1. 08b5577 proc: use seq_puts() everywhere by Alexey Dobriyan · 6 years ago
  2. a1400af mm, proc: report PR_SET_THP_DISABLE in proc by Michal Hocko · 6 years ago
  3. 197850a1 proc: use "unsigned int" for sigqueue length by Alexey Dobriyan · 7 years ago
  4. af6c5d5 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  5. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  6. 6b59808 workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} by Tejun Heo · 7 years ago
  7. 88b72b3 proc: Consolidate task->comm formatting into proc_task_name() by Tejun Heo · 7 years ago
  8. 04015e3 proc: don't detour through seq->private to get the inode by Christoph Hellwig · 7 years ago
  9. 76f668b proc: introduce a proc_pid_ns helper by Christoph Hellwig · 7 years ago
  10. e96f46e proc: Use underscores for SSBD in 'status' by Konrad Rzeszutek Wilk · 7 years ago
  11. 356e4bf prctl: Add force disable speculation by Thomas Gleixner · 7 years ago
  12. fae1fa0 proc: Provide details on speculation flaw mitigations by Kees Cook · 7 years ago
  13. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 7 years ago
  14. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 7 years ago
  15. 171ef91 fs/proc/array.c: delete children_seq_release() by Alexey Dobriyan · 7 years ago
  16. 8bb2ee1 proc: fix coredump vs read /proc/*/stat race by Alexey Dobriyan · 7 years ago
  17. c643401 proc, coredump: add CoreDumping flag to /proc/pid/status by Roman Gushchin · 7 years ago
  18. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  20. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  23. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  24. 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
  25. 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
  26. 1593baa sched/debug: Implement consistent task-state printing by Peter Zijlstra · 7 years ago
  27. fd7d562 fs/proc: Report eip/esp in /prod/PID/stat for coredumping by John Ogness · 7 years ago
  28. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  29. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  30. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  31. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  32. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  33. 16a6d9b sched/cputime: Convert guest time accounting to nsecs (u64) by Frederic Weisbecker · 8 years ago
  34. 209b14d fs/proc/array.c: slightly improve render_sigset_t by Rasmus Villemoes · 8 years ago
  35. af884cd proc: report no_new_privs state by Kees Cook · 8 years ago
  36. 0a1eb2d fs/proc: Stop reporting eip and esp in /proc/PID/stat by Andy Lutomirski · 8 years ago
  37. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  38. 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
  39. f7a5f13 proc: faster /proc/*/status by Alexey Dobriyan · 8 years ago
  40. 3e42979 procfs: expose umask in /proc/<PID>/status by Richard W.M. Jones · 9 years ago
  41. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
  42. 3a49f3d fs/proc/array.c: set overflow flag in case of error by Andy Shevchenko · 9 years ago
  43. b2f7392 fs/proc, core/debug: Don't expose absolute kernel addresses via wchan by Ingo Molnar · 9 years ago
  44. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  45. 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 10 years ago
  46. f51c0ea procfs: treat parked tasks as sleeping for task state by Chris Metcalf · 10 years ago
  47. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 10 years ago
  48. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 10 years ago
  49. e4bc332 /proc/PID/status: show all sets of pid according to ns by Chen Hanxiao · 10 years ago
  50. a0c2e07 proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  51. edc924e fs/proc/array.c: convert to use string_escape_str() by Andy Shevchenko · 10 years ago
  52. abdba6e proc: task_state: ptrace_parent() doesn't need pid_alive() check by Oleg Nesterov · 10 years ago
  53. b0fafc1 proc: task_state: move the main seq_printf() outside of rcu_read_lock() by Oleg Nesterov · 10 years ago
  54. 0f4a0d5 proc: task_state: deuglify the max_fds calculation by Oleg Nesterov · 10 years ago
  55. 4af1036 proc: task_state: read cred->group_info outside of task_lock() by Oleg Nesterov · 10 years ago
  56. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  57. 7d8b6c6 CAPABILITIES: remove undefined caps from all processes by Eric Paris · 11 years ago
  58. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 11 years ago
  59. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 11 years ago
  60. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 11 years ago
  61. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 11 years ago
  62. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  63. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 12 years ago
  64. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  65. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  66. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  67. 8d23802 proc: pid/status: show all supplementary groups by Artem Bityutskiy · 12 years ago
  68. 2f4b3bf /proc/pid/status: add "Seccomp" field by Kees Cook · 12 years ago
  69. 7b9a7ec proc: don't show nonexistent capabilities by Andrew Vagin · 12 years ago
  70. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  71. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  72. e9f238c procfs: Print task uids and gids in the userns that opened the proc file by Eric W. Biederman · 13 years ago
  73. 5b17208 c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat by Cyrill Gorcunov · 13 years ago
  74. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 13 years ago
  75. 715be1f procfs: use more apprioriate types when dumping /proc/N/stat by Jan Engelhardt · 13 years ago
  76. dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  77. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  78. 3748b2f procfs: fix /proc/statm by KAMEZAWA Hiroyuki · 13 years ago
  79. bda7bad procfs: speed up /proc/pid/stat, statm by KAMEZAWA Hiroyuki · 13 years ago
  80. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  81. b3f7f57 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 by Cyrill Gorcunov · 13 years ago
  82. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  83. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  84. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 14 years ago
  85. e130aa7 proc: constify status array by Mike Frysinger · 14 years ago
  86. 5883f57 proc: protect mm start_code/end_code in /proc/pid/stat by Kees Cook · 14 years ago
  87. 261cd29 s390: remove task_show_regs by Martin Schwidefsky · 14 years ago
  88. 9d6de12 proc: use seq_puts()/seq_putc() where possible by Alexey Dobriyan · 14 years ago
  89. a2ade7b proc: use unsigned long inside /proc/*/statm by Alexey Dobriyan · 14 years ago
  90. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 15 years ago
  91. 7e49827 proc: get_nr_threads() doesn't need ->siglock any longer by Oleg Nesterov · 15 years ago
  92. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 15 years ago
  93. 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
  94. d554ed89 fs: use rlimit helpers by Jiri Slaby · 15 years ago
  95. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 15 years ago
  96. 1306d60 proc: partially revert "procfs: provide stack information for threads" by KOSAKI Motohiro · 15 years ago
  97. e178153 sched: Assert task state bits at build time by Peter Zijlstra · 15 years ago
  98. 464763c sched: Update task_state_arraypwith new states by Peter Zijlstra · 15 years ago
  99. 897e81b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago