1. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 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. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  6. 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 11 years ago
  7. 270b5ac proc: Add proc_mkdir_data() by David Howells · 11 years ago
  8. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 11 years ago
  9. 4abfd02 proc: Move PDE_NET() to fs/proc/proc_net.c by David Howells · 11 years ago
  10. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  11. c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 11 years ago
  12. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 11 years ago
  13. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  14. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 11 years ago
  15. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. 3c743a7 fs/proc/kcore.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  17. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 11 years ago
  18. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 11 years ago
  19. 303eb7e Include missing linux/magic.h inclusions by David Howells · 11 years ago
  20. 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 11 years ago
  21. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 11 years ago
  22. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 11 years ago
  23. 57b8015 posix-timers: Show sigevent info in proc file by Pavel Emelyanov · 11 years ago
  24. 48f6a7a posix-timers: Introduce /proc/PID/timers file by Pavel Emelyanov · 11 years ago
  25. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 11 years ago
  26. e8f2b54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  27. 05c0ae2 try a saner locking for pde_opener... by Al Viro · 11 years ago
  28. ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 11 years ago
  29. 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 11 years ago
  30. ad147d0 procfs: Clean up huge if-statement in __proc_file_read() by David Howells · 11 years ago
  31. 80e928f proc: Kill create_proc_entry() by David Howells · 11 years ago
  32. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  33. ee21ed0 procfs: kill ->write_proc() by Al Viro · 11 years ago
  34. b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 11 years ago
  35. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 11 years ago
  36. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 11 years ago
  37. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 11 years ago
  38. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  39. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  40. 51f0885 vfs,proc: guarantee unique inodes in /proc by Linus Torvalds · 11 years ago
  41. db04dc6 proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 11 years ago
  42. c2c1b08 fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplication by Zhang Yanfei · 11 years ago
  43. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  44. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 11 years ago
  45. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  46. d3d009c saner proc_get_inode() calling conventions by Al Viro · 11 years ago
  47. 87e0aab proc: avoid extra pde_put() in proc_fill_super() by Maxim Patlasov · 11 years ago
  48. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  49. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  50. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  51. 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 11 years ago
  52. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  53. 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
  54. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  55. c239905 net: proc: remove proc_net_remove by Gao feng · 11 years ago
  56. b4278c9 net: proc: remove proc_net_fops_create by Gao feng · 11 years ago
  57. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  58. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  59. a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 12 years ago
  60. dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
  61. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  62. ee29720 proc: fix inconsistent lock state by Xiaotian Feng · 12 years ago
  63. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  64. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  65. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  66. 55985dd procfs: add ability to plug in auxiliary fdinfo providers by Cyrill Gorcunov · 12 years ago
  67. 8d23802 proc: pid/status: show all supplementary groups by Artem Bityutskiy · 12 years ago
  68. 2f4b3bf /proc/pid/status: add "Seccomp" field by Kees Cook · 12 years ago
  69. 834f82e procfs: add VmFlags field in smaps output by Cyrill Gorcunov · 12 years ago
  70. 7b9a7ec proc: don't show nonexistent capabilities by Andrew Vagin · 12 years ago
  71. f9a00e8 procfs: use kbasename() by Andy Shevchenko · 12 years ago
  72. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  73. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  74. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  75. 4ff1b2c procfs: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  76. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  77. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  78. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  79. c1ad41f Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" by Ingo Molnar · 12 years ago
  80. e783377 Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  81. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  82. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  83. 05f5648 proc: check vma->vm_file before dereferencing by Stanislav Kinsbursky · 12 years ago
  84. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  85. bf056bf proc: Fix the namespace inode permission checks. by Eric W. Biederman · 13 years ago
  86. 33d6dce proc: Generalize proc inode allocation by Eric W. Biederman · 13 years ago
  87. 4f326c0 userns: Allow unprivilged mounts of proc and sysfs by Eric W. Biederman · 12 years ago
  88. e9f238c procfs: Print task uids and gids in the userns that opened the proc file by Eric W. Biederman · 12 years ago
  89. cde1975 userns: Implent proc namespace operations by Eric W. Biederman · 12 years ago
  90. 8823c07 vfs: Add setns support for the mount namespace by Eric W. Biederman · 14 years ago
  91. 57e8391 pidns: Add setns support by Eric W. Biederman · 14 years ago
  92. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  93. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  94. ae06c7c procfs: Don't cache a pid in the root inode. by Eric W. Biederman · 14 years ago
  95. e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
  96. 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
  97. ec05a23 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  98. fa0cbbf mm, oom: reintroduce /proc/pid/oom_adj by David Rientjes · 12 years ago
  99. 5258f38 sched/autogroup: Fix crash on reboot when autogroup is disabled by Mike Galbraith · 12 years ago
  100. 684baeb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago