aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+25
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-05-09proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk1-1/+1
2018-05-05prctl: Add force disable speculationThomas Gleixner1-0/+3
2018-05-03proc: Provide details on speculation flaw mitigationsKees Cook1-0/+22
2018-04-20proc: fix /proc/loadavg regressionAlexey Dobriyan1-1/+1
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-04-13proc: revalidate misc dentriesAlexey Dobriyan1-1/+22
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long1-1/+1
2018-04-11proc: use slower rb_first()Alexey Dobriyan4-19/+17
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan3-5/+6
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan1-0/+8
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan1-1/+1
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan1-1/+2
2018-04-11proc: register filesystem lastAlexey Dobriyan1-6/+2
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan1-0/+4
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan5-23/+52
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich1-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan1-1/+1
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan1-5/+8
2018-04-11proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin1-5/+11
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin1-2/+3
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2-89/+53
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan3-6/+10
2018-04-11proc: randomize "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan1-18/+23
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan1-4/+0
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan1-5/+9
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik1-18/+5
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin1-9/+12
2018-03-16procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann1-9/+0
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring1-2/+1
2018-02-06proc: rearrange argsAlexey Dobriyan3-14/+13
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-06fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2