summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-2710-34/+34
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-1510-34/+34
* | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-10/+17
* | proc: remove use of seq_printf return valueJoe Perches2015-04-162-36/+50
* | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-161-2/+2
* | /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-161-0/+18
|/
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-03-171-0/+3
* procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-17/+8Star
|\
| * gut proc_register() a bitAl Viro2015-01-261-17/+8Star
* | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao2015-02-171-4/+4
* | proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-6/+4Star
* | fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko2015-02-131-27/+7Star
* | fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini2015-02-131-0/+2
* | fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-132-2/+2
* | fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak2015-02-131-0/+14
* | mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov2015-02-121-3/+44
* | mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi2015-02-121-0/+3
* | numa_maps: remove numa_maps->vmaNaoya Horiguchi2015-02-121-16/+13Star
* | numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi2015-02-121-3/+3
* | pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi2015-02-121-54/+14Star
* | clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi2015-02-121-24/+22Star
* | smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi2015-02-121-8/+4Star
* | proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov2015-02-121-5/+9
* | mm: account pmd page tables to the processKirill A. Shutemov2015-02-121-3/+6
* | mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-121-3/+13
* | proc: drop handling non-linear mappingsKirill A. Shutemov2015-02-101-16/+0Star
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-191-1/+1
|\
| * genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-131-1/+1
* | fs/proc/meminfo.c: include cma info in proc/meminfoPintu Kumar2014-12-191-2/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-0/+53
|\ \
| * | userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2014-12-121-0/+53
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-173-149/+16Star
|\ \ \
| * \ \ Merge branch 'nsfs' into for-nextAl Viro2014-12-113-149/+16Star
| |\ \ \
| | * | | kill proc_ns completelyAl Viro2014-12-113-11/+5Star
| | * | | take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-112-144/+13Star
| | * | | bury struct proc_ns in fs/procAl Viro2014-12-042-3/+9
| | * | | copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-4/+2Star
| | * | | make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-042-5/+5
| | |/ /
* | | | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-117-125/+205
|\ \ \ \
| * | | | exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov2014-12-111-0/+3
| * | | | proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov2014-12-111-7/+6Star
| * | | | proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov2014-12-111-6/+6
| * | | | proc: task_state: deuglify the max_fds calculationOleg Nesterov2014-12-111-12/+11Star
| * | | | proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov2014-12-111-2/+1Star
| * | | | fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel2014-12-111-12/+4Star
| * | | | procfs: fix error handling of proc_register()Debabrata Banerjee2014-12-111-1/+8
| * | | | fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-114-64/+113
| * | | | mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-111-36/+68
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-112-3/+4
|\ \ \ \ | |/ / / |/| / / | |/ /