| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-05 | 3 | -4/+4 |
|\ |
|
| * | vfs: add seq_file_path() helper | Miklos Szeredi | 2015-06-24 | 3 | -4/+4 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-07-04 | 1 | -4/+7 |
|\ \ |
|
| * | | sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y | Naveen N. Rao | 2015-07-04 | 1 | -4/+7 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-04 | 5 | -6/+73 |
|\ \ |
|
| * | | proc: Allow creating permanently empty directories that serve as mount points | Eric W. Biederman | 2015-07-01 | 4 | -2/+35 |
| * | | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 2015-07-01 | 1 | -0/+37 |
| * | | mnt: Refactor the logic for mounting sysfs and proc in a user namespace | Eric W. Biederman | 2015-05-14 | 1 | -4/+1 |
* | | | fs, proc: introduce CONFIG_PROC_CHILDREN | Iago López Galeiras | 2015-06-26 | 3 | -3/+7 |
* | | | proc: fix PAGE_SIZE limit of /proc/$PID/cmdline | Alexey Dobriyan | 2015-06-26 | 1 | -9/+196 |
* | | | procfs: treat parked tasks as sleeping for task state | Chris Metcalf | 2015-06-25 | 1 | -0/+8 |
| |/
|/| |
|
* | | switch ->put_link() from dentry to inode | Al Viro | 2015-05-11 | 1 | -1/+1 |
* | | don't pass nameidata to ->follow_link() | Al Viro | 2015-05-11 | 5 | -7/+7 |
* | | new ->follow_link() and ->put_link() calling conventions | Al Viro | 2015-05-11 | 5 | -32/+27 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 10 | -34/+34 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 10 | -34/+34 |
* | | proc: show locks in /proc/pid/fdinfo/X | Andrey Vagin | 2015-04-17 | 1 | -10/+17 |
* | | 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 |