aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-21vmcore: move get_vmcore_size out of __initRahul Lakkireddy
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo
2018-05-18proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo
2018-05-18proc: Add a way to make network proc files writableDavid Howells
2018-05-17fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds
2018-05-17fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-16proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-16proc: add a proc_create_reg helperChristoph Hellwig
2018-05-16proc: simplify proc_register calling conventionsChristoph Hellwig
2018-05-16proc: don't detour through seq->private to get the inodeChristoph Hellwig
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig
2018-05-14vmcore: append device dumps to vmcore as elf notesRahul Lakkireddy
2018-05-14vmcore: add API to collect hardware dump in second kernelRahul Lakkireddy
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-09mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai
2018-05-09mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai
2018-05-09mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai
2018-05-05prctl: Add force disable speculationThomas Gleixner
2018-05-03proc: Provide details on speculation flaw mitigationsKees Cook
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet
2018-04-27docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport
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-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
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