aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/nommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17proc: delete unused <linux/uaccess.h> includesGravatar Alexey Dobriyan 1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-13/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-06-23vfs: add seq_file_path() helperGravatar Miklos Szeredi 1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1
2013-11-15seq_file: remove "%n" usage from seq_file usersGravatar Tetsuo Handa 1-7/+5
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-1/+1
2009-03-30trivial: fix typo "kernal" -> "kernel"Gravatar Uwe Kleine-Koenig 1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxGravatar David Howells 1-39/+32
2008-08-20/proc/self/maps doesn't display the real file offsetGravatar Clement Calmels 1-2/+2
2008-04-29proc: switch to proc_create()Gravatar Alexey Dobriyan 1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-1/+1
2008-02-08procfs: constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 6Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-2/+2
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUGravatar David Howells 1-6/+14
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteGravatar David McCullough 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+135