- 06b2849 proc: fix NULL dereference when reading /proc/<pid>/auxv by Leon Yu · 8 years ago
- 272ddc8 proc: don't use FOLL_FORCE for reading cmdline and environment by Linus Torvalds · 8 years ago
- 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- 4b2bd5f proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self by John Stultz · 8 years ago
- 904763e proc: add LSM hook checks to /proc/<tid>/timerslack_ns by John Stultz · 8 years ago
- 7abbaf9 proc: relax /proc/<tid>/timerslack_ns capability requirements by John Stultz · 8 years ago
- c531716 proc: switch auxv to use of __mem_open() by Al Viro · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
- d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
- 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
- cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
- 8b927d7 proc: Fix return address printk conversion specifer in /proc/<pid>/stack by Josh Poimboeuf · 8 years ago
- ef41939 proc_oom_score: remove tasklist_lock and pid_alive() by Oleg Nesterov · 8 years ago
- 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
- 1d5f0ac proc, oom_adj: extract oom_score_adj setting into a helper by Michal Hocko · 8 years ago
- f913da5 proc, oom: drop bogus sighand lock by Michal Hocko · 8 years ago
- d49fbf7 proc, oom: drop bogus task_lock and mm check by Michal Hocko · 8 years ago
- 1b3044e procfs: fix pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
- 1e92a61 Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"" by Robin Humble · 8 years ago
- 8148a73 proc: prevent accessing /proc/<PID>/environ until it's ready by Mathias Krause · 9 years ago
- f50752e switch all procfs directories ->iterate_shared() by Al Viro · 9 years ago
- 3781764 proc_fill_cache(): switch to d_alloc_parallel() by Al Viro · 9 years ago
- 7e2bc81 proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan" by Minfei Huang · 9 years ago
- b5946be procfs: add conditional compilation check by Eric Engestrom · 9 years ago
- 5de23d4 proc: add /proc/<pid>/timerslack_ns interface by John Stultz · 9 years ago
- a3b609e proc read mm's {arg,env}_{start,end} with mmap semaphore taken. by Mateusz Guzik · 9 years ago
- caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
- 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- bb646cd proc_pid_attr_write(): switch to memdup_user() by Al Viro · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 41a0c249 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter by Colin Ian King · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- b72bdfa mm, oom: add comment for why oom_adj exists by David Rientjes · 9 years ago
- b2f7392 fs/proc, core/debug: Don't expose absolute kernel addresses via wchan by Ingo Molnar · 9 years ago
- 774636e proc: convert to kstrto*()/kstrto*_from_user() by Alexey Dobriyan · 9 years ago
- bdb4d10 procfs: always expose /proc/<pid>/map_files/ and make it readable by Calvin Owens · 9 years ago
- 3581d45 /proc/$PID/cmdline: fixup empty ARGV case by Alexey Dobriyan · 9 years ago
- 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
- 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 9 years ago
- c2c0bb4 proc: fix PAGE_SIZE limit of /proc/$PID/cmdline by Alexey Dobriyan · 9 years ago
- 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 25ce319 proc: remove use of seq_printf return value by Joe Perches · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 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
- 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
- c35a7f1 exit: proc: don't try to flush /proc/tgid/task/tgid by Oleg Nesterov · 10 years ago
- 3aa3377 procfs: get rid of ->f_dentry by Al Viro · 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
- 5381e16 proc: introduce proc_mem_open() 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
- 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
- 006f4ac cgroup: simplify proc_cgroup_show() by Zefan Li · 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
- 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
- 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
- dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
- ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
- 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
- 6ba8ed7 proc: Have net show up under /proc/<tgid>/task/<tid> by Eric W. Biederman · 10 years ago
- 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
- 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 11 years ago
- 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 11 years ago
- 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 11 years ago
- 21a6457 proc: Update get proc_pid_cmdline() to use mm.h helpers by William Roberts · 11 years ago
- 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 11 years ago
- 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 11 years ago
- d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 11 years ago
- c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago
- 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 11 years ago
- 81407c8 audit: allow unsetting the loginuid (with priv) by Eric Paris · 11 years ago
- 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
- c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
- db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
- 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
- f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
- 15ef029 posix-timers: Show clock ID in proc file by Pavel Tikhomirov · 11 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago