summaryrefslogtreecommitdiff
path: root/fs/proc/task_nommu.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang
2023-06-23mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2022-09-26proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13procfs: remove unused variableArnd Bergmann
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov
2014-10-09proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov
2014-10-09fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov
2014-10-09fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov
2014-10-09fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov
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