summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2017-06-17proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik
2016-09-15proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-06-24proc: prevent stacking filesystems on topJann Horn
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-04numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-02-25numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-06proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko
2015-11-05mm, oom: add comment for why oom_adj existsDavid Rientjes
2015-11-05mm: clear_soft_dirty_pmd() requires THPLaurent Dufour
2015-11-05mm: clear pte in clear_soft_dirty()Laurent Dufour
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi
2015-11-05mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
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