aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani1-2/+6
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov1-0/+1
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu1-1/+1
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki1-1/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells1-2/+2
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31New locking/refcounting for fs_structAl Viro1-1/+1
2009-01-08NOMMU: Improve procfs output using per-MM VMAsDavid Howells1-10/+22
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-33/+75
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan1-5/+0
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-1/+1
2008-05-04task_nommu: fix compile failing bug because of spilt file.hBryan Wu1-0/+1
2008-04-29procfs task exe symlinkMatt Helsley1-34/+0
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck1-3/+3
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-3/+2
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-3/+1
2007-05-08proc: maps protectionKees Cook1-0/+7
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-14/+60
2006-07-03[PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer1-1/+1
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman1-1/+20
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+164