1. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  2. 59c7572 proc: remove fs/proc/proc_misc.c by Alexey Dobriyan · 16 years ago
  3. 97ce5d6 proc: move all /proc/kcore stuff to fs/proc/kcore.c by Alexey Dobriyan · 16 years ago
  4. 1b483a6 powerpc: Remove remains of /proc/ppc_htab by Geert Uytterhoeven · 16 years ago
  5. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  6. 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
  7. 6e644c3 move proc_kmsg_operations to fs/proc/internal.h by Adrian Bunk · 16 years ago
  8. 8086cd4 netns: make get_proc_net() static by Adrian Bunk · 16 years ago
  9. 57d3c64 proc_fs.h: move struct mm_struct forward-declaration by Ben Nizette · 16 years ago
  10. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  11. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  12. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  13. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  14. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  15. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  16. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  17. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  18. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  19. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 16 years ago
  20. df5f831 proc: seqfile convert proc_pid_status to properly 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. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  23. e5d69b9 [ATM]: Oops reading net/atm/arp by Denis V. Lunev · 16 years ago
  24. 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
  25. 2b1e300 [NETNS]: Fix /proc/net breakage by Eric W. Biederman · 17 years ago
  26. 44656ba [NET]: Kill proc_net_create() by David S. Miller · 17 years ago
  27. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  28. 07543f5 pid namespaces: make proc have multiple superblocks - one for each namespace by Pavel Emelyanov · 17 years ago
  29. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  30. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  31. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  32. 76ceb2f Remove unused struct proc_dir_entry::set by Alexey Dobriyan · 17 years ago
  33. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 17 years ago
  34. 7695650 Fix race between proc_get_inode() and remove_proc_entry() by Alexey Dobriyan · 17 years ago
  35. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  36. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 17 years ago
  37. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  38. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  39. dbf8685 [PATCH] NOMMU: Implement /proc/pid/maps for NOMMU by David Howells · 18 years ago
  40. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  41. 13b41b0 [PATCH] proc: Use struct pid not struct task_ref by Eric W. Biederman · 18 years ago
  42. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  43. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  44. aed7a6c [PATCH] proc: Replace proc_inode.type with proc_inode.fd by Eric W. Biederman · 18 years ago
  45. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  46. 80e8ff6 [PATCH] kdump proc vmcore size oveflow fix by Vivek Goyal · 18 years ago
  47. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  48. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  49. 22e6c1b [PATCH] Use loff_t for size in struct proc_dir_entry by Maneesh Soni · 18 years ago
  50. 64a07bd [PATCH] protect remove_proc_entry by Steven Rostedt · 18 years ago
  51. 898b539 [PATCH] powerpc: Add/remove/update properties in /proc/device-tree by Dave C Boutcher · 18 years ago
  52. 330d57f [PATCH] Fix sysctl unregistration oops (CVE-2005-2709) by Al Viro · 19 years ago
  53. 183d020 [PATCH] ppc64: SMU partition recovery by Benjamin Herrenschmidt · 19 years ago
  54. 666bfdd [PATCH] kdump: Access dump file in elf format (/proc/vmcore) by Vivek Goyal · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago