Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf257e288ad3a134d4bb809c542a3ae6c87ddfa3
/
fs
/
proc
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
6c8c903
proc: show locks in /proc/pid/fdinfo/X
by Andrey Vagin
· 10 years ago
25ce319
proc: remove use of seq_printf return value
by Joe Perches
· 10 years ago
41416f2
lib/string_helpers.c: change semantics of string_escape_mem
by Rasmus Villemoes
· 10 years ago
e4bc332
/proc/PID/status: show all sets of pid according to ns
by Chen Hanxiao
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
ab676b7
pagemap: do not leak physical addresses to non-privileged userspace
by Kirill A. Shutemov
· 10 years ago
7e0e953
procfs: fix race between symlink removals and traversals
by Al Viro
· 10 years ago
5065296
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
34b4776
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
by WANG Chao
· 10 years ago
a0c2e07
proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
edc924e
fs/proc/array.c: convert to use string_escape_str()
by Andy Shevchenko
· 10 years ago
198d159
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
by Rafael Aquini
· 10 years ago
6bee55f
fs: proc: use PDE() to get proc_dir_entry
by Alexander Kuleshov
· 10 years ago
695f055
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS)
by Petr Cermak
· 10 years ago
7d5b3bf
mm: /proc/pid/clear_refs: avoid split_huge_page()
by Kirill A. Shutemov
· 10 years ago
48684a6
mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)
by Naoya Horiguchi
· 10 years ago
d85f4d6
numa_maps: remove numa_maps->vma
by Naoya Horiguchi
· 10 years ago
632fd60
numa_maps: fix typo in gather_hugetbl_stats
by Naoya Horiguchi
· 10 years ago
f995ece
pagemap: use walk->vma instead of calling find_vma()
by Naoya Horiguchi
· 10 years ago
5c64f52
clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()
by Naoya Horiguchi
· 10 years ago
14eb6fd
smaps: remove mem_size_stats->vma and use walk_page_vma()
by Naoya Horiguchi
· 10 years ago
05fbf35
proc/pagemap: walk page tables under pte lock
by Konstantin Khlebnikov
· 10 years ago
dc6c9a3
mm: account pmd page tables to the process
by Kirill A. Shutemov
· 10 years ago
56873f4
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
by Wang, Yalin
· 10 years ago
1da4b35
proc: drop handling non-linear mappings
by Kirill A. Shutemov
· 10 years ago
d443b9f
gut proc_register() a bit
by Al Viro
· 10 years ago
ac88ee3
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
47f8f92
fs/proc/meminfo.c: include cma info in proc/meminfo
by Pintu Kumar
· 10 years ago
87c31b3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
603ba7e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
c291ee6
genirq: Prevent proc race against freeing of irq descriptors
by Thomas Gleixner
· 10 years ago
9cc4651
userns: Add a knob to disable setgroups on a per user namespace basis
by Eric W. Biederman
· 10 years ago
b6da007
Merge branch 'akpm' (patchbomb from Andrew)
by Linus Torvalds
· 10 years ago
707c596
Merge branch 'nsfs' into for-next
by Al Viro
· 10 years ago
3d3d35b
kill proc_ns completely
by Al Viro
· 10 years ago
e149ed2
take the targets of /proc/*/ns/* symlinks to separate fs
by Al Viro
· 10 years ago
c35a7f1
exit: proc: don't try to flush /proc/tgid/task/tgid
by Oleg Nesterov
· 10 years ago
abdba6e
proc: task_state: ptrace_parent() doesn't need pid_alive() check
by Oleg Nesterov
· 10 years ago
b0fafc1
proc: task_state: move the main seq_printf() outside of rcu_read_lock()
by Oleg Nesterov
· 10 years ago
0f4a0d5
proc: task_state: deuglify the max_fds calculation
by Oleg Nesterov
· 10 years ago
4af1036
proc: task_state: read cred->group_info outside of task_lock()
by Oleg Nesterov
· 10 years ago
2fc1e94
fs/proc.c: use rb_entry_safe() instead of rb_entry()
by Nicolas Dichtel
· 10 years ago
b208d54
procfs: fix error handling of proc_register()
by Debabrata Banerjee
· 10 years ago
710585d
fs/proc: use a rb tree for the directory entries
by Nicolas Dichtel
· 10 years ago
c164e03
mm: fix huge zero page accounting in smaps report
by Kirill A. Shutemov
· 10 years ago
cbfe0de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
f77c801
bury struct proc_ns in fs/proc
by Al Viro
· 10 years ago
33c4294
copy address of proc_ns_ops into ns_common
by Al Viro
· 10 years ago
6496452
make proc_ns_operations work with struct ns_common * instead of void *
by Al Viro
· 10 years ago
8ce74dd
Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next
by Al Viro
· 10 years ago
3aa3377
procfs: get rid of ->f_dentry
by Al Viro
· 10 years ago
4aae7e4
x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific
by Qiaowei Ren
· 10 years ago
a3816ab
fs: Convert show_fdinfo functions to void
by Joe Perches
· 10 years ago
64e4550
mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
by Peter Feiner
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
b211e9d
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
09316c0
mm/balloon_compaction: add vmstat counters and kpageflags bit
by Konstantin Khlebnikov
· 10 years ago
81d0fa6
mm: softdirty: unmapped addresses between VMAs are clean
by Peter Feiner
· 10 years ago
498f237
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
by Oleg Nesterov
· 10 years ago
bf3e269
fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range
by Baoquan He
· 10 years ago
58cb654
proc/maps: make vm_is_stack() logic namespace-friendly
by Oleg Nesterov
· 10 years ago
2c03376
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
by Oleg Nesterov
· 10 years ago
47fecca
fs/proc/task_nommu.c: don't use priv->task->mm
by Oleg Nesterov
· 10 years ago
27692cd
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
by Oleg Nesterov
· 10 years ago
ce34fdd
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
by Oleg Nesterov
· 10 years ago
557c2d8
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
by Oleg Nesterov
· 10 years ago
b8c20a9
fs/proc/task_mmu.c: reintroduce m->version logic
by Oleg Nesterov
· 10 years ago
ad2a00e
fs/proc/task_mmu.c: introduce m_next_vma() helper
by Oleg Nesterov
· 10 years ago
0c25532
fs/proc/task_mmu.c: simplify m_start() to make it readable
by Oleg Nesterov
· 10 years ago
ebb6cdd
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
by Oleg Nesterov
· 10 years ago
0d5f5f4
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
by Oleg Nesterov
· 10 years ago
23d5483
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
by Oleg Nesterov
· 10 years ago
59b4bf1
fs/proc/task_mmu.c: simplify the vma_stop() logic
by Oleg Nesterov
· 10 years ago
29a40ac
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
by Oleg Nesterov
· 10 years ago
5381e16
proc: introduce proc_mem_open()
by Oleg Nesterov
· 10 years ago
4db7d0e
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
by Oleg Nesterov
· 10 years ago
46c298c
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
by Oleg Nesterov
· 10 years ago
bbd5192
proc: Update proc_flush_task_mnt to use d_invalidate
by Eric W. Biederman
· 11 years ago
c143c23
vfs: Remove d_drop calls from d_revalidate implementations
by Eric W. Biederman
· 11 years ago
87e6d49
mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
by Peter Feiner
· 10 years ago
52de477
cpuset: simplify proc_cpuset_show()
by Zefan Li
· 10 years ago
006f4ac
cgroup: simplify proc_cgroup_show()
by Zefan Li
· 10 years ago
155134f
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}"
by Linus Torvalds
· 10 years ago
77e40aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
e5eea09
sysctl: remove typedef ctl_table
by Joe Perches
· 10 years ago
0692ded
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
by Vitaly Kuznetsov
· 10 years ago
8f053ac
proc: remove INF macro
by Alexey Dobriyan
· 10 years ago
d962c14
proc: convert /proc/$PID/hardwall to seq_file interface
by Alexey Dobriyan
· 10 years ago
19aadc9
proc: convert /proc/$PID/io to seq_file interface
by Alexey Dobriyan
· 10 years ago
6ba51e3
proc: convert /proc/$PID/oom_score to seq_file interface
by Alexey Dobriyan
· 10 years ago
f6e826c
proc: convert /proc/$PID/schedstat to seq_file interface
by Alexey Dobriyan
· 10 years ago
edfcd60
proc: convert /proc/$PID/wchan to seq_file interface
by Alexey Dobriyan
· 10 years ago
2ca66ff
proc: convert /proc/$PID/cmdline to seq_file interface
by Alexey Dobriyan
· 10 years ago
09d93bd
proc: convert /proc/$PID/syscall to seq_file interface
by Alexey Dobriyan
· 10 years ago
1c963eb
proc: convert /proc/$PID/limits to seq_file interface
by Alexey Dobriyan
· 10 years ago
f9ea536
proc: convert /proc/$PID/auxv to seq_file interface
by Alexey Dobriyan
· 10 years ago
cedbcca
proc: more "const char *" pointers
by Alexey Dobriyan
· 10 years ago
849d20a
proc: remove proc_tty_ldisc variable
by Alexey Dobriyan
· 10 years ago
4dcc03f
proc: make proc_subdir_lock static
by Alexey Dobriyan
· 10 years ago
Next »