1. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  2. 7fee486 Switch proc/self to nd_set_link() by Al Viro · 15 years ago
  3. 86acdca1 fix autofs/afs/etc. magic mountpoint breakage by Al Viro · 15 years ago
  4. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  5. 4614a696b procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm by john stultz · 15 years ago
  6. 29f12ca pidns: fix a leak in /proc dentries and inodes with pid namespaces. by Sukadev Bhattiprolu · 15 years ago
  7. cba8aaf fs/proc/base.c: fix proc_fault_inject_write() input sanity check by Vincent Li · 15 years ago
  8. 9b4d1cbe proc_flush_task: flush /proc/tid/task/pid when a sub-thread exits by Oleg Nesterov · 15 years ago
  9. cff4edb proc: fix reported unit for RLIMIT_CPU by Kees Cook · 15 years ago
  10. 5d863b8 oom: fix oom_adjust_write() input sanity check by KOSAKI Motohiro · 15 years ago
  11. 495789a oom: make oom_score to per-process value by KOSAKI Motohiro · 15 years ago
  12. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  13. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  14. 704b836 mm_for_maps: take ->cred_guard_mutex to fix the race with exec by Oleg Nesterov · 15 years ago
  15. 00f89d2 mm_for_maps: shift down_read(mmap_sem) to the caller by Oleg Nesterov · 15 years ago
  16. 13f0fea mm_for_maps: simplify, use ptrace_may_access() by Oleg Nesterov · 15 years ago
  17. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  18. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  19. bd6daba procfs: make errno values consistent when open pident vs exit(2) race occurs by KOSAKI Motohiro · 15 years ago
  20. 107db7c CRED: Guard the setprocattr security hook against ptrace by David Howells · 15 years ago
  21. f83ce3e proc: avoid information leaks to non-privileged processes by Jake Edge · 15 years ago
  22. 31b0709 proc: mounts_poll() make consistent to mdstat_poll by KOSAKI Motohiro · 15 years ago
  23. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  24. 7c2c7d9 fix setuid sometimes wouldn't by Hugh Dickins · 15 years ago
  25. d72f71e constify dentry_operations: procfs by Al Viro · 15 years ago
  26. ee568b2 Avoid 64-bit "switch()" statements on 32-bit architectures by Linus Torvalds · 15 years ago
  27. ee6f779 filp->f_pos not correctly updated in proc_task_readdir by Zhang Le · 15 years ago
  28. a0c9f24 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  29. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  30. 230e40f proc: remove write-only variable in proc_pident_lookup() by WANG Cong · 16 years ago
  31. dfe6b7d proc: fix sparse warning by Hannes Eder · 16 years ago
  32. 2ec220e proc: add /proc/*/stack by Ken Chen · 16 years ago
  33. 631f9c1 proc: remove '##' usage by Alexey Dobriyan · 16 years ago
  34. ecae934 proc: remove useless WARN_ONs by Alexey Dobriyan · 16 years ago
  35. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  36. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  37. 826e08b sched: fix warning in fs/proc/base.c by Ingo Molnar · 16 years ago
  38. 9c2c480 schedstat: consolidate per-task cpu runtime stats by Ken Chen · 16 years ago
  39. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  40. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  41. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  42. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  43. 3bbfe05 proc: remove kernel.maps_protect by Alexey Dobriyan · 16 years ago
  44. 4783072 [PATCH] proc: show personality via /proc/pid/personality by Kees Cook · 16 years ago
  45. a6bebbc [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock() by Lai Jiangshan · 16 years ago
  46. 7c44319 proc: fix warnings by Alexander Beregalov · 16 years ago
  47. 940389b task IO accounting: move all IO statistics in struct task_io_accounting by Andrea Righi · 16 years ago
  48. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  49. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  50. b2d002d task IO accounting: correctly account threads IO statistics by Andrea Righi · 16 years ago
  51. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  52. ebcb673 /proc/PID/syscall by Roland McGrath · 16 years ago
  53. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  54. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  55. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  56. aed5417 proc: calculate the correct /proc/<pid> link count by Vegard Nossum · 16 years ago
  57. 6ee6504 [PATCH] open sessionid permissions by Steve Grubb · 16 years ago
  58. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  59. 638fa202 procfs: mem permission cleanup by Roland McGrath · 16 years ago
  60. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  61. 2d4d486 [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo by Ram Pai · 16 years ago
  62. a1a2c40 [patch 5/7] vfs: mountinfo: allow using process root by Miklos Szeredi · 16 years ago
  63. 9b4f526 [PATCH] proc_readfd_common() race fix by Al Viro · 16 years ago
  64. 7d3628b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  65. 4f42c28 [NET]: Fix permissions of /proc/net by Andre Noll · 16 years ago
  66. 1e0bd75 [PATCH] export sessionid alongside the loginuid in procfs by Eric Paris · 16 years ago
  67. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  68. b2211a3 net: fix build with CONFIG_NET=n by Andrew Morton · 16 years ago
  69. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  70. 13d77c3 latencytop: change /proc task_struct access method by Hiroshi Shimamoto · 16 years ago
  71. d6643d1 latencytop: fix memory leak on latency proc file by Hiroshi Shimamoto · 16 years ago
  72. ae00278 latencytop: fix kernel panic while reading latency proc file by Hiroshi Shimamoto · 16 years ago
  73. 8808117 proc: add RLIMIT_RTTIME to /proc/<pid>/limits by Eugene Teo · 16 years ago
  74. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  75. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  76. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  77. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  78. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  79. b55fcb2 revert "proc: fix the threaded proc self" by Andrew Morton · 16 years ago
  80. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 16 years ago
  81. c6caeb7 proc: fix the threaded /proc/self by Eric W. Biederman · 16 years ago
  82. 488e5bc proc: proper pidns handling for /proc/self by Eric W. Biederman · 16 years ago
  83. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  84. a56d3fc seqfile convert proc_pid_statm by Eric W. Biederman · 16 years ago
  85. ee99274 proc: rewrite do_task_stat to correctly handle pid namespaces. by Eric W. Biederman · 16 years ago
  86. be61408 proc: implement proc_single_file_operations by Eric W. Biederman · 16 years ago
  87. 7766755 Fix /proc dcache deadlock in do_exit by Andrea Arcangeli · 16 years ago
  88. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 16 years ago
  89. 85863e4 maps4: add /proc/pid/pagemap interface by Matt Mackall · 16 years ago
  90. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  91. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  92. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  93. 9745512 sched: latencytop support by Arjan van de Ven · 16 years ago
  94. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  95. 6d8982d proc/base.c: Use task_is_* by Matthew Wilcox · 17 years ago
  96. 19fd4bb proc: remove races from proc_id_readdir() by Eric W. Biederman · 17 years ago
  97. 9fcc2d1 proc: simplify and correct proc_flush_task by Eric W. Biederman · 17 years ago
  98. 0895e91 procfs: fix kernel-doc param warnings by Randy Dunlap · 17 years ago
  99. 457c251 Remove unused variables from fs/proc/base.c by Pavel Emelyanov · 17 years ago
  100. d85f50d proc: export a processes resource limits via /proc/pid by Neil Horman · 17 years ago