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-07-043-4/+4
|\
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-233-4/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-4/+7
|\ \
| * | sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao2015-07-041-4/+7
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-035-6/+73
|\ \
| * | proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-014-2/+35
| * | sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-0/+37
| * | mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-131-4/+1
* | | fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-253-3/+7
* | | proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan2015-06-251-9/+196
* | | procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-241-0/+8
| |/ |/|
* | switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* | don't pass nameidata to ->follow_link()Al Viro2015-05-105-7/+7
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-105-32/+27
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-2610-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-152-36/+50
* | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-2/+2
* | /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-151-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/+8
|\
| * gut proc_register() a bitAl Viro2015-01-251-17/+8
* | 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-131-6/+4
* | fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko2015-02-121-27/+7
* | fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini2015-02-121-0/+2
* | fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-122-2/+2
* | fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak2015-02-121-0/+14
* | mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov2015-02-111-3/+44
* | mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi2015-02-111-0/+3
* | numa_maps: remove numa_maps->vmaNaoya Horiguchi2015-02-111-16/+13
* | numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi2015-02-111-3/+3
* | pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi2015-02-111-54/+14
* | clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi2015-02-111-24/+22
* | smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi2015-02-111-8/+4
* | proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov2015-02-111-5/+9
* | mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-3/+6
* | mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-111-3/+13
* | proc: drop handling non-linear mappingsKirill A. Shutemov2015-02-101-16/+0
|/
* 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-181-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-111-0/+53
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-163-149/+16
|\ \ \
| * \ \ Merge branch 'nsfs' into for-nextAl Viro2014-12-103-149/+16
| |\ \ \
| | * | | kill proc_ns completelyAl Viro2014-12-103-11/+5
| | * | | take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-102-144/+13
OpenPOWER on IntegriCloud