aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-13/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-7/+5
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-03-30trivial: fix typo "kernal" -> "kernel"Uwe Kleine-Koenig1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-39/+32
2008-08-20/proc/self/maps doesn't display the real file offsetClement Calmels1-2/+2
2008-04-29proc: switch to proc_create()Alexey Dobriyan1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-1/+1
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells1-6/+14
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+135