aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_nommu.c
Commit message (Expand)AuthorAgeFilesLines
* report errors in /proc/*/*map* sanelyAl Viro2011-03-231-3/+3
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-131-3/+4
* nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger2010-06-291-4/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* procfs: use proper units for noMMU statmSteven J. Magnani2009-12-151-2/+6
* mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-101-0/+1
* nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu2009-04-081-1/+1
* /proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2009-04-071-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-1/+2
|\
| * Get rid of indirect include of fs_struct.hAl Viro2009-03-311-0/+1
| * New locking/refcounting for fs_structAl Viro2009-03-311-1/+1
* | nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-021-2/+2
|/
* NOMMU: Improve procfs output using per-MM VMAsDavid Howells2009-01-081-10/+22
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-33/+75
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* proc: remove kernel.maps_protectAlexey Dobriyan2008-10-101-5/+0
* Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-141-1/+1
* task_nommu: fix compile failing bug because of spilt file.hBryan Wu2008-05-041-0/+1
* procfs task exe symlinkMatt Helsley2008-04-291-34/+0
* d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-141-3/+3
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-1/+1
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-081-3/+2
* restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-021-3/+1
* proc: maps protectionKees Cook2007-05-081-0/+7
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells2006-09-271-14/+60
* [PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer2006-07-031-1/+1
* [PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman2006-06-261-1/+20
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+164