summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-235-89/+117
|\
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-221-13/+18
| * proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-133-19/+50
| * proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-243-69/+61
* | 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 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-203-45/+42
|\ \ \
| * | | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-011-2/+2
| * | | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-5/+5
| * | | sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker2017-02-011-3/+3
| * | | sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2017-02-012-39/+36
* | | | 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
| | |/ / | |/| |
* | | | mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins2017-02-071-1/+2
| |/ / |/| |
* | | proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-01-241-0/+2
| |/ |/|
* | sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-101-1/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2412-12/+12
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-173-28/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-093-3/+0
| * proc/self: use generic_readlinkMiklos Szeredi2016-12-092-27/+2
* | 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-144-21/+13
|\ \ \
| * \ \ Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2016-11-244-21/+13
| |\ \ \ | | |_|/ | |/| |
| | * | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-144-21/+13
* | | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-132-1/+1
|\ \ \ \
| * | | | xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-172-1/+1
| |/ / /
* | | | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-123-6/+15
* | | | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-121-4/+4
* | | | fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-121-1/+1
* | | | proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-121-8/+21
* | | | proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-121-1/+3
* | | | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-122-2/+2
* | | | proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-121-1/+1
* | | | 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: report no_new_privs stateKees Cook2016-12-121-2/+3
* | | | mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-121-0/+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
|/ /
* | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-223-41/+25
|\ \
| * | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-202-37/+20
| * | fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-201-4/+5
* | | 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-105-6/+5
|\ \
| * | Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-11/+20
| |\|
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-275-5/+5
| * | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-271-1/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-106-28/+35
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-083-3/+3
| |\ \ \