1. 289f8e2 capabilities: add bounding set to /proc/self/status by Serge E. Hallyn · 16 years ago
  2. 19566ca fs/proc/task_mmu.c: remove duplicated include files by Huang Weiyi · 16 years ago
  3. eb28062 task_nommu: fix compile failing bug because of spilt file.h by Bryan Wu · 16 years ago
  4. 4f9faaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  5. 78e92b9 netns: assign PDE->data before gluing entry into /proc tree by Denis V. Lunev · 16 years ago
  6. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  7. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  8. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  9. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 16 years ago
  10. 06fffb1 do_task_stat: don't take rcu_read_lock() by Oleg Nesterov · 16 years ago
  11. d7321cd sysctl: add the ->permissions callback on the ctl_table_root by Pavel Emelyanov · 16 years ago
  12. 7708bfb sysctl: merge equal proc_sys_read and proc_sys_write by Pavel Emelyanov · 16 years ago
  13. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  14. b640a89 proc: convert /proc/tty/ldiscs to seq_file interface by Alexey Dobriyan · 16 years ago
  15. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  16. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  17. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  18. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  19. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  20. 5e971dc proc: drop several "PDE valid/invalid" checks by Alexey Dobriyan · 16 years ago
  21. 7cee4e0 proc: less special case in xlate code by Alexey Dobriyan · 16 years ago
  22. f649d6d proc: simplify locking in remove_proc_entry() by Alexey Dobriyan · 16 years ago
  23. 638fa202 procfs: mem permission cleanup by Roland McGrath · 16 years ago
  24. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 16 years ago
  25. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  26. e93b4ea proc: print more information when removing non-empty directories by Alexey Dobriyan · 16 years ago
  27. 214e471 smaps: account swap entries by Peter Zijlstra · 16 years ago
  28. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  29. 9d02dbc make swap_pte_to_pagemap_entry() static by Adrian Bunk · 16 years ago
  30. 2d4d486 [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo by Ram Pai · 16 years ago
  31. a1a2c40 [patch 5/7] vfs: mountinfo: allow using process root by Miklos Szeredi · 16 years ago
  32. 9b4f526 [PATCH] proc_readfd_common() race fix by Al Viro · 16 years ago
  33. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  34. 856f6ff [NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c. by Denis V. Lunev · 16 years ago
  35. 0e5f8be [NETNS]: Compile NET /proc support only if CONFIG_NET is set. by Denis V. Lunev · 16 years ago
  36. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  37. f16278c Change pagemap output format to allow for future reporting of huge pages by Hans Rosenfeld · 16 years ago
  38. 7d3628b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  39. 4f42c28 [NET]: Fix permissions of /proc/net by Andre Noll · 16 years ago
  40. 1e0bd75 [PATCH] export sessionid alongside the loginuid in procfs by Eric Paris · 16 years ago
  41. fb39380 pagemap: proper read error handling by Marcelo Tosatti · 16 years ago
  42. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  43. b2211a3 net: fix build with CONFIG_NET=n by Andrew Morton · 16 years ago
  44. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  45. a0db701 block/genhd.c: proper externs by Adrian Bunk · 16 years ago
  46. 13d77c3 latencytop: change /proc task_struct access method by Hiroshi Shimamoto · 16 years ago
  47. d6643d1 latencytop: fix memory leak on latency proc file by Hiroshi Shimamoto · 16 years ago
  48. ae00278 latencytop: fix kernel panic while reading latency proc file by Hiroshi Shimamoto · 16 years ago
  49. 8808117 proc: add RLIMIT_RTTIME to /proc/<pid>/limits by Eugene Teo · 16 years ago
  50. 745329c /proc/pid/pagemap: fix PM_SPECIAL macro by Hans Rosenfeld · 16 years ago
  51. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  52. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  53. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  54. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  55. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  56. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  57. b55fcb2 revert "proc: fix the threaded proc self" by Andrew Morton · 16 years ago
  58. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 16 years ago
  59. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 16 years ago
  60. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 16 years ago
  61. c6caeb7 proc: fix the threaded /proc/self by Eric W. Biederman · 16 years ago
  62. 488e5bc proc: proper pidns handling for /proc/self by Eric W. Biederman · 16 years ago
  63. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  64. a56d3fc seqfile convert proc_pid_statm by Eric W. Biederman · 16 years ago
  65. ee99274 proc: rewrite do_task_stat to correctly handle pid namespaces. by Eric W. Biederman · 16 years ago
  66. be61408 proc: implement proc_single_file_operations by Eric W. Biederman · 16 years ago
  67. 94413d8 proc: detect duplicate names on registration by Zhang Rui · 16 years ago
  68. fd2cbe4 proc: remove useless check on symlink removal by Alexey Dobriyan · 16 years ago
  69. 76df0c2 proc: simplify function prototypes by Alexey Dobriyan · 16 years ago
  70. 4237e0d proc: less LOCK operations during lookup by Alexey Dobriyan · 16 years ago
  71. 5b3fe63 proc: remove MODULE_LICENSE by Alexey Dobriyan · 16 years ago
  72. a1d4aeb iget: stop PROCFS from using iget() and read_inode() by David Howells · 16 years ago
  73. 07a154b proc: loadavg reading race by Michal Schmidt · 16 years ago
  74. 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 16 years ago
  75. f74596d proper show_interrupts() prototype by Adrian Bunk · 16 years ago
  76. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 16 years ago
  77. 7766755 Fix /proc dcache deadlock in do_exit by Andrea Arcangeli · 16 years ago
  78. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 16 years ago
  79. 304daa8 maps4: add /proc/kpageflags interface by Matt Mackall · 16 years ago
  80. 161f47b maps4: add /proc/kpagecount interface by Matt Mackall · 16 years ago
  81. 85863e4 maps4: add /proc/pid/pagemap interface by Matt Mackall · 16 years ago
  82. a619879 maps4: regroup task_mmu by interface by Matt Mackall · 16 years ago
  83. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  84. 4752c36 maps4: simplify interdependence of maps and smaps by Matt Mackall · 16 years ago
  85. b3ae5ac maps4: use pagewalker in clear_refs and smaps by Matt Mackall · 16 years ago
  86. ec4dd3e maps4: add proportional set size accounting in smaps by Fengguang Wu · 16 years ago
  87. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 16 years ago
  88. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  89. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  90. e5d69b9 [ATM]: Oops reading net/atm/arp by Denis V. Lunev · 17 years ago
  91. e372c41 [NET]: Consolidate net namespace related proc files creation. by Denis V. Lunev · 17 years ago
  92. 9745512 sched: latencytop support by Arjan van de Ven · 16 years ago
  93. a98fdce fix the "remove task_ppid_nr_ns" commit by Oleg Nesterov · 17 years ago
  94. 84427ea remove task_ppid_nr_ns by Roland McGrath · 17 years ago
  95. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  96. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  97. 6b6adc2 slub: register slabinfo to procfs by Pekka Enberg · 17 years ago
  98. 3790ee4 proc: remove/Fix proc generic d_revalidate by Eric W. Biederman · 17 years ago
  99. 6d8982d proc/base.c: Use task_is_* by Matthew Wilcox · 17 years ago
  100. 1587e2b proc/array.c: Use TASK_REPORT by Matthew Wilcox · 17 years ago