summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-4/+0
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara3-3/+3
2016-08-22proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-06-15proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2015-10-13pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov1-16/+12
2015-05-09pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+10
2015-02-20genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2013-09-10fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-3/+3
2013-03-27vfs,proc: guarantee unique inodes in /procLinus Torvalds1-8/+4
2013-01-03proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-10-30nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko1-4/+10
2012-10-10fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-04-02sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-04-02proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2012-02-13proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-13proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32
2012-02-13proc: mem_release() should check mm != NULLOleg Nesterov1-2/+2
2012-01-25proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-25proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-25fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-2/+2
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+3
2011-12-09procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko1-2/+2
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-12-09procfs: fix a vfsmount longterm reference leakAl Viro1-5/+3
2011-11-09Revert "proc: fix races against execve() of /proc/PID/fd**"Linus Torvalds1-103/+43
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2-43/+149
2011-11-02sysctl: add support for poll()Lucas De Marchi1-0/+45
2011-11-02proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov1-43/+103
2011-11-02procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov1-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi3-8/+8
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter1-0/+2
2011-10-31oom: remove oom_disable_countDavid Rientjes1-13/+0
2011-10-31/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton1-0/+3
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+34
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2011-09-08proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko1-7/+34
2011-08-06vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds1-1/+9
2011-08-06oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds1-1/+1
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells3-5/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino1-1/+1
2011-07-25oom: make deprecated use of oom_adj more verboseDavid Rientjes1-4/+3