aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.161' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-011-4/+0
|\
| * proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* | Merge branch 'linux-4.9.y' of https://git.kernel.org/pub/scm/linux/kernel/git...Josh Chasky2019-01-231-1/+2
|\|
| * proc: Remove empty line in /proc/self/statusGuenter Roeck2019-01-231-1/+2
* | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-071-1/+1
* | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-072-2/+3
* | Merge tag 'v4.9.148' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2018-12-301-7/+6
|\|
| * proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-291-7/+6
* | proc: Remove additional SafetyNet flags from /proc/cmdlineSultanxda2018-11-121-19/+26
* | proc: Remove verifiedbootstate flag from /proc/cmdlineSultanxda2018-11-121-1/+27
* | Merge 4.9.135 into android-msm-bluecross-4.9Nathan Chancellor2018-10-212-39/+36
|\|
| * sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2018-10-202-39/+36
* | Merge 4.9.132 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+14
|\|
| * proc: restrict kernel stack dumps to rootJann Horn2018-10-101-0/+14
* | Merge 4.9.120 into android-msm-bluecross-4.9Nathan Chancellor2018-10-213-20/+73
|\|
| * proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2018-08-152-14/+31
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2018-08-151-13/+18
| * proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2018-08-153-19/+50
* | Merge 4.9.104 into android-msm-bluecross-4.9Nathan Chancellor2018-10-213-1/+35
|\|
| * fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-05-301-0/+3
| * vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-05-301-0/+4
| * proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-05-301-1/+28
* | Merge 4.9.102 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+26
|\|
| * proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-221-1/+1
| * prctl: Add force disable speculationThomas Gleixner2018-05-221-0/+3
| * proc: Provide details on speculation flaw mitigationsKees Cook2018-05-221-1/+23
* | Merge 4.9.101 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-5/+5
|\|
| * proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-5/+5
* | mm: add ION heap stat to meminfoMinchan Kim2018-07-191-0/+5
* | cpufreq: times: concurrent_policy_time by pidConnor O'Brien2018-06-211-0/+2
* | cpufreq: times: concurrent_active_time by pidConnor O'Brien2018-06-211-0/+2
* | Revert "cpufreq: times: concurrent_active_time by pid"Thierry Strudel2018-06-121-2/+0
* | Revert "cpufreq: times: concurrent_policy_time by pid"Thierry Strudel2018-06-121-2/+0
* | Revert "proc: Convert proc_mount to use mount_ns."Alistair Strachan2018-06-123-13/+51
* | cpufreq: times: concurrent_policy_time by pidConnor O'Brien2018-06-111-0/+2
* | cpufreq: times: concurrent_active_time by pidConnor O'Brien2018-06-111-0/+2
* | Merge android-4.9.94 (8683408) into msm-4.9Blagovest Kolenichev2018-05-112-4/+6
|\ \
| * | Revert "ANDROID: proc: make oom adjustment files user read-only"Greg Hackmann2018-04-131-5/+4
| * | Revert "ANDROID: fixup! proc: make oom adjustment files user read-only"Greg Hackmann2018-04-131-0/+1
| * | ANDROID: proc: add null check in proc_uid_initConnor O'Brien2018-04-121-0/+2
* | | Merge android-4.9.93 (05baf14) into msm-4.9Blagovest Kolenichev2018-05-116-1/+318
|\| |
| * | ANDROID: cpufreq: Add time_in_state to /proc/uid directoriesConnor O'Brien2018-04-031-1/+15
| * | ANDROID: proc: Add /proc/uid directoryConnor O'Brien2018-04-035-1/+297
| * | ANDROID: cpufreq: track per-task time in stateConnor O'Brien2018-04-031-0/+7
| * | Merge 4.9.82 into android-4.9Greg Kroah-Hartman2018-02-171-13/+5
| |\|
| * | Merge 4.9.78 into android-4.9Greg Kroah-Hartman2018-01-231-2/+5
| |\ \
| * \ \ Merge 4.9.71 into android-4.9Greg Kroah-Hartman2017-12-201-1/+2
| |\ \ \
* | \ \ \ Merge android-4.9-o.82 (2d34d45) into msm-4.9Blagovest Kolenichev2018-02-271-13/+5
|\ \ \ \ \
| * \ \ \ \ Merge 4.9.82 into android-4.9-oGreg Kroah-Hartman2018-02-171-13/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-171-13/+5
| | | |_|/ | | |/| |