summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
AgeCommit message (Expand)AuthorLines
2017-07-14fault-inject: add /proc/<pid>/fail-nthAkinobu Mita-0/+1
2017-07-14fault-inject: simplify access check for fail-nthAkinobu Mita-15/+10
2017-07-14fault-inject: make fail-nth read/write interface symmetricAkinobu Mita-8/+6
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita-5/+4
2017-07-14fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita-1/+1
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov-0/+52
2017-05-30"Yes, people use FOLL_FORCE ;)"Linus Torvalds-1/+1
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds-4/+1
2017-03-08livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf-0/+15
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+7
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-5/+7
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum-2/+2
2017-02-27mm: add new mmgrab() helperVegard Nossum-2/+2
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki-4/+4
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan-88/+56
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-44/+58
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-4/+9
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre-2/+2
2017-01-24proc: add a schedule point in proc_pid_readdir()Eric Dumazet-0/+2
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman-44/+58
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley-4/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-1/+1
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-14/+9
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan-6/+13
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan-4/+4
2016-12-12proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan-1/+1
2016-12-12proc: make struct pid_entry::len unsignedAlexey Dobriyan-1/+1
2016-11-24Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris-14/+9
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher-14/+9
2016-11-03audit: less stack usage for /proc/*/loginuidAlexey Dobriyan-1/+1
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu-0/+3
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds-10/+8
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes-6/+13
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-20/+27
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro-1/+1
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz-15/+19
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz-0/+10
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz-14/+20
2016-10-05proc: switch auxv to use of __mem_open()Al Viro-19/+26
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar-6/+1