summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* "Yes, people use FOLL_FORCE ;)"Linus Torvalds2017-05-301-1/+1
* proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds2017-05-091-4/+1
* livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf2017-03-081-0/+15
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-5/+7
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-5/+7
* | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* mm: use mmget_not_zero() helperVegard Nossum2017-02-271-2/+2
* mm: add new mmgrab() helperVegard Nossum2017-02-271-2/+2
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-241-4/+4
* proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan2017-02-241-88/+56
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-44/+58
|\
| * proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-241-44/+58
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-211-4/+9
|\ \
| * | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-4/+9
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-201-2/+2
|\ \
| * | timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre2017-01-271-2/+2
| |/
* / proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-01-241-0/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-1/+1
|\
| * audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-031-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-14/+9
|\ \
| * \ Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2016-11-241-14/+9
| |\ \
| | * | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-14/+9
* | | | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-121-6/+13
* | | | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-121-4/+4
* | | | proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-121-1/+1
* | | | proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-121-1/+1
|/ / /
* | | proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-271-0/+3
* | | proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-241-10/+8
|/ /
* | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-6/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-20/+27
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | | proc: switch auxv to use of __mem_open()Al Viro2016-10-051-19/+26
| | |/ | |/|
* | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-071-15/+19
* | | proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-071-0/+10
* | | proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-10-071-14/+20
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-6/+1
|\| |
| * | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-011-6/+1
| |\ \ | | |/ | |/|
| | * mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-6/+1
* | | proc: Fix return address printk conversion specifer in /proc/<pid>/stackJosh Poimboeuf2016-08-181-1/+1
|/ /
* | proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov2016-08-021-5/+2
* | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-281-0/+46
* | proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko2016-07-281-51/+43