summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2019-11-25proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov
2019-08-06coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-08-04fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-10fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness
2019-05-02fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing
2019-04-03fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-02-27proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-01-23proc: Remove empty line in /proc/self/statusGuenter Roeck
2018-12-29proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-10-20sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker
2018-10-10proc: restrict kernel stack dumps to rootJann Horn
2018-08-15proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman
2018-08-15proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman
2018-08-15proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-05-30vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-05-30proc: fix /proc/*/map_files lookupAlexey Dobriyan
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-02-17fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2018-01-23proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2017-12-20tty fix oops when rmmod 8250nixiaoming
2017-10-05fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins
2017-06-17proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsJoe Perches
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds