summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-18proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo1-3/+2
2018-04-21proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan1-1/+1
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan1-0/+4
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan1-1/+1
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan1-5/+8
2018-03-16procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann1-9/+0
2018-02-07fs/proc: use __ro_after_initAlexey Dobriyan1-2/+3
2018-02-07proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-07proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-07proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-07proc: use %u for pid printing and slightly less stackAlexey Dobriyan1-8/+8
2017-12-07proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds1-1/+1
2017-11-28proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds1-2/+1
2017-11-23Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-30mode_t whack-a-mole: task_dump_owner()Al Viro1-1/+1
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-4/+4
2017-09-07mm: add /proc/pid/smaps_rollupDaniel Colascione1-0/+2
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai1-1/+2
2017-07-15fault-inject: add /proc/<pid>/fail-nthAkinobu Mita1-0/+1
2017-07-15fault-inject: simplify access check for fail-nthAkinobu Mita1-15/+10
2017-07-15fault-inject: make fail-nth read/write interface symmetricAkinobu Mita1-8/+6
2017-07-15fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita1-5/+4
2017-07-15fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita1-1/+1
2017-07-13fault-inject: support systematic fault injectionDmitry Vyukov1-0/+52
2017-05-30"Yes, people use FOLL_FORCE ;)"Linus Torvalds1-1/+1
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds1-4/+1
2017-03-08livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf1-0/+15
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+7
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-5/+7
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28mm: use mmget_not_zero() helperVegard Nossum1-2/+2
2017-02-28mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-25procfs: use an enum for possible hidepid valuesLafcadio Wluiki1-4/+4
2017-02-25proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan1-88/+56
2017-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-44/+58
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-4/+9
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2017-01-28timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre1-2/+2
2017-01-25proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman1-44/+58
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley1-4/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2016-12-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-14/+9