Miklos Szeredi
|
2726d56620
vfs: add seq_file_path() helper
|
10 年之前 |
Oleg Nesterov
|
58cb65487e
proc/maps: make vm_is_stack() logic namespace-friendly
|
10 年之前 |
Oleg Nesterov
|
2c03376d2d
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
|
10 年之前 |
Oleg Nesterov
|
47fecca15c
fs/proc/task_nommu.c: don't use priv->task->mm
|
10 年之前 |
Oleg Nesterov
|
27692cd56e
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
|
10 年之前 |
Oleg Nesterov
|
ce34fddb5b
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
|
10 年之前 |
Tetsuo Handa
|
652586df95
seq_file: remove "%n" usage from seq_file users
|
11 年之前 |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 年之前 |
Cong Wang
|
e7dcd9990e
proc: remove mm_for_maps()
|
13 年之前 |
Siddhesh Poyarekar
|
b76437579d
procfs: mark thread stack correctly in proc/<pid>/maps
|
13 年之前 |
Al Viro
|
ec6fd8a435
report errors in /proc/*/*map* sanely
|
14 年之前 |
Alexey Dobriyan
|
a2ade7b6ca
proc: use unsigned long inside /proc/*/statm
|
14 年之前 |
Mike Frysinger
|
3c26c9d959
nommu: add '[stack]' label to /proc/pid/maps output
|
15 年之前 |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
Steven J. Magnani
|
7e1e0ef22c
procfs: use proper units for noMMU statm
|
15 年之前 |
Oleg Nesterov
|
00f89d2185
mm_for_maps: shift down_read(mmap_sem) to the caller
|
16 年之前 |
Nobuhiro Iwamatsu
|
4c967291fc
nommu: fix typo vma->pg_off to vma->vm_pgoff
|
16 年之前 |
KAMEZAWA Hiroyuki
|
6260a4b052
/proc/pid/maps: don't show pgoff of pure ANON VMAs
|
16 年之前 |
Linus Torvalds
|
8fe74cf053
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
|
16 年之前 |
David Howells
|
33e5d76979
nommu: fix a number of issues with the per-MM VMA patch
|
16 年之前 |
Al Viro
|
5ad4e53bd5
Get rid of indirect include of fs_struct.h
|
16 年之前 |
Al Viro
|
498052bba5
New locking/refcounting for fs_struct
|
16 年之前 |
David Howells
|
38f714795b
NOMMU: Improve procfs output using per-MM VMAs
|
16 年之前 |
David Howells
|
8feae13110
NOMMU: Make VMAs per MM as for MMU-mode linux
|
16 年之前 |
Frederik Schwarzer
|
025dfdafe7
trivial: fix then -> than typos in comments and documentation
|
17 年之前 |
Alexey Dobriyan
|
3bbfe05967
proc: remove kernel.maps_protect
|
17 年之前 |
Stephen Smalley
|
006ebb40d3
Security: split proc ptrace checking into read vs. attach
|
17 年之前 |
Bryan Wu
|
eb28062f13
task_nommu: fix compile failing bug because of spilt file.h
|
17 年之前 |
Matt Helsley
|
925d1c401f
procfs task exe symlink
|
17 年之前 |
Jan Blunck
|
3dcd25f37c
d_path: Make proc_get_link() use a struct path argument
|
17 年之前 |