summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2017-06-17proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz
2016-10-05proc: switch auxv to use of __mem_open()Al Viro
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik
2016-08-18proc: Fix return address printk conversion specifer in /proc/<pid>/stackJosh Poimboeuf
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