| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: try to remove use of FOLL_FORCE entirely | Linus Torvalds | 2017-05-09 | 1 | -4/+1 |
* | pidns: expose task pid_ns_for_children to userspace | Kirill Tkhai | 2017-05-09 | 1 | -0/+1 |
* | fs/proc/inode.c: remove cast from memory allocation | Tobin C. Harding | 2017-05-09 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-05-05 | 2 | -4/+1 |
|\ |
|
| * | proc: Fix unbalanced hard link numbers | Takashi Iwai | 2017-04-29 | 1 | -0/+1 |
| * | sysctl: Remove dead register_sysctl_root | Eric W. Biederman | 2017-04-17 | 1 | -4/+0 |
* | | proc: show MADV_FREE pages info in smaps | Shaohua Li | 2017-05-04 | 1 | -1/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2017-05-03 | 1 | -0/+15 |
|\ \ |
|
| * | | livepatch: add /proc/<pid>/patch_state | Josh Poimboeuf | 2017-03-08 | 1 | -0/+15 |
| |/ |
|
* | | thp: fix MADV_DONTNEED vs clear soft dirty race | Kirill A. Shutemov | 2017-04-14 | 1 | -1/+8 |
* | | sysctl: add sanity check for proc_douintvec | Liping Zhang | 2017-04-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 | 6 | -17/+20 |
|\ |
|
| * | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-03 | 6 | -17/+20 |
* | | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 2017-03-02 | 2 | -1/+2 |
* | | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 4 | -0/+5 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
|/ |
|
* | mm: use mmget_not_zero() helper | Vegard Nossum | 2017-02-28 | 3 | -5/+5 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -2/+2 |
* | /proc/kcore: update physical address for kcore ram and text | Pratyush Anand | 2017-02-28 | 1 | -1/+4 |
* | procfs: use an enum for possible hidepid values | Lafcadio Wluiki | 2017-02-25 | 3 | -6/+7 |
* | proc: less code duplication in /proc/*/cmdline | Alexey Dobriyan | 2017-02-25 | 1 | -88/+56 |
* | proc: use rb_entry() | Geliang Tang | 2017-02-25 | 1 | -5/+6 |
* | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-25 | 1 | -2/+2 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-25 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-02-24 | 5 | -89/+117 |
|\ |
|
| * | proc/sysctl: Don't grab i_lock under sysctl_lock. | Eric W. Biederman | 2017-02-21 | 1 | -13/+18 |
| * | proc/sysctl: prune stale dentries during unregistering | Konstantin Khlebnikov | 2017-02-13 | 3 | -19/+50 |
| * | proc: Better ownership of files for non-dumpable tasks in user namespaces | Eric W. Biederman | 2017-01-24 | 3 | -69/+61 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2017-02-21 | 1 | -4/+9 |
|\ \ |
|
| * | | proc,security: move restriction on writing /proc/pid/attr nodes to proc | Stephen Smalley | 2017-01-09 | 1 | -4/+9 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-02-20 | 3 | -45/+42 |
|\ \ \ |
|
| * | | | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -2/+2 |
| * | | | sched/cputime: Convert task/group cputime to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -5/+5 |
| * | | | sched/cputime: Convert guest time accounting to nsecs (u64) | Frederic Weisbecker | 2017-02-01 | 1 | -3/+3 |
| * | | | sched/cputime: Convert kcpustat to nsecs | Frederic Weisbecker | 2017-02-01 | 2 | -39/+36 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-20 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | timers: Omit POSIX timer stuff from task_struct when disabled | Nicolas Pitre | 2017-01-27 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | mm: fix KPF_SWAPCACHE in /proc/kpageflags | Hugh Dickins | 2017-02-07 | 1 | -1/+2 |
| |/ /
|/| | |
|
* | | | proc: add a schedule point in proc_pid_readdir() | Eric Dumazet | 2017-01-25 | 1 | -0/+2 |
| |/
|/| |
|
* | | sysctl: Drop reference added by grab_header in proc_sys_readdir | Zhou Chengming | 2017-01-10 | 1 | -1/+2 |
|/ |
|