aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/task_nommu.c
AgeCommit message (Expand)Author
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-02-22new helper: file_inode(file)Al Viro
2012-05-31proc: remove mm_for_maps()Cong Wang
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar
2011-03-23report errors in /proc/*/*map* sanelyAl Viro
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan
2010-06-29nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31New locking/refcounting for fs_structAl Viro
2009-01-08NOMMU: Improve procfs output using per-MM VMAsDavid Howells
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley
2008-05-04task_nommu: fix compile failing bug because of spilt file.hBryan Wu
2008-04-29procfs task exe symlinkMatt Helsley
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2007-05-08proc: maps protectionKees Cook
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells
2006-07-03[PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds