1. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 11 years ago
  2. 57b8015 posix-timers: Show sigevent info in proc file by Pavel Emelyanov · 11 years ago
  3. 48f6a7a posix-timers: Introduce /proc/PID/timers file by Pavel Emelyanov · 11 years ago
  4. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  5. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  6. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  7. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  8. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  9. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  10. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  11. 05f5648 proc: check vma->vm_file before dereferencing by Stanislav Kinsbursky · 12 years ago
  12. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  13. ae06c7c procfs: Don't cache a pid in the root inode. by Eric W. Biederman · 14 years ago
  14. e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
  15. fa0cbbf mm, oom: reintroduce /proc/pid/oom_adj by David Rientjes · 12 years ago
  16. f81700b procfs: don't need a PATH_MAX allocation to hold a string representation of an int by Jeff Layton · 12 years ago
  17. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  18. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  19. 7b540d0 proc_map_files_readdir(): don't bother with grabbing files by Al Viro · 12 years ago
  20. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  21. faf60af procfs: Move /proc/pid/fd[info] handling code to fd.[ch] by Cyrill Gorcunov · 12 years ago
  22. f76d207 userns: Add kprojid_t and associated infrastructure in projid.h by Eric W. Biederman · 12 years ago
  23. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  24. bc452b4 proc: do not allow negative offsets on /proc/<pid>/environ by Djalal Harouni · 12 years ago
  25. e8905ec proc: environ_read() make sure offset points to environment address range by Djalal Harouni · 12 years ago
  26. b5fb63c1 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  27. 408ef01 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  28. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  29. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  30. 0640113 vfs: Fix /proc/<tid>/fdinfo/<fd> file handling by Linus Torvalds · 12 years ago
  31. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 12 years ago
  32. af5e617 proc: pass "fd" by value in /proc/*/{fd,fdinfo} code by Alexey Dobriyan · 12 years ago
  33. f05ed3f proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path by Alexey Dobriyan · 12 years ago
  34. 2344bec proc: use mm_access() instead of ptrace_may_access() by Cong Wang · 12 years ago
  35. e7dcd99 proc: remove mm_for_maps() by Cong Wang · 12 years ago
  36. b409e57 proc: clean up /proc/<pid>/environ handling by Cong Wang · 12 years ago
  37. a7f638f mm, oom: normalize oom scores to oom_score_adj scale only for userspace by David Rientjes · 12 years ago
  38. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  39. 73f1f5d Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  40. 30a08bf proc: move fd symlink i_mode calculations into tid_fd_revalidate() by Linus Torvalds · 12 years ago
  41. eb94cd9 fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entries by Cyrill Gorcunov · 12 years ago
  42. dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  43. 22d917d userns: Rework the user_namespace adding uid/gid mapping support by Eric W. Biederman · 13 years ago
  44. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  45. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  46. 2e5b5b3 sched: Clean up parameter passing of proc_sched_autogroup_set_nice() by Hiroshi Shimamoto · 12 years ago
  47. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  48. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 12 years ago
  49. 6d08f2c proc: make sure mem_open() doesn't pin the target's memory by Oleg Nesterov · 12 years ago
  50. 572d34b proc: unify mem_read() and mem_write() by Oleg Nesterov · 12 years ago
  51. 71879d3 proc: mem_release() should check mm != NULL by Oleg Nesterov · 12 years ago
  52. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 12 years ago
  53. e268337 proc: clean up and fix /proc/<pid>/mem handling by Linus Torvalds · 12 years ago
  54. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 12 years ago
  55. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 12 years ago
  56. a2ef990 proc: fix null pointer deref in proc_pid_permission() by Xiaotian Feng · 12 years ago
  57. 0499680 procfs: add hidepid= and gid= mount options by Vasiliy Kulikov · 12 years ago
  58. 640708a procfs: introduce the /proc/<pid>/map_files/ directory by Pavel Emelyanov · 12 years ago
  59. 7773fbc procfs: make proc_get_link to use dentry instead of inode by Cyrill Gorcunov · 12 years ago
  60. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 12 years ago
  61. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 12 years ago
  62. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago
  63. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  64. 5e442a4 Revert "proc: fix races against execve() of /proc/PID/fd**" by Linus Torvalds · 13 years ago
  65. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  66. aa6afca proc: fix races against execve() of /proc/PID/fd** by Vasiliy Kulikov · 13 years ago
  67. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  68. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  69. 1117f72 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files by Linus Torvalds · 13 years ago
  70. c214270 oom_ajd: don't use WARN_ONCE, just use printk_once by Linus Torvalds · 13 years ago
  71. 293eb1e proc: fix a race in do_io_accounting() by Vasiliy Kulikov · 13 years ago
  72. be8f684 oom: make deprecated use of oom_adj more verbose by David Rientjes · 13 years ago
  73. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  74. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  75. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 13 years ago
  76. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  77. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  78. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  79. 1d1221f proc: restrict access to /proc/PID/io by Vasiliy Kulikov · 13 years ago
  80. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  81. cf12791 proc_fd_permission() is doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  82. 57ed609 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  83. f133ecc arch/tile: more /proc and /sys file support by Chris Metcalf · 13 years ago
  84. 30cd890 proc: put check_mem_permission after __get_free_page in mem_write by KOSAKI Motohiro · 13 years ago
  85. 0a8cb8e fs/proc: convert to kstrtoX() by Alexey Dobriyan · 13 years ago
  86. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
  87. 6b4e306 ns: proc files for namespace naming policy. by Eric W. Biederman · 14 years ago
  88. d8bdc59 proc: do proper range check on readdir offset by Linus Torvalds · 13 years ago
  89. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  90. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  91. fc3d876 procfs: fix some wrong error code usage by Jovi Zhang · 13 years ago
  92. 51e0314 proc: hide kernel addresses via %pK in /proc/<pid>/stack by Konstantin Khlebnikov · 13 years ago
  93. a9712bc deal with races in /proc/*/{syscall,stack,personality} by Al Viro · 13 years ago
  94. 198214a proc: enable writing to /proc/pid/mem by Stephen Wilson · 13 years ago
  95. 8b0db9d proc: make check_mem_permission() return an mm_struct on success by Stephen Wilson · 13 years ago
  96. 18f661b proc: hold cred_guard_mutex in check_mem_permission() by Stephen Wilson · 13 years ago
  97. 26947f8 proc: disable mem_write after exec by Stephen Wilson · 13 years ago
  98. 2fadaef auxv: require the target to be tracable (or yourself) by Al Viro · 13 years ago
  99. d6f64b8 close race in /proc/*/environ by Al Viro · 13 years ago
  100. ec6fd8a report errors in /proc/*/*map* sanely by Al Viro · 13 years ago