summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-05-021-1/+1
* proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2019-11-251-0/+10
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-08-061-0/+18
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-08-041-0/+4
* fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-07-101-1/+1
* fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-05-021-2/+4
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-04-031-1/+2
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* proc: Remove empty line in /proc/self/statusGuenter Roeck2019-01-231-1/+2
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-291-7/+6
* sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2018-10-202-39/+36
* proc: restrict kernel stack dumps to rootJann Horn2018-10-101-0/+14
* 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
* 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
* 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
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-5/+5
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-171-13/+5
* proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-231-2/+5
* tty fix oops when rmmod 8250nixiaoming2017-12-201-1/+2
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-10-051-0/+9
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-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
* proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-271-0/+3
* proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-241-10/+8
* Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-223-41/+25
|\
| * fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-202-37/+20
| * fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-201-4/+5
* | 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-105-6/+5
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-11/+20
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-275-5/+5
| * | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-271-1/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-106-28/+35
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-083-3/+3
| |\ \ \
| | * | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-223-3/+3
| * | | | proc: switch auxv to use of __mem_open()Al Viro2016-10-051-19/+26
| * | | | proc: unsigned file descriptorsAlexey Dobriyan2016-09-273-6/+6
| | |_|/ | |/| |
* | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-1/+1
* | | | mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-071-3/+5
* | | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-071-15/+19
* | | | proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-071-0/+10