summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott
2018-05-09proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-05prctl: Add force disable speculationThomas Gleixner
2018-05-03proc: Provide details on speculation flaw mitigationsKees Cook
2018-04-20proc: fix /proc/loadavg regressionAlexey Dobriyan
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying
2018-04-13proc: revalidate misc dentriesAlexey Dobriyan
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long
2018-04-11proc: use slower rb_first()Alexey Dobriyan
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan
2018-04-11proc: register filesystem lastAlexey Dobriyan
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan
2018-04-11proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan
2018-04-11proc: randomize "struct pde_opener"Alexey Dobriyan
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin
2018-03-16procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring
2018-02-06proc: rearrange argsAlexey Dobriyan
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan
2018-02-06fs/proc/internal.h: fix up commentAlexey Dobriyan
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan