index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
task_nommu.c
Age
Commit message (
Expand
)
Author
2023-10-30
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-10-19
fs: create helper file_user_path() for user displayed mapped file path
Amir Goldstein
2023-09-19
proc: nommu: fix empty /proc/<pid>/maps
Ben Wolsieffer
2023-09-19
proc: nommu: /proc/<pid>/maps: release mmap read lock
Ben Wolsieffer
2023-08-21
mm: factor out VMA stack and heap checks
Kefeng Wang
2023-06-23
mm: nommu: correct the range of mmap_sem_read_lock in task_mem()
lipeifeng
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
2022-09-26
proc: remove VMA rbtree use from nommu
Matthew Wilcox (Oracle)
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/maps
Konstantin Khlebnikov
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-05
proc: use seq_puts() everywhere
Alexey Dobriyan
2019-02-04
sched/core: Convert sighand_struct.count to refcount_t
Elena Reshetova
2018-08-22
mm: /proc/pid/*maps remove is_pid and related wrappers
Vlastimil Babka
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-13
procfs: remove unused variable
Arnd Bergmann
2017-09-08
fs, proc: remove priv argument from is_stack
Michal Hocko
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-27
mm: use mmget_not_zero() helper
Vegard Nossum
2016-10-20
fs/proc: Stop trying to report thread stacks
Andy Lutomirski
2016-02-03
proc: revert /proc/<pid>/maps [stack:TID] annotation
Johannes Weiner
2015-06-23
vfs: add seq_file_path() helper
Miklos Szeredi
2014-10-09
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
2014-10-09
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
Oleg Nesterov
2014-10-09
fs/proc/task_nommu.c: don't use priv->task->mm
Oleg Nesterov
2014-10-09
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
2014-10-09
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
Oleg Nesterov
2013-11-15
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
2013-02-22
new helper: file_inode(file)
Al Viro
2012-05-31
proc: remove mm_for_maps()
Cong Wang
2012-03-21
procfs: mark thread stack correctly in proc/<pid>/maps
Siddhesh Poyarekar
2011-03-23
report errors in /proc/*/*map* sanely
Al Viro
2011-01-13
proc: use unsigned long inside /proc/*/statm
Alexey Dobriyan
2010-06-29
nommu: add '[stack]' label to /proc/pid/maps output
Mike Frysinger
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-15
procfs: use proper units for noMMU statm
Steven J. Magnani
2009-08-10
mm_for_maps: shift down_read(mmap_sem) to the caller
Oleg Nesterov
2009-04-08
nommu: fix typo vma->pg_off to vma->vm_pgoff
Nobuhiro Iwamatsu
2009-04-07
/proc/pid/maps: don't show pgoff of pure ANON VMAs
KAMEZAWA Hiroyuki
2009-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2009-04-02
nommu: fix a number of issues with the per-MM VMA patch
David Howells
2009-03-31
Get rid of indirect include of fs_struct.h
Al Viro
2009-03-31
New locking/refcounting for fs_struct
Al Viro
2009-01-08
NOMMU: Improve procfs output using per-MM VMAs
David Howells
2009-01-08
NOMMU: Make VMAs per MM as for MMU-mode linux
David Howells
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
2008-10-10
proc: remove kernel.maps_protect
Alexey Dobriyan
2008-07-14
Security: split proc ptrace checking into read vs. attach
Stephen Smalley
2008-05-04
task_nommu: fix compile failing bug because of spilt file.h
Bryan Wu
2008-04-29
procfs task exe symlink
Matt Helsley
[next]