aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-17/+20
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 6-17/+20
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 2-1/+2
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 4-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27mm: use mmget_not_zero() helperGravatar Vegard Nossum 3-5/+5
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-2/+2
2017-02-27/proc/kcore: update physical address for kcore ram and textGravatar Pratyush Anand 1-1/+4
2017-02-24procfs: use an enum for possible hidepid valuesGravatar Lafcadio Wluiki 3-6/+7
2017-02-24proc: less code duplication in /proc/*/cmdlineGravatar Alexey Dobriyan 1-88/+56
2017-02-24proc: use rb_entry()Gravatar Geliang Tang 1-5/+6
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 1-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-2/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 5-89/+117
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+9
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Gravatar Eric W. Biederman 1-13/+18
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-45/+42
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2017-02-13proc/sysctl: prune stale dentries during unregisteringGravatar Konstantin Khlebnikov 3-19/+50
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsGravatar Hugh Dickins 1-1/+2
2017-02-01s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsGravatar Frederic Weisbecker 1-2/+2
2017-02-01sched/cputime: Convert task/group cputime to nsecsGravatar Frederic Weisbecker 1-5/+5
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Gravatar Frederic Weisbecker 1-3/+3
2017-02-01sched/cputime: Convert kcpustat to nsecsGravatar Frederic Weisbecker 2-39/+36
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledGravatar Nicolas Pitre 1-2/+2
2017-01-24proc: add a schedule point in proc_pid_readdir()Gravatar Eric Dumazet 1-0/+2
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesGravatar Eric W. Biederman 3-69/+61
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirGravatar Zhou Chengming 1-1/+2
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procGravatar Stephen Smalley 1-4/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 12-12/+12
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 3-28/+0
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+1
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-21/+13
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+1
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeGravatar Alexey Dobriyan 3-6/+15
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDGravatar Alexey Dobriyan 1-4/+4
2016-12-12fs/proc/array.c: slightly improve render_sigset_tGravatar Rasmus Villemoes 1-1/+1
2016-12-12proc: tweak comments about 2 stage open and everythingGravatar Alexey Dobriyan 1-8/+21
2016-12-12proc: kmalloc struct pde_openerGravatar Alexey Dobriyan 1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldGravatar Alexey Dobriyan 2-2/+2