1. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  2. cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  3. ef41939 proc_oom_score: remove tasklist_lock and pid_alive() by Oleg Nesterov · 8 years ago
  4. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
  5. 1d5f0ac proc, oom_adj: extract oom_score_adj setting into a helper by Michal Hocko · 8 years ago
  6. f913da5 proc, oom: drop bogus sighand lock by Michal Hocko · 8 years ago
  7. d49fbf7 proc, oom: drop bogus task_lock and mm check by Michal Hocko · 8 years ago
  8. 1b3044e procfs: fix pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  9. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  11. 1e92a61 Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"" by Robin Humble · 8 years ago
  12. 8148a73 proc: prevent accessing /proc/<PID>/environ until it's ready by Mathias Krause · 8 years ago
  13. f50752e switch all procfs directories ->iterate_shared() by Al Viro · 8 years ago
  14. 3781764 proc_fill_cache(): switch to d_alloc_parallel() by Al Viro · 8 years ago
  15. 7e2bc81 proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan" by Minfei Huang · 8 years ago
  16. b5946be procfs: add conditional compilation check by Eric Engestrom · 8 years ago
  17. 5de23d4 proc: add /proc/<pid>/timerslack_ns interface by John Stultz · 8 years ago
  18. a3b609e proc read mm's {arg,env}_{start,end} with mmap semaphore taken. by Mateusz Guzik · 8 years ago
  19. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 8 years ago
  20. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. bb646cd proc_pid_attr_write(): switch to memdup_user() by Al Viro · 9 years ago
  23. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  24. 41a0c249 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter by Colin Ian King · 9 years ago
  25. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  26. b72bdfa mm, oom: add comment for why oom_adj exists by David Rientjes · 9 years ago
  27. b2f7392 fs/proc, core/debug: Don't expose absolute kernel addresses via wchan by Ingo Molnar · 9 years ago
  28. 774636e proc: convert to kstrto*()/kstrto*_from_user() by Alexey Dobriyan · 9 years ago
  29. bdb4d10 procfs: always expose /proc/<pid>/map_files/ and make it readable by Calvin Owens · 9 years ago
  30. 3581d45 /proc/$PID/cmdline: fixup empty ARGV case by Alexey Dobriyan · 9 years ago
  31. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  32. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
  33. 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 9 years ago
  34. c2c0bb4 proc: fix PAGE_SIZE limit of /proc/$PID/cmdline by Alexey Dobriyan · 9 years ago
  35. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  36. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  37. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  38. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 9 years ago
  39. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  40. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  41. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
  42. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  43. c35a7f1 exit: proc: don't try to flush /proc/tgid/task/tgid by Oleg Nesterov · 10 years ago
  44. 3aa3377 procfs: get rid of ->f_dentry by Al Viro · 10 years ago
  45. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  46. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  47. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  48. bbd5192 proc: Update proc_flush_task_mnt to use d_invalidate by Eric W. Biederman · 10 years ago
  49. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 10 years ago
  50. 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
  51. 006f4ac cgroup: simplify proc_cgroup_show() by Zefan Li · 10 years ago
  52. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  53. 8f053ac proc: remove INF macro by Alexey Dobriyan · 10 years ago
  54. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 10 years ago
  55. 19aadc9 proc: convert /proc/$PID/io to seq_file interface by Alexey Dobriyan · 10 years ago
  56. 6ba51e3 proc: convert /proc/$PID/oom_score to seq_file interface by Alexey Dobriyan · 10 years ago
  57. f6e826c proc: convert /proc/$PID/schedstat to seq_file interface by Alexey Dobriyan · 10 years ago
  58. edfcd60 proc: convert /proc/$PID/wchan to seq_file interface by Alexey Dobriyan · 10 years ago
  59. 2ca66ff proc: convert /proc/$PID/cmdline to seq_file interface by Alexey Dobriyan · 10 years ago
  60. 09d93bd proc: convert /proc/$PID/syscall to seq_file interface by Alexey Dobriyan · 10 years ago
  61. 1c963eb proc: convert /proc/$PID/limits to seq_file interface by Alexey Dobriyan · 10 years ago
  62. f9ea536 proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 10 years ago
  63. cedbcca proc: more "const char *" pointers by Alexey Dobriyan · 10 years ago
  64. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  65. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
  66. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  67. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  68. 6ba8ed7 proc: Have net show up under /proc/<tgid>/task/<tid> by Eric W. Biederman · 10 years ago
  69. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  70. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  71. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  72. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  73. 21a6457 proc: Update get proc_pid_cmdline() to use mm.h helpers by William Roberts · 10 years ago
  74. 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 10 years ago
  75. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 10 years ago
  76. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 10 years ago
  77. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 10 years ago
  78. 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 10 years ago
  79. 81407c8 audit: allow unsetting the loginuid (with priv) by Eric Paris · 11 years ago
  80. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  81. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  82. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  83. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  84. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  85. 15ef029 posix-timers: Show clock ID in proc file by Pavel Tikhomirov · 11 years ago
  86. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  88. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 11 years ago
  89. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 11 years ago
  90. 57b8015 posix-timers: Show sigevent info in proc file by Pavel Emelyanov · 11 years ago
  91. 48f6a7a posix-timers: Introduce /proc/PID/timers file by Pavel Emelyanov · 11 years ago
  92. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 11 years ago
  93. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  94. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  95. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  96. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  97. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  98. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  99. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  100. 05f5648 proc: check vma->vm_file before dereferencing by Stanislav Kinsbursky · 12 years ago