1. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  2. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  3. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  4. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  5. 81d0fa6 mm: softdirty: unmapped addresses between VMAs are clean by Peter Feiner · 10 years ago
  6. 498f237 mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race by Oleg Nesterov · 10 years ago
  7. bf3e269 fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range by Baoquan He · 10 years ago
  8. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  9. 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
  10. 47fecca fs/proc/task_nommu.c: don't use priv->task->mm by Oleg Nesterov · 10 years ago
  11. 27692cd fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  12. ce34fdd fs/proc/task_nommu.c: change maps_open() to use __seq_open_private() by Oleg Nesterov · 10 years ago
  13. 557c2d8 fs/proc/task_mmu.c: update m->version in the main loop in m_start() by Oleg Nesterov · 10 years ago
  14. b8c20a9 fs/proc/task_mmu.c: reintroduce m->version logic by Oleg Nesterov · 10 years ago
  15. ad2a00e fs/proc/task_mmu.c: introduce m_next_vma() helper by Oleg Nesterov · 10 years ago
  16. 0c25532 fs/proc/task_mmu.c: simplify m_start() to make it readable by Oleg Nesterov · 10 years ago
  17. ebb6cdd fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic by Oleg Nesterov · 10 years ago
  18. 0d5f5f4 fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop() by Oleg Nesterov · 10 years ago
  19. 23d5483 fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next() by Oleg Nesterov · 10 years ago
  20. 59b4bf1 fs/proc/task_mmu.c: simplify the vma_stop() logic by Oleg Nesterov · 10 years ago
  21. 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  22. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  23. 4db7d0e fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() by Oleg Nesterov · 10 years ago
  24. 46c298c fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map() by Oleg Nesterov · 10 years ago
  25. bbd5192 proc: Update proc_flush_task_mnt to use d_invalidate by Eric W. Biederman · 10 years ago
  26. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 10 years ago
  27. 87e6d49 mm: softdirty: addresses before VMAs in PTE holes aren't softdirty by Peter Feiner · 10 years ago
  28. 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
  29. 006f4ac cgroup: simplify proc_cgroup_show() by Zefan Li · 10 years ago
  30. 155134f Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}" by Linus Torvalds · 10 years ago
  31. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  32. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
  33. 0692ded fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors by Vitaly Kuznetsov · 10 years ago
  34. 8f053ac proc: remove INF macro by Alexey Dobriyan · 10 years ago
  35. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 10 years ago
  36. 19aadc9 proc: convert /proc/$PID/io to seq_file interface by Alexey Dobriyan · 10 years ago
  37. 6ba51e3 proc: convert /proc/$PID/oom_score to seq_file interface by Alexey Dobriyan · 10 years ago
  38. f6e826c proc: convert /proc/$PID/schedstat to seq_file interface by Alexey Dobriyan · 10 years ago
  39. edfcd60 proc: convert /proc/$PID/wchan to seq_file interface by Alexey Dobriyan · 10 years ago
  40. 2ca66ff proc: convert /proc/$PID/cmdline to seq_file interface by Alexey Dobriyan · 10 years ago
  41. 09d93bd proc: convert /proc/$PID/syscall to seq_file interface by Alexey Dobriyan · 10 years ago
  42. 1c963eb proc: convert /proc/$PID/limits to seq_file interface by Alexey Dobriyan · 10 years ago
  43. f9ea536 proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 10 years ago
  44. cedbcca proc: more "const char *" pointers by Alexey Dobriyan · 10 years ago
  45. 849d20a proc: remove proc_tty_ldisc variable by Alexey Dobriyan · 10 years ago
  46. 4dcc03f proc: make proc_subdir_lock static by Alexey Dobriyan · 10 years ago
  47. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  48. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
  49. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  50. 108a8a1 fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE) by Fabian Frederick · 10 years ago
  51. 68b5a65 mm: softdirty: respect VM_SOFTDIRTY in PTE holes by Peter Feiner · 10 years ago
  52. cc7452b mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces by Rafael Aquini · 10 years ago
  53. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  54. 344470c proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts by Eric W. Biederman · 10 years ago
  55. e813244 proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net by Eric W. Biederman · 10 years ago
  56. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  57. 6ba8ed7 proc: Have net show up under /proc/<tgid>/task/<tid> by Eric W. Biederman · 10 years ago
  58. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  59. 7d8b6c6 CAPABILITIES: remove undefined caps from all processes by Eric Paris · 10 years ago
  60. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 10 years ago
  61. f74373a /proc/stat: convert to single_open_size() by Heiko Carstens · 10 years ago
  62. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  63. a05e16ad fs/proc/vmcore.c: remove NULL assignment to static by Fabian Frederick · 10 years ago
  64. 17c2b4e fs/proc/task_mmu.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  65. d4c5491 mm: add !pte_present() check on existing hugetlb_entry callbacks by Naoya Horiguchi · 10 years ago
  66. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  67. c86c97f mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty() by Cyrill Gorcunov · 10 years ago
  68. 78d683e mm, fs: Add vm_ops->name as an alternative to arch_vma_name by Andy Lutomirski · 10 years ago
  69. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  70. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  71. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  72. c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 10 years ago
  73. 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 10 years ago
  74. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 10 years ago
  75. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  76. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  77. 1c44dbc fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  78. 49d063c proc: show mnt_id in /proc/pid/fdinfo by Andrey Vagin · 10 years ago
  79. f0b5664 fs/proc/meminfo: meminfo_proc_show(): fix typo in comment by Luiz Capitulino · 10 years ago
  80. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  81. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  82. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  83. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  84. 5d826c8 new helper: readlink_copy() by Al Viro · 10 years ago
  85. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  86. d88cf7d Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 10 years ago
  87. 21a6457 proc: Update get proc_pid_cmdline() to use mm.h helpers by William Roberts · 10 years ago
  88. bfc3f02 cputime: Default implementation of nsecs -> cputime conversion by Frederic Weisbecker · 10 years ago
  89. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  90. 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
  91. 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 10 years ago
  92. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  93. 38dfac8 vmcore: prevent PT_NOTE p_memsz overflow during header update by Greg Pearson · 10 years ago
  94. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 11 years ago
  95. abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  96. c1d867a fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists. by Dave Jones · 11 years ago
  97. cdf7e8d proc: set attributes of pde using accessor functions by Rui Xiang · 11 years ago
  98. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 11 years ago
  99. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 11 years ago
  100. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago