| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | mm: replace access_remote_vm() write parameter with gup_flags | Lorenzo Stoakes | -6/+13 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -1/+1 |
| 2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -20/+27 |
| 2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | -1/+1 |
| 2016-10-07 | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self | John Stultz | -15/+19 |
| 2016-10-07 | proc: add LSM hook checks to /proc/<tid>/timerslack_ns | John Stultz | -0/+10 |
| 2016-10-07 | proc: relax /proc/<tid>/timerslack_ns capability requirements | John Stultz | -14/+20 |
| 2016-10-05 | proc: switch auxv to use of __mem_open() | Al Viro | -19/+26 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | -1/+1 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | -1/+1 |
| 2016-09-15 | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | -6/+1 |
| 2016-09-01 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | -6/+1 |
| 2016-08-31 | mm: introduce get_task_exe_file | Mateusz Guzik | -6/+1 |
| 2016-08-18 | proc: Fix return address printk conversion specifer in /proc/<pid>/stack | Josh Poimboeuf | -1/+1 |
| 2016-08-02 | proc_oom_score: remove tasklist_lock and pid_alive() | Oleg Nesterov | -5/+2 |
| 2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko | -0/+46 |
| 2016-07-28 | proc, oom_adj: extract oom_score_adj setting into a helper | Michal Hocko | -51/+43 |
| 2016-07-28 | proc, oom: drop bogus sighand lock | Michal Hocko | -34/+17 |
| 2016-07-28 | proc, oom: drop bogus task_lock and mm check | Michal Hocko | -18/+4 |
| 2016-05-20 | procfs: fix pthread cross-thread naming if !PR_DUMPABLE | Janis Danisevskis | -1/+41 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -15/+20 |
| 2016-05-17 | Merge branch 'ovl-fixes' into for-linus | Al Viro | -1/+2 |
| 2016-05-09 | Revert "proc/base: make prompt shell start from new line after executing "cat... | Robin Humble | -1/+1 |
| 2016-05-05 | proc: prevent accessing /proc/<PID>/environ until it's ready | Mathias Krause | -1/+2 |
| 2016-05-02 | switch all procfs directories ->iterate_shared() | Al Viro | -10/+10 |
| 2016-05-02 | proc_fill_cache(): switch to d_alloc_parallel() | Al Viro | -5/+10 |
| 2016-03-17 | proc/base: make prompt shell start from new line after executing "cat /proc/$... | Minfei Huang | -1/+1 |
| 2016-03-17 | procfs: add conditional compilation check | Eric Engestrom | -0/+2 |
| 2016-03-17 | proc: add /proc/<pid>/timerslack_ns interface | John Stultz | -0/+67 |
| 2016-01-20 | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. | Mateusz Guzik | -3/+10 |
| 2016-01-20 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | -10/+11 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -10/+7 |
| 2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -9/+15 |
| 2016-01-04 | proc_pid_attr_write(): switch to memdup_user() | Al Viro | -10/+7 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | -3/+5 |
| 2015-12-18 | proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter | Colin Ian King | -0/+1 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | -9/+13 |
| 2015-11-05 | mm, oom: add comment for why oom_adj exists | David Rientjes | -0/+10 |
| 2015-10-01 | fs/proc, core/debug: Don't expose absolute kernel addresses via wchan | Ingo Molnar | -6/+3 |
| 2015-09-10 | proc: convert to kstrto*()/kstrto*_from_user() | Alexey Dobriyan | -49/+21 |
| 2015-09-10 | procfs: always expose /proc/<pid>/map_files/ and make it readable | Calvin Owens | -19/+24 |
| 2015-07-17 | /proc/$PID/cmdline: fixup empty ARGV case | Alexey Dobriyan | -0/+5 |
| 2015-07-04 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -4/+7 |
| 2015-07-04 | sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y | Naveen N. Rao | -4/+7 |
| 2015-06-25 | fs, proc: introduce CONFIG_PROC_CHILDREN | Iago López Galeiras | -1/+1 |
| 2015-06-25 | proc: fix PAGE_SIZE limit of /proc/$PID/cmdline | Alexey Dobriyan | -9/+196 |
| 2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | -2/+2 |
| 2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | -1/+1 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -16/+16 |
| 2015-04-15 | proc: remove use of seq_printf return value | Joe Perches | -35/+47 |