| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: remove use of seq_printf return value | Joe Perches | 2015-04-16 | 2 | -36/+50 |
* | lib/string_helpers.c: change semantics of string_escape_mem | Rasmus Villemoes | 2015-04-16 | 1 | -2/+2 |
* | /proc/PID/status: show all sets of pid according to ns | Chen Hanxiao | 2015-04-16 | 1 | -0/+18 |
* | pagemap: do not leak physical addresses to non-privileged userspace | Kirill A. Shutemov | 2015-03-17 | 1 | -0/+3 |
* | procfs: fix race between symlink removals and traversals | Al Viro | 2015-02-22 | 3 | -12/+22 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-02-17 | 1 | -17/+8 |
|\ |
|
| * | gut proc_register() a bit | Al Viro | 2015-01-26 | 1 | -17/+8 |
* | | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue | WANG Chao | 2015-02-17 | 1 | -4/+4 |
* | | proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -6/+4 |
* | | fs/proc/array.c: convert to use string_escape_str() | Andy Shevchenko | 2015-02-13 | 1 | -27/+7 |
* | | fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps | Rafael Aquini | 2015-02-13 | 1 | -0/+2 |
* | | fs: proc: use PDE() to get proc_dir_entry | Alexander Kuleshov | 2015-02-13 | 2 | -2/+2 |
* | | fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea... | Petr Cermak | 2015-02-13 | 1 | -0/+14 |
* | | mm: /proc/pid/clear_refs: avoid split_huge_page() | Kirill A. Shutemov | 2015-02-12 | 1 | -3/+44 |
* | | mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) | Naoya Horiguchi | 2015-02-12 | 1 | -0/+3 |
* | | numa_maps: remove numa_maps->vma | Naoya Horiguchi | 2015-02-12 | 1 | -16/+13 |
* | | numa_maps: fix typo in gather_hugetbl_stats | Naoya Horiguchi | 2015-02-12 | 1 | -3/+3 |
* | | pagemap: use walk->vma instead of calling find_vma() | Naoya Horiguchi | 2015-02-12 | 1 | -54/+14 |
* | | clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk() | Naoya Horiguchi | 2015-02-12 | 1 | -24/+22 |
* | | smaps: remove mem_size_stats->vma and use walk_page_vma() | Naoya Horiguchi | 2015-02-12 | 1 | -8/+4 |
* | | proc/pagemap: walk page tables under pte lock | Konstantin Khlebnikov | 2015-02-12 | 1 | -5/+9 |
* | | mm: account pmd page tables to the process | Kirill A. Shutemov | 2015-02-12 | 1 | -3/+6 |
* | | mm:add KPF_ZERO_PAGE flag for /proc/kpageflags | Wang, Yalin | 2015-02-12 | 1 | -3/+13 |
* | | proc: drop handling non-linear mappings | Kirill A. Shutemov | 2015-02-10 | 1 | -16/+0 |
|/ |
|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-19 | 1 | -1/+1 |
|\ |
|
| * | genirq: Prevent proc race against freeing of irq descriptors | Thomas Gleixner | 2014-12-13 | 1 | -1/+1 |
* | | fs/proc/meminfo.c: include cma info in proc/meminfo | Pintu Kumar | 2014-12-19 | 1 | -2/+13 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2014-12-17 | 1 | -0/+53 |
|\ \ |
|
| * | | userns: Add a knob to disable setgroups on a per user namespace basis | Eric W. Biederman | 2014-12-12 | 1 | -0/+53 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-17 | 3 | -149/+16 |
|\ \ \ |
|
| * \ \ | Merge branch 'nsfs' into for-next | Al Viro | 2014-12-11 | 3 | -149/+16 |
| |\ \ \ |
|
| | * | | | kill proc_ns completely | Al Viro | 2014-12-11 | 3 | -11/+5 |
| | * | | | take the targets of /proc/*/ns/* symlinks to separate fs | Al Viro | 2014-12-11 | 2 | -144/+13 |
| | * | | | bury struct proc_ns in fs/proc | Al Viro | 2014-12-04 | 2 | -3/+9 |
| | * | | | copy address of proc_ns_ops into ns_common | Al Viro | 2014-12-04 | 1 | -4/+2 |
| | * | | | make proc_ns_operations work with struct ns_common * instead of void * | Al Viro | 2014-12-04 | 2 | -5/+5 |
| | |/ / |
|
* | | | | Merge branch 'akpm' (patchbomb from Andrew) | Linus Torvalds | 2014-12-11 | 7 | -125/+205 |
|\ \ \ \ |
|
| * | | | | exit: proc: don't try to flush /proc/tgid/task/tgid | Oleg Nesterov | 2014-12-11 | 1 | -0/+3 |
| * | | | | proc: task_state: ptrace_parent() doesn't need pid_alive() check | Oleg Nesterov | 2014-12-11 | 1 | -7/+6 |
| * | | | | proc: task_state: move the main seq_printf() outside of rcu_read_lock() | Oleg Nesterov | 2014-12-11 | 1 | -6/+6 |
| * | | | | proc: task_state: deuglify the max_fds calculation | Oleg Nesterov | 2014-12-11 | 1 | -12/+11 |
| * | | | | proc: task_state: read cred->group_info outside of task_lock() | Oleg Nesterov | 2014-12-11 | 1 | -2/+1 |
| * | | | | fs/proc.c: use rb_entry_safe() instead of rb_entry() | Nicolas Dichtel | 2014-12-11 | 1 | -12/+4 |
| * | | | | procfs: fix error handling of proc_register() | Debabrata Banerjee | 2014-12-11 | 1 | -1/+8 |
| * | | | | fs/proc: use a rb tree for the directory entries | Nicolas Dichtel | 2014-12-11 | 4 | -64/+113 |
| * | | | | mm: fix huge zero page accounting in smaps report | Kirill A. Shutemov | 2014-12-11 | 1 | -36/+68 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-11 | 2 | -3/+4 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern... | Al Viro | 2014-11-19 | 1 | -1/+2 |
| |\ \ |
|
| | * | | fs: Convert show_fdinfo functions to void | Joe Perches | 2014-11-05 | 1 | -1/+2 |
| | |/ |
|
| * / | procfs: get rid of ->f_dentry | Al Viro | 2014-11-19 | 1 | -2/+2 |
| |/ |
|