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