1. 647f010 init/main.c: remove an ifdef by Andrew Morton · 10 years ago
  2. 59d8053 proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h by David Howells · 11 years ago
  3. c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 11 years ago
  4. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  5. 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 11 years ago
  6. 270b5ac proc: Add proc_mkdir_data() by David Howells · 11 years ago
  7. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 11 years ago
  8. 4abfd02 proc: Move PDE_NET() to fs/proc/proc_net.c by David Howells · 11 years ago
  9. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  10. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  11. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 11 years ago
  12. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 11 years ago
  13. d0206fb procfs: Mark create_proc_read_entry deprecated by David Howells · 11 years ago
  14. 05c0ae2 try a saner locking for pde_opener... by Al Viro · 11 years ago
  15. 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 11 years ago
  16. 80e928f proc: Kill create_proc_entry() by David Howells · 11 years ago
  17. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  18. ee21ed0 procfs: kill ->write_proc() by Al Viro · 11 years ago
  19. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 11 years ago
  20. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  21. 4fc1a60 net: proc: fix build failed when procfs is not configured by Gao feng · 11 years ago
  22. c239905 net: proc: remove proc_net_remove by Gao feng · 11 years ago
  23. b4278c9 net: proc: remove proc_net_fops_create by Gao feng · 11 years ago
  24. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  25. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  26. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  27. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  28. 33d6dce proc: Generalize proc inode allocation by Eric W. Biederman · 13 years ago
  29. cde1975 userns: Implent proc namespace operations by Eric W. Biederman · 12 years ago
  30. 8823c07 vfs: Add setns support for the mount namespace by Eric W. Biederman · 14 years ago
  31. 57e8391 pidns: Add setns support by Eric W. Biederman · 14 years ago
  32. dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  33. 7773fbc procfs: make proc_get_link to use dentry instead of inode by Cyrill Gorcunov · 13 years ago
  34. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  35. 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
  36. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  37. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
  38. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  39. f2beb79 proc: make struct proc_maps_private truly private by Stephen Wilson · 13 years ago
  40. f12a20f procfs: add stub for proc_mkdir_mode() by Randy Dunlap · 13 years ago
  41. a00eaf1 ns proc: Add support for the ipc namespace by Eric W. Biederman · 14 years ago
  42. 34482e8 ns proc: Add support for the uts namespace by Eric W. Biederman · 14 years ago
  43. 13b6f57 ns proc: Add support for the network namespace. by Eric W. Biederman · 14 years ago
  44. 6b4e306 ns: proc files for namespace naming policy. by Eric W. Biederman · 14 years ago
  45. 312ec7e proc: make struct proc_dir_entry::namelen unsigned int by Alexey Dobriyan · 13 years ago
  46. 26562c5 kcore: register vmemmap range by KAMEZAWA Hiroyuki · 15 years ago
  47. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  48. 2ef43ec kcore: use usual list for kclist by KAMEZAWA Hiroyuki · 15 years ago
  49. 3174c21 Move junk from proc_fs.h to fs/proc/internal.h by Al Viro · 15 years ago
  50. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  51. 59c7572 proc: remove fs/proc/proc_misc.c by Alexey Dobriyan · 16 years ago
  52. 97ce5d6 proc: move all /proc/kcore stuff to fs/proc/kcore.c by Alexey Dobriyan · 16 years ago
  53. 1b483a6 powerpc: Remove remains of /proc/ppc_htab by Geert Uytterhoeven · 16 years ago
  54. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  55. 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
  56. 6e644c3 move proc_kmsg_operations to fs/proc/internal.h by Adrian Bunk · 16 years ago
  57. 8086cd4 netns: make get_proc_net() static by Adrian Bunk · 16 years ago
  58. 57d3c64 proc_fs.h: move struct mm_struct forward-declaration by Ben Nizette · 16 years ago
  59. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  60. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  61. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  62. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  63. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  64. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  65. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  66. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  67. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  68. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 16 years ago
  69. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  70. be61408 proc: implement proc_single_file_operations by Eric W. Biederman · 16 years ago
  71. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  72. e5d69b9 [ATM]: Oops reading net/atm/arp by Denis V. Lunev · 17 years ago
  73. 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
  74. 2b1e300 [NETNS]: Fix /proc/net breakage by Eric W. Biederman · 17 years ago
  75. 44656ba [NET]: Kill proc_net_create() by David S. Miller · 17 years ago
  76. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  77. 07543f5 pid namespaces: make proc have multiple superblocks - one for each namespace by Pavel Emelyanov · 17 years ago
  78. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  79. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  80. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  81. 76ceb2f Remove unused struct proc_dir_entry::set by Alexey Dobriyan · 17 years ago
  82. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 17 years ago
  83. 7695650 Fix race between proc_get_inode() and remove_proc_entry() by Alexey Dobriyan · 17 years ago
  84. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  85. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 17 years ago
  86. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  87. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  88. dbf8685 [PATCH] NOMMU: Implement /proc/pid/maps for NOMMU by David Howells · 18 years ago
  89. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  90. 13b41b0 [PATCH] proc: Use struct pid not struct task_ref by Eric W. Biederman · 18 years ago
  91. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  92. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  93. aed7a6c [PATCH] proc: Replace proc_inode.type with proc_inode.fd by Eric W. Biederman · 18 years ago
  94. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  95. 80e8ff6 [PATCH] kdump proc vmcore size oveflow fix by Vivek Goyal · 18 years ago
  96. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  97. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  98. 22e6c1b [PATCH] Use loff_t for size in struct proc_dir_entry by Maneesh Soni · 18 years ago
  99. 64a07bd [PATCH] protect remove_proc_entry by Steven Rostedt · 18 years ago
  100. 898b539 [PATCH] powerpc: Add/remove/update properties in /proc/device-tree by Dave C Boutcher · 19 years ago