summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-011-6/+1
|\
| * mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-6/+1
* | proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov2016-08-021-5/+2
* | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-281-0/+46
* | proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko2016-07-281-51/+43
* | proc, oom: drop bogus sighand lockMichal Hocko2016-07-281-34/+17
* | proc, oom: drop bogus task_lock and mm checkMichal Hocko2016-07-281-18/+4
* | procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-201-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-021-10/+10
| * | proc_fill_cache(): switch to d_alloc_parallel()Al Viro2016-05-021-5/+10
* | | Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble2016-05-091-1/+1
| |/ |/|
* | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-051-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-201-3/+10
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-10/+11
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-10/+7
|\
| * proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7
* | 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-081-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-051-0/+10
* fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-011-6/+3
* proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan2015-09-101-49/+21
* procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens2015-09-101-19/+24
* /proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan2015-07-171-0/+5
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-4/+7
|\
| * sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao2015-07-041-4/+7
* | fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-251-1/+1
* | proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan2015-06-251-9/+196
|/
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+2
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-16/+16
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-16/+16
* | proc: remove use of seq_printf return valueJoe Perches2015-04-151-35/+47
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-0/+53
|\
| * userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2014-12-111-0/+53
* | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-0/+3
|\ \
| * | exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov2014-12-101-0/+3
| |/
* / procfs: get rid of ->f_dentryAl Viro2014-11-191-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-8/+2
|\
| * proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman2014-10-091-4/+2
| * vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman2014-10-091-4/+0
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-101-35/+4
|\ \
| * | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-181-18/+2
| * | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-181-17/+2
| |/