summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2015-09-10proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan
2015-09-10proc: change proc_subdir_lock to a rwlockWaiman Long
2015-09-10procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens
2015-09-10proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov
2015-09-10proc: export idle flag via kpageflagsVladimir Davydov
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-09-10proc: add kpagecgroup fileVladimir Davydov
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim
2015-09-08pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov
2015-09-08pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov
2015-09-08pagemap: rework hugetlb and thp reportKonstantin Khlebnikov
2015-09-08pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov
2015-09-08pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-17/proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan
2015-07-17fs, proc: add help for CONFIG_PROC_CHILDRENIago López Galeiras
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras
2015-06-25proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan
2015-06-24procfs: treat parked tasks as sleeping for task stateChris Metcalf
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin
2015-04-15proc: remove use of seq_printf return valueJoe Perches
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-17pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov