aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>Ingo Molnar1-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum1-2/+2
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki1-4/+4
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan1-88/+56
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-44/+58
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+9
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre1-2/+2
2017-01-24proc: 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-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-14/+9
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan1-6/+13
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan1-4/+4
2016-12-12proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan1-1/+1
2016-12-12proc: make struct pid_entry::len unsignedAlexey Dobriyan1-1/+1
2016-11-24Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-14/+9
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher1-14/+9
2016-11-03audit: less stack usage for /proc/*/loginuidAlexey Dobriyan1-1/+1
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu1-0/+3
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-6/+13
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+27
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-05proc: switch auxv to use of __mem_open()Al Viro1-19/+26
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-6/+1
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-6/+1
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-6/+1
2016-08-18proc: Fix return address printk conversion specifer in /proc/<pid>/stackJosh Poimboeuf1-1/+1
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov1-5/+2
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko1-0/+46
2016-07-28proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko1-51/+43
2016-07-28proc, oom: drop bogus sighand lockMichal Hocko1-34/+17
2016-07-28proc, oom: drop bogus task_lock and mm checkMichal Hocko1-18/+4
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis1-1/+41
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+20
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-1/+2
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan""Robin Humble1-1/+1
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-02switch all procfs directories ->iterate_shared()Al Viro1-10/+10