1. 7601df8 fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats by Oleg Nesterov · 1 year, 2 months ago
  2. 60f92ac fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_task_sighand() by Oleg Nesterov · 1 year, 2 months ago
  3. 7904e53 fs/proc: do_task_stat: use __for_each_thread() by Oleg Nesterov · 1 year, 6 months ago
  4. 0ee4488 x86: Expose thread features in /proc/$PID/status by Rick Edgecombe · 1 year, 9 months ago
  5. 22b8cc3 Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
  6. 522dc4e fs/proc: add Kthread flag to /proc/$pid/status by Chunguang Wu · 1 year, 11 months ago
  7. f7d3043 mm: Expose untagging mask in /proc/$PID/status by Kirill A. Shutemov · 2 years ago
  8. f122a08 capability: just use a 'u64' instead of a 'u32[2]' array by Linus Torvalds · 2 years ago
  9. 493ffd6 Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 5 months ago
  10. ed8fb78 proc: add some (hopefully) insightful comments by Alexey Dobriyan · 2 years, 8 months ago
  11. 376b0c2 proc: delete unused <linux/uaccess.h> includes by Alexey Dobriyan · 2 years, 9 months ago
  12. de39923 ucounts: Split rlimit and ucount values and max values by Alexey Gladkov · 2 years, 10 months ago
  13. 355f841 tracehook: Remove tracehook.h by Eric W. Biederman · 3 years, 1 month ago
  14. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  15. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years, 2 months ago
  16. 2d18f7f exit: Use the correct exit_code in /proc/<pid>/stat by Eric W. Biederman · 3 years, 3 months ago
  17. a602285 Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 4 months ago
  18. 4e04615 proc: Use task_is_running() for wchan in /proc/$pid/stat by Kees Cook · 3 years, 5 months ago
  19. 0258b5f coredump: Limit coredumps to a single thread group by Eric W. Biederman · 3 years, 6 months ago
  20. 8d23b20 proc: stop using seq_get_buf in proc_task_name by Christoph Hellwig · 3 years, 6 months ago
  21. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 8 months ago
  22. d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
  23. 64bdc02 seccomp: Fix CONFIG tests for Seccomp_filters by Kenta.Tada@sony.com · 4 years ago
  24. fe71988 proc: provide details on indirect branch speculation by Anand K Mistry · 4 years, 3 months ago
  25. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  26. 86fbcd3 sched/proc: Print accurate cpumask vs migrate_disable() by Peter Zijlstra · 4 years, 5 months ago
  27. 3ae700e fs/proc: apply the time namespace offset to /proc/stat btime by Michael Weiß · 4 years, 4 months ago
  28. c818c03 seccomp: Report number of loaded filters in /proc/$pid/status by Kees Cook · 4 years, 10 months ago
  29. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
  30. 886d7de Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  31. 8977a27 proc: rename "catch" function argument by Alexey Dobriyan · 4 years, 9 months ago
  32. 9d78ede proc: proc_pid_ns takes super_block as an argument by Alexey Gladkov · 4 years, 10 months ago
  33. 5c5ab97 proc: speed up /proc/*/statm by Alexey Dobriyan · 5 years ago
  34. cf25e24 time: Rename tsk->real_start_time to ->start_boottime by Peter Zijlstra · 5 years ago
  35. dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  36. cb8f381 fs/proc/array.c: allow reporting eip/esp for all coredumping threads by John Ogness · 6 years ago
  37. 3bd37062 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  38. 08b5577 proc: use seq_puts() everywhere by Alexey Dobriyan · 6 years ago
  39. a1400af mm, proc: report PR_SET_THP_DISABLE in proc by Michal Hocko · 6 years ago
  40. 197850a1 proc: use "unsigned int" for sigqueue length by Alexey Dobriyan · 7 years ago
  41. af6c5d5 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  42. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  43. 6b59808 workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} by Tejun Heo · 7 years ago
  44. 88b72b3 proc: Consolidate task->comm formatting into proc_task_name() by Tejun Heo · 7 years ago
  45. 04015e3 proc: don't detour through seq->private to get the inode by Christoph Hellwig · 7 years ago
  46. 76f668b proc: introduce a proc_pid_ns helper by Christoph Hellwig · 7 years ago
  47. e96f46e proc: Use underscores for SSBD in 'status' by Konrad Rzeszutek Wilk · 7 years ago
  48. 356e4bf prctl: Add force disable speculation by Thomas Gleixner · 7 years ago
  49. fae1fa0 proc: Provide details on speculation flaw mitigations by Kees Cook · 7 years ago
  50. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 7 years ago
  51. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 7 years ago
  52. 171ef91 fs/proc/array.c: delete children_seq_release() by Alexey Dobriyan · 7 years ago
  53. 8bb2ee1 proc: fix coredump vs read /proc/*/stat race by Alexey Dobriyan · 7 years ago
  54. c643401 proc, coredump: add CoreDumping flag to /proc/pid/status by Roman Gushchin · 7 years ago
  55. 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
  56. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  57. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  58. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  59. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  60. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  61. 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
  62. 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
  63. 1593baa sched/debug: Implement consistent task-state printing by Peter Zijlstra · 7 years ago
  64. fd7d562 fs/proc: Report eip/esp in /prod/PID/stat for coredumping by John Ogness · 7 years ago
  65. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  66. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  67. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  68. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  69. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  70. 16a6d9b sched/cputime: Convert guest time accounting to nsecs (u64) by Frederic Weisbecker · 8 years ago
  71. 209b14d fs/proc/array.c: slightly improve render_sigset_t by Rasmus Villemoes · 8 years ago
  72. af884cd proc: report no_new_privs state by Kees Cook · 8 years ago
  73. 0a1eb2d fs/proc: Stop reporting eip and esp in /proc/PID/stat by Andy Lutomirski · 8 years ago
  74. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  75. 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
  76. f7a5f13 proc: faster /proc/*/status by Alexey Dobriyan · 8 years ago
  77. 3e42979 procfs: expose umask in /proc/<PID>/status by Richard W.M. Jones · 9 years ago
  78. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
  79. 3a49f3d fs/proc/array.c: set overflow flag in case of error by Andy Shevchenko · 9 years ago
  80. b2f7392 fs/proc, core/debug: Don't expose absolute kernel addresses via wchan by Ingo Molnar · 9 years ago
  81. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 10 years ago
  82. 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 10 years ago
  83. f51c0ea procfs: treat parked tasks as sleeping for task state by Chris Metcalf · 10 years ago
  84. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 10 years ago
  85. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 10 years ago
  86. e4bc332 /proc/PID/status: show all sets of pid according to ns by Chen Hanxiao · 10 years ago
  87. a0c2e07 proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  88. edc924e fs/proc/array.c: convert to use string_escape_str() by Andy Shevchenko · 10 years ago
  89. abdba6e proc: task_state: ptrace_parent() doesn't need pid_alive() check by Oleg Nesterov · 10 years ago
  90. b0fafc1 proc: task_state: move the main seq_printf() outside of rcu_read_lock() by Oleg Nesterov · 10 years ago
  91. 0f4a0d5 proc: task_state: deuglify the max_fds calculation by Oleg Nesterov · 10 years ago
  92. 4af1036 proc: task_state: read cred->group_info outside of task_lock() by Oleg Nesterov · 10 years ago
  93. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  94. 7d8b6c6 CAPABILITIES: remove undefined caps from all processes by Eric Paris · 11 years ago
  95. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 11 years ago
  96. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 11 years ago
  97. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 11 years ago
  98. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 11 years ago
  99. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  100. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 12 years ago