aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2015-03-17pagemap: do not leak physical addresses to non-privileged userspaceGravatar Kirill A. Shutemov 1-0/+3
2015-02-22procfs: fix race between symlink removals and traversalsGravatar Al Viro 3-12/+22
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-17/+8
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueGravatar WANG Chao 1-4/+4
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-6/+4
2015-02-12fs/proc/array.c: convert to use string_escape_str()Gravatar Andy Shevchenko 1-27/+7
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsGravatar Rafael Aquini 1-0/+2
2015-02-12fs: proc: use PDE() to get proc_dir_entryGravatar Alexander Kuleshov 2-2/+2
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Gravatar Petr Cermak 1-0/+14
2015-02-11mm: /proc/pid/clear_refs: avoid split_huge_page()Gravatar Kirill A. Shutemov 1-3/+44
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Gravatar Naoya Horiguchi 1-0/+3
2015-02-11numa_maps: remove numa_maps->vmaGravatar Naoya Horiguchi 1-16/+13
2015-02-11numa_maps: fix typo in gather_hugetbl_statsGravatar Naoya Horiguchi 1-3/+3
2015-02-11pagemap: use walk->vma instead of calling find_vma()Gravatar Naoya Horiguchi 1-54/+14
2015-02-11clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Gravatar Naoya Horiguchi 1-24/+22
2015-02-11smaps: remove mem_size_stats->vma and use walk_page_vma()Gravatar Naoya Horiguchi 1-8/+4
2015-02-11proc/pagemap: walk page tables under pte lockGravatar Konstantin Khlebnikov 1-5/+9
2015-02-11mm: account pmd page tables to the processGravatar Kirill A. Shutemov 1-3/+6
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsGravatar Wang, Yalin 1-3/+13
2015-02-10proc: drop handling non-linear mappingsGravatar Kirill A. Shutemov 1-16/+0
2015-01-25gut proc_register() a bitGravatar Al Viro 1-17/+8
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2014-12-18fs/proc/meminfo.c: include cma info in proc/meminfoGravatar Pintu Kumar 1-2/+13
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+53
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-149/+16
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsGravatar Thomas Gleixner 1-1/+1
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisGravatar Eric W. Biederman 1-0/+53
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 7-125/+205
2014-12-10Merge branch 'nsfs' into for-nextGravatar Al Viro 3-149/+16
2014-12-10kill proc_ns completelyGravatar Al Viro 3-11/+5
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsGravatar Al Viro 2-144/+13
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidGravatar Oleg Nesterov 1-0/+3
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkGravatar Oleg Nesterov 1-7/+6
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Gravatar Oleg Nesterov 1-6/+6
2014-12-10proc: task_state: deuglify the max_fds calculationGravatar Oleg Nesterov 1-12/+11
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Gravatar Oleg Nesterov 1-2/+1
2014-12-10fs/proc.c: use rb_entry_safe() instead of rb_entry()Gravatar Nicolas Dichtel 1-12/+4
2014-12-10procfs: fix error handling of proc_register()Gravatar Debabrata Banerjee 1-1/+8
2014-12-10fs/proc: use a rb tree for the directory entriesGravatar Nicolas Dichtel 4-64/+113
2014-12-10mm: fix huge zero page accounting in smaps reportGravatar Kirill A. Shutemov 1-36/+68
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+4
2014-12-04bury struct proc_ns in fs/procGravatar Al Viro 2-3/+9
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-4/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 2-5/+5
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Al Viro 1-1/+2
2014-11-19procfs: get rid of ->f_dentryGravatar Al Viro 1-2/+2
2014-11-18x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificGravatar Qiaowei Ren 1-0/+3
2014-11-05fs: Convert show_fdinfo functions to voidGravatar Joe Perches 1-1/+2
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedGravatar Peter Feiner 1-5/+14
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-10/+2