aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-1/+1
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka1-35/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13procfs: remove unused variableArnd Bergmann1-1/+0
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko1-3/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2017-02-27mm: use mmget_not_zero() helperVegard Nossum1-1/+1
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski1-18/+10
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-29/+20
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi1-1/+1
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov1-1/+20
2014-10-09proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov1-2/+2
2014-10-09fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov1-8/+10
2014-10-09fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov1-6/+26
2014-10-09fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov1-14/+7
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-13/+6
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-05-31proc: remove mm_for_maps()Cong Wang1-1/+1
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar1-11/+58
2011-03-23report errors in /proc/*/*map* sanelyAl Viro1-3/+3
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan1-3/+4
2010-06-29nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger1-4/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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