summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-1/+1
|\
| * audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-031-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-14/+9Star
|\ \
| * \ Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2016-11-241-14/+9Star
| |\ \
| | * | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-14/+9Star
* | | | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-131-6/+13
* | | | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-131-4/+4
* | | | proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-131-1/+1
* | | | proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-131-1/+1
|/ / /
* | | proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-281-0/+3
* | | proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-251-10/+8Star
|/ /
* | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-6/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\ \
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-20/+27
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | | proc: switch auxv to use of __mem_open()Al Viro2016-10-061-19/+26
| | |/ | |/|
* | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-081-15/+19
* | | proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-081-0/+10
* | | proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-10-081-14/+20
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-6/+1Star
|\| |
| * | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-021-6/+1Star
| |\ \ | | |/ | |/|
| | * mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-6/+1Star
* | | proc: Fix return address printk conversion specifer in /proc/<pid>/stackJosh Poimboeuf2016-08-181-1/+1
|/ /
* | proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov2016-08-021-5/+2Star
* | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-291-0/+46
* | proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko2016-07-291-51/+43Star
* | proc, oom: drop bogus sighand lockMichal Hocko2016-07-291-34/+17Star
* | proc, oom: drop bogus task_lock and mm checkMichal Hocko2016-07-291-18/+4Star
* | procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-211-1/+41
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-15/+20
|\ \ | |/ |/|
| * Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-1/+2
| |\
| * | switch all procfs directories ->iterate_shared()Al Viro2016-05-031-10/+10
| * | proc_fill_cache(): switch to d_alloc_parallel()Al Viro2016-05-031-5/+10
* | | Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble2016-05-101-1/+1
| |/ |/|
* | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-061-1/+2
|/
* proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang2016-03-171-1/+1
* procfs: add conditional compilation checkEric Engestrom2016-03-171-0/+2
* proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz2016-03-171-0/+67
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-211-3/+10
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-211-10/+11
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-10/+7Star
|\
| * proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7Star
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-9/+15
|\ \ | |/ |/|
| * switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+5
| * replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-9/+13
* | proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King2015-12-181-0/+1
|/
* mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-061-0/+10