1. 5ea473a Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} by Alexey Dobriyan · 17 years ago
  2. 3cb4a0b coredump masking: add an interface for core dump filter by Kawai, Hidehiro · 17 years ago
  3. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  4. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  5. 1d9d02f move seccomp from /proc to a prctl by Andrea Arcangeli · 17 years ago
  6. da58a16 /proc/*/environ: wrong placing of ptrace_may_attach() check by Alexey Dobriyan · 17 years ago
  7. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 17 years ago
  8. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  9. 4b8df89 smaps: only define clear_refs for CONFIG_MMU by David Rientjes · 17 years ago
  10. 0c28f28 procfs: use simple_read_from_buffer() by Akinobu Mita · 17 years ago
  11. 1e8123f Remove redundant check from proc_setattr() by John Johansen · 17 years ago
  12. 9d65cb4 Fix race between cat /proc/*/wchan and rmmod et al by Alexey Dobriyan · 17 years ago
  13. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 17 years ago
  14. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  15. 19c5d45 /proc/*/oom_score oops re badness by Alexey Dobriyan · 17 years ago
  16. 2793274 add file position info to proc by Miklos Szeredi · 17 years ago
  17. c5141e6 procfs: reorder struct pid_dentry to save space on 64bit archs, and constify them by Eric Dumazet · 17 years ago
  18. 5096add proc: maps protection by Kees Cook · 17 years ago
  19. 8948e11 Allow access to /proc/$PID/fd after setuid() by Alexey Dobriyan · 17 years ago
  20. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  21. 04ff970 [PATCH] sanitize security_getprocattr() API by Al Viro · 17 years ago
  22. 63967fa [PATCH] Missing __user in pointer referenced within copy_from_user by Glauber de Oliveira Costa · 17 years ago
  23. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  24. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  25. 4b98d11 [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct by Alexey Dobriyan · 17 years ago
  26. 7d89524 [PATCH] procfs: Fix listing of /proc/NOT_A_TGID/task by Guillaume Chazarain · 17 years ago
  27. 863c470 [PATCH] Fix NULL ->nsproxy dereference in /proc/*/mounts by Alexey Dobriyan · 17 years ago
  28. aba76fd [PATCH] io-accounting: report in procfs by Andrew Morton · 18 years ago
  29. f4f154f [PATCH] fault injection: process filtering for fault-injection capabilities by Akinobu Mita · 18 years ago
  30. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  31. 2fddfee [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  32. 9711ef9 [PATCH] make fs/proc/base.c:proc_pid_instantiate() static by Adrian Bunk · 18 years ago
  33. 8fb4fc6 [PATCH] Allow user processes to raise their oom_adj value by Guillem Jover · 18 years ago
  34. 701e054 [PATCH] mounstats NULL pointer dereference by Vasily Tarasov · 18 years ago
  35. 8ac773b [PATCH] OOM killer meets userspace headers by Alexey Dobriyan · 18 years ago
  36. 0187f87 [PATCH] PROC_NUMBUF is wrong by Andrew Morton · 18 years ago
  37. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  38. 1c0d04c [PATCH] proc: comment what proc_fill_cache does by Eric W. Biederman · 18 years ago
  39. 5e61fea [PATCH] proc: remove the useless SMP-safe comments from /proc by Eric W. Biederman · 18 years ago
  40. 7bcd6b0 [PATCH] proc: remove trailing blank entry from pid_entry arrays by Eric W. Biederman · 18 years ago
  41. 8e95bd9 [PATCH] proc: properly compute TGID_OFFSET by Eric W. Biederman · 18 years ago
  42. 7fbaac0 [PATCH] proc: Use pid_task instead of open coding it by Eric W. Biederman · 18 years ago
  43. 72d9dcf [PATCH] proc: Merge proc_tid_attr and proc_tgid_attr by Eric W. Biederman · 18 years ago
  44. 61a2878 [PATCH] proc: Remove the hard coded inode numbers by Eric W. Biederman · 18 years ago
  45. 444ceed [PATCH] proc: Factor out an instantiate method from every lookup method by Eric W. Biederman · 18 years ago
  46. 801199c [PATCH] proc: Make the generation of the self symlink table driven by Eric W. Biederman · 18 years ago
  47. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  48. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  49. 28a6d67 [PATCH] proc: reorder the functions in base.c by Eric W. Biederman · 18 years ago
  50. 0804ef4 [PATCH] proc: readdir race fix (take 3) by Eric W. Biederman · 18 years ago
  51. f7ca54f [PATCH] fix mem_write() return value by Frederik Deweerdt · 18 years ago
  52. 6d76fa5 Don't allow chmod() on the /proc/<pid>/ files by Linus Torvalds · 18 years ago
  53. 9ee8ab9 Relax /proc fix a bit by Linus Torvalds · 18 years ago
  54. 18b0bbd Fix nasty /proc vulnerability by Linus Torvalds · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 42c3e03 [PATCH] SELinux: Add sockcreate node to procattr API by Eric Paris · 18 years ago
  57. c1df7fb [PATCH] cleanup next_tid() by Oleg Nesterov · 18 years ago
  58. a872ff0 [PATCH] simplify/fix first_tid() by Oleg Nesterov · 18 years ago
  59. cc28873 [PATCH] proc: Remove tasklist_lock from proc_task_readdir. by Eric W. Biederman · 18 years ago
  60. df26c40 [PATCH] proc: Cleanup proc_fd_access_allowed by Eric W. Biederman · 18 years ago
  61. 778c114 [PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinks by Eric W. Biederman · 18 years ago
  62. 5b0c1dd [PATCH] proc: optimize proc_check_dentry_visible by Eric W. Biederman · 18 years ago
  63. 13b41b0 [PATCH] proc: Use struct pid not struct task_ref by Eric W. Biederman · 18 years ago
  64. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  65. 8578cea [PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings by Eric W. Biederman · 18 years ago
  66. 9cc8cbc [PATCH] simply fix first_tgid by Eric W. Biederman · 18 years ago
  67. de75873 [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup() by Eric W. Biederman · 18 years ago
  68. 454cc10 [PATCH] proc: Remove tasklist_lock from proc_pid_readdir by Eric W. Biederman · 18 years ago
  69. 0bc58a9 [PATCH] proc: refactor reading directories of tasks by Eric W. Biederman · 18 years ago
  70. cd6a3ce [PATCH] proc: Close the race of a process dying durning lookup by Eric W. Biederman · 18 years ago
  71. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  72. 662795d [PATCH] proc: Move proc_maps_operations into task_mmu.c by Eric W. Biederman · 18 years ago
  73. 6e66b52 [PATCH] proc: Fix the link count for /proc/<pid>/task by Eric W. Biederman · 18 years ago
  74. 0f2fe20 [PATCH] proc: Properly filter out files that are not visible to a process by Eric W. Biederman · 18 years ago
  75. 22c2c5d [PATCH] proc: Kill proc_mem_inode_operations by Eric W. Biederman · 18 years ago
  76. 6860206 [PATCH] proc: Remove bogus proc_task_permission by Eric W. Biederman · 18 years ago
  77. aed7a6c [PATCH] proc: Replace proc_inode.type with proc_inode.fd by Eric W. Biederman · 18 years ago
  78. 87bfbf6 [PATCH] proc: Simplify the ownership rules for /proc by Eric W. Biederman · 18 years ago
  79. 1679654 [PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_make_inode by Eric W. Biederman · 18 years ago
  80. ff9724a [PATCH] proc: Remove useless BKL in proc_pid_readlink by Eric W. Biederman · 18 years ago
  81. 5634708 [PATCH] proc: Fix the .. inode number on /proc/<pid>/fd by Eric W. Biederman · 18 years ago
  82. 4eb582c [PATCH] keys: add a way to store the appropriate context for newly-created keys by Michael LeMay · 18 years ago
  83. e018290 [PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated array by Al Viro · 18 years ago
  84. ca99c1d [PATCH] Fix file lookup without ref by Dipankar Sarma · 18 years ago
  85. e4e5d3f [PATCH] cleanup in proc_check_chroot() by Herbert Poetzl · 18 years ago
  86. b4629fe VFS: New /proc file /proc/self/mountstats by Chuck Lever · 18 years ago
  87. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  88. 5addc5d [PATCH] make /proc/mounts pollable by Al Viro · 19 years ago
  89. 63c6764 [PATCH] nommu build error fix by Yoshinori Sato · 19 years ago
  90. 0678e5f [PATCH] proc_task_root_link c99 fix by Andrew Morton · 19 years ago
  91. 66dcca0 [PATCH] Fix invisible threads problem by Sripathi Kodi · 19 years ago
  92. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  93. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  94. ab8d11b [PATCH] remove duplicated code from proc and ptrace by Miklos Szeredi · 19 years ago
  95. 5e21ccb [PATCH] fix enum pid_directory_inos in proc/base.c by Miklos Szeredi · 19 years ago
  96. 0494f6e [PATCH] use get_fs_struct() in proc by Miklos Szeredi · 19 years ago
  97. e070ad4 [PATCH] add /proc/pid/smaps by Mauricio Lin · 19 years ago
  98. 6e21c8f [PATCH] /proc/<pid>/numa_maps to show on which nodes pages reside by Christoph Lameter · 19 years ago
  99. 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
  100. d6e7114 [PATCH] setuid core dump by Alan Cox · 19 years ago