summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_nommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-1/+1
|\
| * fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-1/+1
* | proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-09-191-15/+22
* | proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer2023-09-191-12/+15
|/
* mm: factor out VMA stack and heap checksKefeng Wang2023-08-211-14/+1
* mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng2023-06-231-3/+3
* mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
* proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)2022-09-261-24/+21
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-9/+9
* proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov2019-07-121-1/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+1
|\
| * proc: use seq_puts() everywhereAlexey Dobriyan2019-03-051-1/+1
* | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-1/+1
|/
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-221-35/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* procfs: remove unused variableArnd Bergmann2017-09-131-1/+0
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-081-3/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* mm: use mmget_not_zero() helperVegard Nossum2017-02-271-1/+1
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-201-18/+10
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-031-29/+20
* vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-1/+1
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-091-1/+20
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-091-2/+2
* fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov2014-10-091-8/+10
* fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-091-6/+26
* fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov2014-10-091-14/+7
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-151-13/+6
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* proc: remove mm_for_maps()Cong Wang2012-05-311-1/+1
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-211-11/+58
* 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