1. ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. 47f8f92 fs/proc/meminfo.c: include cma info in proc/meminfo by Pintu Kumar · 10 years ago
  3. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  4. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  5. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  6. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
  7. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  8. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 10 years ago
  9. 3d3d35b kill proc_ns completely by Al Viro · 10 years ago
  10. e149ed2 take the targets of /proc/*/ns/* symlinks to separate fs by Al Viro · 10 years ago
  11. c35a7f1 exit: proc: don't try to flush /proc/tgid/task/tgid by Oleg Nesterov · 10 years ago
  12. abdba6e proc: task_state: ptrace_parent() doesn't need pid_alive() check by Oleg Nesterov · 10 years ago
  13. b0fafc1 proc: task_state: move the main seq_printf() outside of rcu_read_lock() by Oleg Nesterov · 10 years ago
  14. 0f4a0d5 proc: task_state: deuglify the max_fds calculation by Oleg Nesterov · 10 years ago
  15. 4af1036 proc: task_state: read cred->group_info outside of task_lock() by Oleg Nesterov · 10 years ago
  16. 2fc1e94 fs/proc.c: use rb_entry_safe() instead of rb_entry() by Nicolas Dichtel · 10 years ago
  17. b208d54 procfs: fix error handling of proc_register() by Debabrata Banerjee · 10 years ago
  18. 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
  19. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
  20. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  22. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  23. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  24. 8ce74dd Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next by Al Viro · 10 years ago
  25. 3aa3377 procfs: get rid of ->f_dentry by Al Viro · 10 years ago
  26. 4aae7e4 x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific by Qiaowei Ren · 10 years ago
  27. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  28. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  29. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  30. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  31. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  32. 81d0fa6 mm: softdirty: unmapped addresses between VMAs are clean by Peter Feiner · 10 years ago
  33. 498f237 mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race by Oleg Nesterov · 10 years ago
  34. 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
  35. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  36. 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
  37. 47fecca fs/proc/task_nommu.c: don't use priv->task->mm by Oleg Nesterov · 10 years ago
  38. 27692cd fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  39. ce34fdd fs/proc/task_nommu.c: change maps_open() to use __seq_open_private() by Oleg Nesterov · 10 years ago
  40. 557c2d8 fs/proc/task_mmu.c: update m->version in the main loop in m_start() by Oleg Nesterov · 10 years ago
  41. b8c20a9 fs/proc/task_mmu.c: reintroduce m->version logic by Oleg Nesterov · 10 years ago
  42. ad2a00e fs/proc/task_mmu.c: introduce m_next_vma() helper by Oleg Nesterov · 10 years ago
  43. 0c25532 fs/proc/task_mmu.c: simplify m_start() to make it readable by Oleg Nesterov · 10 years ago
  44. ebb6cdd fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic by Oleg Nesterov · 10 years ago
  45. 0d5f5f4 fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop() by Oleg Nesterov · 10 years ago
  46. 23d5483 fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next() by Oleg Nesterov · 10 years ago
  47. 59b4bf1 fs/proc/task_mmu.c: simplify the vma_stop() logic by Oleg Nesterov · 10 years ago
  48. 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  49. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  50. 4db7d0e fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() by Oleg Nesterov · 10 years ago
  51. 46c298c fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map() by Oleg Nesterov · 10 years ago
  52. bbd5192 proc: Update proc_flush_task_mnt to use d_invalidate by Eric W. Biederman · 10 years ago
  53. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 10 years ago
  54. 87e6d49 mm: softdirty: addresses before VMAs in PTE holes aren't softdirty by Peter Feiner · 10 years ago
  55. 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
  56. 006f4ac cgroup: simplify proc_cgroup_show() by Zefan Li · 10 years ago
  57. 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
  58. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  59. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
  60. 0692ded fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors by Vitaly Kuznetsov · 10 years ago
  61. 8f053ac proc: remove INF macro by Alexey Dobriyan · 10 years ago
  62. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 10 years ago
  63. 19aadc9 proc: convert /proc/$PID/io to seq_file interface by Alexey Dobriyan · 10 years ago
  64. 6ba51e3 proc: convert /proc/$PID/oom_score to seq_file interface by Alexey Dobriyan · 10 years ago
  65. f6e826c proc: convert /proc/$PID/schedstat to seq_file interface by Alexey Dobriyan · 10 years ago
  66. edfcd60 proc: convert /proc/$PID/wchan to seq_file interface by Alexey Dobriyan · 10 years ago
  67. 2ca66ff proc: convert /proc/$PID/cmdline to seq_file interface by Alexey Dobriyan · 10 years ago
  68. 09d93bd proc: convert /proc/$PID/syscall to seq_file interface by Alexey Dobriyan · 10 years ago
  69. 1c963eb proc: convert /proc/$PID/limits to seq_file interface by Alexey Dobriyan · 10 years ago
  70. f9ea536 proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 10 years ago
  71. cedbcca proc: more "const char *" pointers by Alexey Dobriyan · 10 years ago
  72. 849d20a proc: remove proc_tty_ldisc variable by Alexey Dobriyan · 10 years ago
  73. 4dcc03f proc: make proc_subdir_lock static by Alexey Dobriyan · 10 years ago
  74. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  75. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
  76. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  77. 108a8a1 fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE) by Fabian Frederick · 10 years ago
  78. 68b5a65 mm: softdirty: respect VM_SOFTDIRTY in PTE holes by Peter Feiner · 10 years ago
  79. cc7452b mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces by Rafael Aquini · 10 years ago
  80. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  81. 344470c proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts by Eric W. Biederman · 10 years ago
  82. e813244 proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net by Eric W. Biederman · 10 years ago
  83. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  84. 6ba8ed7 proc: Have net show up under /proc/<tgid>/task/<tid> by Eric W. Biederman · 10 years ago
  85. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  86. 7d8b6c6 CAPABILITIES: remove undefined caps from all processes by Eric Paris · 10 years ago
  87. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 10 years ago
  88. f74373a /proc/stat: convert to single_open_size() by Heiko Carstens · 10 years ago
  89. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  90. a05e16ad fs/proc/vmcore.c: remove NULL assignment to static by Fabian Frederick · 10 years ago
  91. 17c2b4e fs/proc/task_mmu.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  92. d4c5491 mm: add !pte_present() check on existing hugetlb_entry callbacks by Naoya Horiguchi · 10 years ago
  93. 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
  94. c86c97f mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty() by Cyrill Gorcunov · 10 years ago
  95. 78d683e mm, fs: Add vm_ops->name as an alternative to arch_vma_name by Andy Lutomirski · 10 years ago
  96. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  97. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  98. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  99. c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 10 years ago
  100. 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 10 years ago