aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.18.111 into lineage-15.1Nathan Chancellor2018-05-301-1/+28
|\
| * proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-05-301-1/+28
* | ANDROID: cpufreq_stat: add per task/uid/freq statsAndres Oportus2018-03-011-0/+7
* | Merge tag 'lsk-v3.18-16.11-android' into 'msm-3.18'Imran Khan2017-02-221-1/+41
|\ \
| * | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi2016-07-171-1/+2
| |\|
| | * proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-07-121-1/+2
| * | UPSTREAM: procfs: fixes pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-261-1/+41
* | | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-11-091-1/+2
* | | Merge tag 'lsk-v3.18-16.04-android' into 'msm-3.18'Imran Khan2016-06-091-10/+10
|\| |
| * | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi2016-04-211-10/+10
| |\|
| | * ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-04-121-10/+10
| * | Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman2015-05-121-4/+4
| |\ \ | | |/ | |/|
* | | proc: relax write permissions of sched_group_id filePavankumar Kondeti2016-03-281-1/+1
* | | sched: colocate related threadsSrivatsa Vaddagiri2015-12-111-0/+66
* | | qmp: Add support for QSSP EnhancementsMona Hossain2015-10-161-8/+0
* | | mm: Per process reclaimMinchan Kim2015-09-041-0/+3
* | | Merge tag 'v3.18.2' into msm-3.18Matt Wagantall2015-07-141-0/+53
|\| |
| * | userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-081-0/+53
* | | seemp: enhance support for malware detectionWilliam Clark2015-07-061-0/+8
* | | proc: fix conversion of oom_score_adj to oom_adjLiam Mark2015-05-301-4/+9
* | | sched: Add userspace interface to set PF_WAKE_UP_IDLESrivatsa Vaddagiri2015-05-301-2/+72
* | | sched: Add API to set task's initial task loadSrivatsa Vaddagiri2015-05-301-0/+72
| |/ |/|
* | fixup! proc: make oom adjustment files user read-onlyDan Willemsen2015-03-181-1/+0
* | proc: make oom adjustment files user read-onlyRom Lemarchand2015-03-091-4/+5
* | Revert "Grants system server access to /proc/<pid>/oom_adj for Android applic...Rom Lemarchand2015-03-091-38/+1
* | Grants system server access to /proc/<pid>/oom_adj for Android applications.Mike Chan2015-02-031-1/+38
|/
* 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
| |/
* / proc: introduce proc_mem_open()Oleg Nesterov2014-10-091-15/+21
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-091-5/+13
|\
| * proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman2014-08-041-5/+10
| * proc: Have net show up under /proc/<tgid>/task/<tid>Eric W. Biederman2014-08-041-0/+3
* | proc: remove INF macroAlexey Dobriyan2014-08-081-41/+0
* | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-081-2/+2
* | proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan2014-08-081-8/+10
* | proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan2014-08-081-4/+5
* | proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan2014-08-081-4/+5
* | proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan2014-08-081-5/+6
* | proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan2014-08-081-4/+11
* | proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan2014-08-081-6/+7
* | proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan2014-08-081-15/+12
* | proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan2014-08-081-10/+8
* | proc: more "const char *" pointersAlexey Dobriyan2014-08-081-4/+4
* | proc: faster /proc/$PID lookupAlexey Dobriyan2014-08-081-1/+1
* | proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-081-2/+2
* | proc: constify seq_operationsFabian Frederick2014-08-081-1/+1
|/