summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-07-251-1/+1
* prctl: Add force disable speculationThomas Gleixner2018-07-251-0/+3
* proc: Provide details on speculation flaw mitigationsKees Cook2018-07-251-0/+23
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-05-301-0/+3
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-05-301-1/+28
* procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2018-05-261-1/+41
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2018-05-261-3/+10
* proc: meminfo: estimate available memory more conservativelyJohannes Weiner2018-05-261-4/+1
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2018-04-082-37/+20
* tty fix oops when rmmod 8250nixiaoming2017-12-201-1/+2
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-4/+0
* proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-06-171-0/+2
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-05-251-0/+1
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-211-1/+8
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-191-1/+2
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-241-6/+1
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-09-152-72/+43
* proc: prevent stacking filesystems on topJann Horn2016-06-241-0/+7
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-111-1/+2
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-041-3/+30
* numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-251-3/+4
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-253-13/+14
* proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King2015-12-181-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-8/+16
|\
| * proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2015-11-061-3/+11
| * fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-061-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ | |/ |/|
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-051-0/+10
* | mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-051-7/+7
* | mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-051-3/+4
* | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+1
* | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-051-0/+38
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-2/+2
|\ \
| * | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-2/+2
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-032-8/+17
|\ \ \
| * | | fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-012-8/+17
| |/ /
* / / mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-011-5/+2
|/ /
* | proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan2015-09-101-49/+21
* | proc: change proc_subdir_lock to a rwlockWaiman Long2015-09-101-22/+22
* | procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens2015-09-101-19/+24
* | proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov2015-09-101-0/+6
* | proc: export idle flag via kpageflagsVladimir Davydov2015-09-101-0/+3
* | mm: introduce idle page trackingVladimir Davydov2015-09-102-1/+7
* | proc: add kpagecgroup fileVladimir Davydov2015-09-101-0/+53
* | mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-081-2/+16
* | pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov2015-09-081-1/+13
* | pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-09-081-11/+14
* | pagemap: rework hugetlb and thp reportKonstantin Khlebnikov2015-09-081-56/+44
* | pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov2015-09-081-97/+53