aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds1-4/+1
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai1-0/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding1-1/+1
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+1
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li1-1/+7
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+15
2017-04-28proc: Fix unbalanced hard link numbersTakashi Iwai1-0/+1
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman1-4/+0
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang1-0/+1
2017-03-08livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf1-0/+15
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-17/+20
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells6-17/+20
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar2-1/+2
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar4-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum3-5/+5
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-27/proc/kcore: update physical address for kcore ram and textPratyush Anand1-1/+4
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki3-6/+7
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan1-88/+56
2017-02-24proc: use rb_entry()Geliang Tang1-5/+6
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-89/+117
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+9
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman1-13/+18
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-45/+42
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov3-19/+50
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins1-1/+2
2017-02-01s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker1-2/+2
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-5/+5
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker1-3/+3
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2-39/+36
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre1-2/+2
2017-01-24proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman3-69/+61
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley1-4/+9