summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan
2018-06-07proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox
2018-06-07mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26switch the rest of procfs lookups to d_splice_alias()Al Viro
2018-05-26procfs: switch instantiate_t to d_splice_alias()Al Viro
2018-05-26don't bother with tid_fd_revalidate() in lookupsAl Viro
2018-05-22proc_lookupfd_common(): don't bother with instantiate unless the file is openAl Viro
2018-05-22procfs: get rid of ancient BS in pid_revalidate() usesAl Viro
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