summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-4/+0Star
* "Yes, people use FOLL_FORCE ;)"Linus Torvalds2017-05-301-1/+1
* proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds2017-05-091-4/+1Star
* pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-091-0/+1
* fs/proc/inode.c: remove cast from memory allocationTobin C. Harding2017-05-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-052-4/+1Star
|\
| * proc: Fix unbalanced hard link numbersTakashi Iwai2017-04-291-0/+1
| * sysctl: Remove dead register_sysctl_rootEric W. Biederman2017-04-171-4/+0Star
* | proc: show MADV_FREE pages info in smapsShaohua Li2017-05-041-1/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-0/+15
|\ \
| * | livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf2017-03-081-0/+15
| |/
* | thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-141-1/+8
* | sysctl: add sanity check for proc_douintvecLiping Zhang2017-04-071-0/+1
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-036-17/+20
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-036-17/+20
* | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-1/+2
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | 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-023-0/+3
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-022-0/+2
* | 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-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+5
* | 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-283-5/+5
* mm: add new mmgrab() helperVegard Nossum2017-02-281-2/+2
* /proc/kcore: update physical address for kcore ram and textPratyush Anand2017-02-281-1/+4
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-253-6/+7
* proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan2017-02-251-88/+56Star
* proc: use rb_entry()Geliang Tang2017-02-251-5/+6
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-251-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-245-89/+117
|\
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-211-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/+61Star
* | 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/+42Star
|\ \ \
| * | | 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/+36Star
* | | | 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
| |/ / |/| |