summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: change proc_subdir_lock to a rwlockWaiman Long2015-09-101-22/+22
* procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens2015-09-101-19/+24
* proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov2015-09-101-0/+6
* proc: export idle flag via kpageflagsVladimir Davydov2015-09-101-0/+3
* mm: introduce idle page trackingVladimir Davydov2015-09-102-1/+7
* proc: add kpagecgroup fileVladimir Davydov2015-09-101-0/+53
* mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-081-2/+16
* pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov2015-09-081-1/+13
* pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-09-081-11/+14
* pagemap: rework hugetlb and thp reportKonstantin Khlebnikov2015-09-081-56/+44
* pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov2015-09-081-97/+53
* pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov2015-09-081-20/+28
* userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-041-0/+2
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-041-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-011-0/+2
|\
| * vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-0/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-2/+2
|\ \
| * | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-2/+2
| * | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+2
| |/
* | /proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan2015-07-171-0/+5
* | fs, proc: add help for CONFIG_PROC_CHILDRENIago López Galeiras2015-07-171-0/+6
|/
* 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
OpenPOWER on IntegriCloud