aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko
2016-07-28proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko
2016-07-28proc, oom: drop bogus sighand lockMichal Hocko
2016-07-28proc, oom: drop bogus task_lock and mm checkMichal Hocko
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-02switch all procfs directories ->iterate_shared()Al Viro
2016-05-02proc_fill_cache(): switch to d_alloc_parallel()Al Viro
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang
2016-03-17procfs: add conditional compilation checkEric Engestrom
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-11-05mm, oom: add comment for why oom_adj existsDavid Rientjes
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar
2015-09-10proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan
2015-09-10procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens
2015-07-17/proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras
2015-06-25proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15proc: remove use of seq_printf return valueJoe Perches
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov
2014-11-19procfs: get rid of ->f_dentryAl Viro
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-10-09proc: introduce proc_mem_open()Oleg Nesterov
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li
2014-09-18cgroup: simplify proc_cgroup_show()Zefan Li
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds