summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2018-08-15proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2-14/+31
2018-08-15proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman1-13/+18
2018-08-15proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov3-19/+50
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-05-30vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-05-30proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk1-1/+1
2018-05-22prctl: Add force disable speculationThomas Gleixner1-0/+3
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook1-1/+23
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-5/+5
2018-02-17fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-01-23proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan1-2/+5
2017-12-20tty fix oops when rmmod 8250nixiaoming1-1/+2
2017-10-05fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness1-0/+9
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins1-4/+0
2017-06-17proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai1-0/+1
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2016-10-28proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu1-0/+3
2016-10-25proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-41/+25
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski2-37/+20
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski1-4/+5
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-6/+13
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-6/+5
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-11/+20
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-28/+35
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro3-3/+3
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-10-08mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-08proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-08proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-08proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-08meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-10-08seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2-120/+107
2016-10-08proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-10-08fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+7
2016-10-06proc: switch auxv to use of __mem_open()Al Viro1-19/+26
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+20
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-11/+20
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani5-5/+5
2016-09-28fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani1-1/+0
2016-09-28proc: unsigned file descriptorsAlexey Dobriyan3-6/+6
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+20
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara3-3/+3
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2-6/+3