1. 51a1873 proc: convert the return type of proc_fd_access_allowed() to be boolean by Qi Zheng · 3 years ago
  2. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  3. da4d6b9 proc: allow pid_revalidate() during LOOKUP_RCU by Stephen Brennan · 3 years, 2 months ago
  4. 0658a09 procfs: do not list TID 0 in /proc/<pid>/task by Florian Weimer · 3 years, 2 months ago
  5. 54354c6 Revert "proc/wchan: use printk format instead of lookup_symbol_name()" by Kees Cook · 3 years, 3 months ago
  6. c2f273e connector: send event on write to /proc/[pid]/comm by Ohhoon Kwon · 3 years, 4 months ago
  7. 7bc3fa0 procfs: allow reading fdinfo with PTRACE_MODE_READ by Kalesh Singh · 3 years, 6 months ago
  8. d238692 proc: Avoid mixing integer types in mem_rw() by Marcelo Henrique Cerri · 3 years, 6 months ago
  9. 94f0b2d proc: only require mm_struct for writing by Linus Torvalds · 3 years, 7 months ago
  10. 591a22c proc: Track /proc/$pid/attr/ opener mm_struct by Kees Cook · 3 years, 7 months ago
  11. bfb819e proc: Check /proc/$pid/attr/ writes against file opener by Kees Cook · 3 years, 7 months ago
  12. 152c432 proc/wchan: use printk format instead of lookup_symbol_name() by Helge Deller · 3 years, 10 months ago
  13. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  14. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  15. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  16. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  17. e994cc2 Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  18. f986e35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  19. d2928e8 procfs: delete duplicated words + other fixes by Randy Dunlap · 4 years ago
  20. f7cfd87 exec: Transform exec_update_mutex into a rw_semaphore by Eric W. Biederman · 4 years, 1 month ago
  21. 0d8315d seccomp/cache: Report cache data through /proc/pid/seccomp_cache by YiFei Zhu · 4 years, 2 months ago
  22. 6660656 mm, oom: keep oom_adj under or at upper limit when printing by Charles Haithcock · 4 years, 2 months ago
  23. 4ea33a9 io-wq: inherit audit loginuid and sessionid by Jens Axboe · 4 years, 2 months ago
  24. 67197a4 mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary by Suren Baghdasaryan · 4 years, 3 months ago
  25. 9066e5c mm, oom: make the calculation of oom badness more accurate by Yafang Shao · 4 years, 5 months ago
  26. 12886f8 proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTORE by Adrian Reber · 4 years, 5 months ago
  27. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  28. 89154dd mmap locking API: convert mmap_sem call sites missed by coccinelle by Michel Lespinasse · 4 years, 7 months ago
  29. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  30. a2b4470 Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 4 years, 7 months ago
  31. 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
  32. 9d78ede proc: proc_pid_ns takes super_block as an argument by Alexey Gladkov · 4 years, 7 months ago
  33. b2768df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
  34. 3147d8a proc: Use PIDTYPE_TGID in next_tgid by Eric W. Biederman · 4 years, 10 months ago
  35. 0fb5ce6 proc: modernize proc to support multiple private instances by Eric W. Biederman · 4 years, 8 months ago
  36. 6ade99e proc: Put thread_pid in release_task not proc_flush_pid by Eric W. Biederman · 4 years, 8 months ago
  37. e61bb8b proc: use named enums for better readability by Alexey Gladkov · 4 years, 8 months ago
  38. 24a71ce proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option by Alexey Gladkov · 4 years, 8 months ago
  39. fa10fed proc: allow to mount many instances of proc in one pid namespace by Alexey Gladkov · 4 years, 8 months ago
  40. 94d440d proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets by Andrei Vagin · 4 years, 9 months ago
  41. 63f818f proc: Use a dedicated lock in struct pid by Eric W. Biederman · 4 years, 9 months ago
  42. 76518d3 proc: io_accounting: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 4 years, 9 months ago
  43. 2db9dbf proc: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 4 years, 9 months ago
  44. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 10 months ago
  45. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  46. 4244057 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  47. e79f15a x86/resctrl: Add task resctrl information display by Chen Yu · 5 years ago
  48. 6413f85 apparmor: add proc subdir to attrs by John Johansen · 6 years ago
  49. 04a8682 fs/proc: Introduce /proc/pid/timens_offsets by Andrei Vagin · 5 years ago
  50. 1bc8207 namei: allow nd_jump_link() to produce errors by Aleksa Sarai · 5 years ago
  51. 2954152 Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes) by Linus Torvalds · 5 years ago
  52. d26d0cd9 /proc/<pid>/cmdline: add back the setproctitle() special case by Linus Torvalds · 5 years ago
  53. 3d71254 /proc/<pid>/cmdline: remove all the special cases by Linus Torvalds · 5 years ago
  54. ac311a1 oom: decouple mems_allowed from oom_unkillable_task by Shakeel Butt · 5 years ago
  55. 6ba749e mm, oom: remove redundant task_in_mem_cgroup() check by Shakeel Butt · 5 years ago
  56. cd9e2bb proc: use down_read_killable mmap_sem for /proc/pid/map_files by Konstantin Khlebnikov · 5 years ago
  57. 3431a94 Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  58. 30d158b proc: remove useless d_is_dir() check by Christian Brauner · 6 years ago
  59. 68bc30b proc: Add /proc/<pid>/arch_status by Aubrey Li · 6 years ago
  60. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
  61. f72dae2 Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  62. 35a196b proc: prevent changes to overridden credentials by Paul Moore · 6 years ago
  63. e988e5e proc: Simplify task stack retrieval by Thomas Gleixner · 6 years ago
  64. accddc4 latency_top: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
  65. 631b7ab ptrace: Remove maxargs from task_current_syscall() by Steven Rostedt (Red Hat) · 8 years ago
  66. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  67. 94f8f3b proc: commit to genradix by Kent Overstreet · 6 years ago
  68. d5a572a proc: calculate end pointer for /proc/*/* lookup at compile time by Alexey Dobriyan · 6 years ago
  69. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  70. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  71. 08b5577 proc: use seq_puts() everywhere by Alexey Dobriyan · 6 years ago
  72. 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
  73. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  74. b2b4699 proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 6 years ago
  75. 4b7d248 audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT by Richard Guy Briggs · 6 years ago
  76. 6d9c939 procfs: add smack subdir to attrs by Casey Schaufler · 6 years ago
  77. afe922c fs/proc/base.c: slightly faster /proc/*/limits by Alexey Dobriyan · 6 years ago
  78. 8da0b4f fs/proc/base.c: use ns_capable instead of capable for timerslack_ns by Benjamin Gordon · 6 years ago
  79. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  80. 2d6bb6a Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  81. f8a00ce proc: restrict kernel stack dumps to root by Jann Horn · 6 years ago
  82. c8d1262 fs/proc: Show STACKLEAK metrics in the /proc file system by Alexander Popov · 6 years ago
  83. f6d2f58 proc: use macro in /proc/latency hook by Alexey Dobriyan · 6 years ago
  84. 41089b6 proc: save 2 atomic ops on write to "/proc/*/attr/*" by Alexey Dobriyan · 6 years ago
  85. a44937f proc: put task earlier in /proc/*/fail-nth by Alexey Dobriyan · 6 years ago
  86. 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 years ago
  87. f5b6534 proc: fix missing final NUL in get_mm_cmdline() rewrite by Linus Torvalds · 7 years ago
  88. 26b9513 proc: skip branch in /proc/*/* lookup by Alexey Dobriyan · 7 years ago
  89. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  90. 3ca24ce Merge branch 'proc-cmdline' by Linus Torvalds · 7 years ago
  91. 4189b86 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  92. d85b399 fix proc_fill_cache() in case of d_alloc_parallel() failure by Al Viro · 7 years ago
  93. 5d008fb proc: use "unsigned int" for /proc/*/stack by Alexey Dobriyan · 7 years ago
  94. a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 7 years ago
  95. 9411692 proc: smaller RCU section in ->getattr() by Alexey Dobriyan · 7 years ago
  96. 3cb4e16 proc: deduplicate /proc/*/cmdline implementation by Alexey Dobriyan · 7 years ago
  97. 6a6cbe7 proc: simpler iterations for /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  98. 6a6b9c4 proc: somewhat simpler code for /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  99. b42262a proc: more "unsigned int" in /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  100. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago