aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-10
|\
| * exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov2014-12-10
| * proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov2014-12-10
| * proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov2014-12-10
| * proc: task_state: deuglify the max_fds calculationOleg Nesterov2014-12-10
| * proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov2014-12-10
| * fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel2014-12-10
| * procfs: fix error handling of proc_register()Debabrata Banerjee2014-12-10
| * fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-10
| * mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-10
|\ \ | |/ |/|
| * Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2014-11-19
| |\
| | * fs: Convert show_fdinfo functions to voidJoe Perches2014-11-05
| * | procfs: get rid of ->f_dentryAl Viro2014-11-19
| |/
* / x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren2014-11-17
|/
* mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\
| * proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman2014-10-09
| * vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman2014-10-09
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-10
|\ \
| * | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-18
| * | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-18
* | | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-09
* | | mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner2014-10-09
* | | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2014-10-09
* | | fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-09
* | | proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-09
* | | proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-09
* | | fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov2014-10-09
* | | fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-09
* | | fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-09
* | | proc: introduce proc_mem_open()Oleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2014-10-09
* | | fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2014-10-09
| |/ |/|
* | mm: softdirty: addresses before VMAs in PTE holes aren't softdirtyPeter Feiner2014-09-26
|/
* Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2014-08-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-09
|\
| * proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mo...Eric W. Biederman2014-08-04
| * proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/netEric W. Biederman2014-08-04
| * proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman2014-08-04
| * proc: Have net show up under /proc/<tgid>/task/<tid>Eric W. Biederman2014-08-04