summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-211-0/+25
|\
| * proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-091-1/+1
| * prctl: Add force disable speculationThomas Gleixner2018-05-051-0/+3
| * proc: Provide details on speculation flaw mitigationsKees Cook2018-05-031-0/+22
* | proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-171-4/+4
* | proc/kcore: don't bounds check against address 0Laura Abbott2018-05-111-7/+16
|/
* proc: fix /proc/loadavg regressionAlexey Dobriyan2018-04-201-1/+1
* proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan2018-04-201-0/+6
* mm, pagemap: fix swap offset value for PMD migration entryHuang Ying2018-04-201-1/+5
* proc: revalidate misc dentriesAlexey Dobriyan2018-04-131-1/+22
* fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-111-1/+1
* proc: use slower rb_first()Alexey Dobriyan2018-04-114-19/+17
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-113-5/+6
* proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-111-0/+8
* proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan2018-04-111-1/+1
* proc: faster /proc/cmdlineAlexey Dobriyan2018-04-111-1/+2
* proc: register filesystem lastAlexey Dobriyan2018-04-111-6/+2
* proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-04-111-0/+4
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-115-23/+52
* fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-111-6/+3
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-111-0/+3
* proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-04-111-1/+1
* proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-04-111-5/+8
* proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-111-5/+11
* proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-111-2/+3
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-112-89/+53
* proc: account "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-113-6/+10
* proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
* proc: faster open/close of files without ->release hookAlexey Dobriyan2018-04-111-18/+23
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-111-4/+0
* proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-04-111-5/+9
* proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-04-111-18/+5
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-111-9/+12
* procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann2018-03-161-9/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-141-0/+4
|\
| * vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-0/+4
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
|/
* fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring2018-02-061-2/+1
* proc: rearrange argsAlexey Dobriyan2018-02-063-14/+13
* proc: spread likely/unlikely a bitAlexey Dobriyan2018-02-061-4/+4
* fs/proc: use __ro_after_initAlexey Dobriyan2018-02-064-5/+9
* fs/proc/internal.h: fix up commentAlexey Dobriyan2018-02-061-1/+2
* fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan2018-02-061-10/+13
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-061-13/+5
* fs/proc/array.c: delete children_seq_release()Alexey Dobriyan2018-02-061-7/+1
* proc: less memory for /proc/*/map_files readdirAlexey Dobriyan2018-02-061-6/+9
* fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan2018-02-061-4/+2
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-02-061-1/+28
* proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan2018-02-061-3/+2
OpenPOWER on IntegriCloud