1. 4f42c28 [NET]: Fix permissions of /proc/net by Andre Noll · 16 years ago
  2. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. b2211a3 net: fix build with CONFIG_NET=n by Andrew Morton · 16 years ago
  4. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  5. 13d77c3 latencytop: change /proc task_struct access method by Hiroshi Shimamoto · 16 years ago
  6. d6643d1 latencytop: fix memory leak on latency proc file by Hiroshi Shimamoto · 16 years ago
  7. ae00278 latencytop: fix kernel panic while reading latency proc file by Hiroshi Shimamoto · 16 years ago
  8. 8808117 proc: add RLIMIT_RTTIME to /proc/<pid>/limits by Eugene Teo · 16 years ago
  9. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  10. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  11. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  12. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  13. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  14. b55fcb2 revert "proc: fix the threaded proc self" by Andrew Morton · 16 years ago
  15. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 16 years ago
  16. c6caeb7 proc: fix the threaded /proc/self by Eric W. Biederman · 16 years ago
  17. 488e5bc proc: proper pidns handling for /proc/self by Eric W. Biederman · 16 years ago
  18. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  19. a56d3fc seqfile convert proc_pid_statm by Eric W. Biederman · 16 years ago
  20. ee99274 proc: rewrite do_task_stat to correctly handle pid namespaces. by Eric W. Biederman · 16 years ago
  21. be61408 proc: implement proc_single_file_operations by Eric W. Biederman · 16 years ago
  22. 7766755 Fix /proc dcache deadlock in do_exit by Andrea Arcangeli · 16 years ago
  23. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 16 years ago
  24. 85863e4 maps4: add /proc/pid/pagemap interface by Matt Mackall · 16 years ago
  25. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  26. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 16 years ago
  27. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  28. 9745512 sched: latencytop support by Arjan van de Ven · 16 years ago
  29. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  30. 6d8982d proc/base.c: Use task_is_* by Matthew Wilcox · 17 years ago
  31. 19fd4bb proc: remove races from proc_id_readdir() by Eric W. Biederman · 17 years ago
  32. 9fcc2d1 proc: simplify and correct proc_flush_task by Eric W. Biederman · 17 years ago
  33. 0895e91 procfs: fix kernel-doc param warnings by Randy Dunlap · 17 years ago
  34. 457c251 Remove unused variables from fs/proc/base.c by Pavel Emelyanov · 17 years ago
  35. d85f50d proc: export a processes resource limits via /proc/pid by Neil Horman · 17 years ago
  36. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  37. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  38. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  39. 130f77e pid namespaces: make proc_flush_task() actually from entries from multiple namespaces by Pavel Emelyanov · 17 years ago
  40. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 17 years ago
  41. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  42. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  43. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  44. a424316 Task Control Groups: add procfs interface by Paul Menage · 17 years ago
  45. 315e28c Don't truncate /proc/PID/environ at 4096 characters by James Pearson · 17 years ago
  46. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  47. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  48. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  49. 5ea473a Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} by Alexey Dobriyan · 17 years ago
  50. 3cb4a0b coredump masking: add an interface for core dump filter by Kawai, Hidehiro · 17 years ago
  51. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  52. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  53. 1d9d02f move seccomp from /proc to a prctl by Andrea Arcangeli · 17 years ago
  54. da58a16 /proc/*/environ: wrong placing of ptrace_may_attach() check by Alexey Dobriyan · 17 years ago
  55. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 17 years ago
  56. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  57. 4b8df89 smaps: only define clear_refs for CONFIG_MMU by David Rientjes · 17 years ago
  58. 0c28f28 procfs: use simple_read_from_buffer() by Akinobu Mita · 17 years ago
  59. 1e8123f Remove redundant check from proc_setattr() by John Johansen · 17 years ago
  60. 9d65cb4 Fix race between cat /proc/*/wchan and rmmod et al by Alexey Dobriyan · 17 years ago
  61. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 17 years ago
  62. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  63. 19c5d45 /proc/*/oom_score oops re badness by Alexey Dobriyan · 17 years ago
  64. 2793274 add file position info to proc by Miklos Szeredi · 17 years ago
  65. c5141e6 procfs: reorder struct pid_dentry to save space on 64bit archs, and constify them by Eric Dumazet · 17 years ago
  66. 5096add proc: maps protection by Kees Cook · 17 years ago
  67. 8948e11 Allow access to /proc/$PID/fd after setuid() by Alexey Dobriyan · 17 years ago
  68. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  69. 04ff970 [PATCH] sanitize security_getprocattr() API by Al Viro · 17 years ago
  70. 63967fa [PATCH] Missing __user in pointer referenced within copy_from_user by Glauber de Oliveira Costa · 17 years ago
  71. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  72. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  73. 4b98d11 [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct by Alexey Dobriyan · 17 years ago
  74. 7d89524 [PATCH] procfs: Fix listing of /proc/NOT_A_TGID/task by Guillaume Chazarain · 17 years ago
  75. 863c470 [PATCH] Fix NULL ->nsproxy dereference in /proc/*/mounts by Alexey Dobriyan · 17 years ago
  76. aba76fd [PATCH] io-accounting: report in procfs by Andrew Morton · 18 years ago
  77. f4f154f [PATCH] fault injection: process filtering for fault-injection capabilities by Akinobu Mita · 18 years ago
  78. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  79. 2fddfee [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  80. 9711ef9 [PATCH] make fs/proc/base.c:proc_pid_instantiate() static by Adrian Bunk · 18 years ago
  81. 8fb4fc6 [PATCH] Allow user processes to raise their oom_adj value by Guillem Jover · 18 years ago
  82. 701e054 [PATCH] mounstats NULL pointer dereference by Vasily Tarasov · 18 years ago
  83. 8ac773b [PATCH] OOM killer meets userspace headers by Alexey Dobriyan · 18 years ago
  84. 0187f87 [PATCH] PROC_NUMBUF is wrong by Andrew Morton · 18 years ago
  85. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  86. 1c0d04c [PATCH] proc: comment what proc_fill_cache does by Eric W. Biederman · 18 years ago
  87. 5e61fea [PATCH] proc: remove the useless SMP-safe comments from /proc by Eric W. Biederman · 18 years ago
  88. 7bcd6b0 [PATCH] proc: remove trailing blank entry from pid_entry arrays by Eric W. Biederman · 18 years ago
  89. 8e95bd9 [PATCH] proc: properly compute TGID_OFFSET by Eric W. Biederman · 18 years ago
  90. 7fbaac0 [PATCH] proc: Use pid_task instead of open coding it by Eric W. Biederman · 18 years ago
  91. 72d9dcf [PATCH] proc: Merge proc_tid_attr and proc_tgid_attr by Eric W. Biederman · 18 years ago
  92. 61a2878 [PATCH] proc: Remove the hard coded inode numbers by Eric W. Biederman · 18 years ago
  93. 444ceed [PATCH] proc: Factor out an instantiate method from every lookup method by Eric W. Biederman · 18 years ago
  94. 801199c [PATCH] proc: Make the generation of the self symlink table driven by Eric W. Biederman · 18 years ago
  95. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  96. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  97. 28a6d67 [PATCH] proc: reorder the functions in base.c by Eric W. Biederman · 18 years ago
  98. 0804ef4 [PATCH] proc: readdir race fix (take 3) by Eric W. Biederman · 18 years ago
  99. f7ca54f [PATCH] fix mem_write() return value by Frederik Deweerdt · 18 years ago
  100. 6d76fa5 Don't allow chmod() on the /proc/<pid>/ files by Linus Torvalds · 18 years ago