1. 7773fbc procfs: make proc_get_link to use dentry instead of inode by Cyrill Gorcunov · 13 years ago
  2. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  3. 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
  4. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  5. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
  6. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  7. f2beb79 proc: make struct proc_maps_private truly private by Stephen Wilson · 13 years ago
  8. f12a20f procfs: add stub for proc_mkdir_mode() by Randy Dunlap · 13 years ago
  9. a00eaf1 ns proc: Add support for the ipc namespace by Eric W. Biederman · 14 years ago
  10. 34482e8 ns proc: Add support for the uts namespace by Eric W. Biederman · 14 years ago
  11. 13b6f57 ns proc: Add support for the network namespace. by Eric W. Biederman · 14 years ago
  12. 6b4e306 ns: proc files for namespace naming policy. by Eric W. Biederman · 14 years ago
  13. 312ec7e proc: make struct proc_dir_entry::namelen unsigned int by Alexey Dobriyan · 13 years ago
  14. 26562c5 kcore: register vmemmap range by KAMEZAWA Hiroyuki · 15 years ago
  15. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  16. 2ef43ec kcore: use usual list for kclist by KAMEZAWA Hiroyuki · 15 years ago
  17. 3174c21 Move junk from proc_fs.h to fs/proc/internal.h by Al Viro · 15 years ago
  18. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  19. 59c7572 proc: remove fs/proc/proc_misc.c by Alexey Dobriyan · 16 years ago
  20. 97ce5d6 proc: move all /proc/kcore stuff to fs/proc/kcore.c by Alexey Dobriyan · 16 years ago
  21. 1b483a6 powerpc: Remove remains of /proc/ppc_htab by Geert Uytterhoeven · 16 years ago
  22. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  23. 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
  24. 6e644c3 move proc_kmsg_operations to fs/proc/internal.h by Adrian Bunk · 16 years ago
  25. 8086cd4 netns: make get_proc_net() static by Adrian Bunk · 16 years ago
  26. 57d3c64 proc_fs.h: move struct mm_struct forward-declaration by Ben Nizette · 16 years ago
  27. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  28. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  29. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  30. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  31. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  32. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  33. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  34. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  35. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  36. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 16 years ago
  37. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  38. be61408 proc: implement proc_single_file_operations by Eric W. Biederman · 16 years ago
  39. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  40. e5d69b9 [ATM]: Oops reading net/atm/arp by Denis V. Lunev · 17 years ago
  41. 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
  42. 2b1e300 [NETNS]: Fix /proc/net breakage by Eric W. Biederman · 17 years ago
  43. 44656ba [NET]: Kill proc_net_create() by David S. Miller · 17 years ago
  44. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  45. 07543f5 pid namespaces: make proc have multiple superblocks - one for each namespace by Pavel Emelyanov · 17 years ago
  46. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  47. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  48. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  49. 76ceb2f Remove unused struct proc_dir_entry::set by Alexey Dobriyan · 17 years ago
  50. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 17 years ago
  51. 7695650 Fix race between proc_get_inode() and remove_proc_entry() by Alexey Dobriyan · 17 years ago
  52. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  53. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 17 years ago
  54. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  55. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  56. dbf8685 [PATCH] NOMMU: Implement /proc/pid/maps for NOMMU by David Howells · 18 years ago
  57. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  58. 13b41b0 [PATCH] proc: Use struct pid not struct task_ref by Eric W. Biederman · 18 years ago
  59. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  60. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  61. aed7a6c [PATCH] proc: Replace proc_inode.type with proc_inode.fd by Eric W. Biederman · 18 years ago
  62. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  63. 80e8ff6 [PATCH] kdump proc vmcore size oveflow fix by Vivek Goyal · 18 years ago
  64. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  65. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  66. 22e6c1b [PATCH] Use loff_t for size in struct proc_dir_entry by Maneesh Soni · 18 years ago
  67. 64a07bd [PATCH] protect remove_proc_entry by Steven Rostedt · 18 years ago
  68. 898b539 [PATCH] powerpc: Add/remove/update properties in /proc/device-tree by Dave C Boutcher · 19 years ago
  69. 330d57f [PATCH] Fix sysctl unregistration oops (CVE-2005-2709) by Al Viro · 19 years ago
  70. 183d020 [PATCH] ppc64: SMU partition recovery by Benjamin Herrenschmidt · 19 years ago
  71. 666bfdd [PATCH] kdump: Access dump file in elf format (/proc/vmcore) by Vivek Goyal · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago