| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: fix NULL dereference when reading /proc/<pid>/auxv | Leon Yu | 2016-10-27 | 1 | -0/+3 |
* | proc: don't use FOLL_FORCE for reading cmdline and environment | Linus Torvalds | 2016-10-24 | 1 | -10/+8 |
* | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-10-22 | 3 | -41/+25 |
|\ |
|
| * | fs/proc: Stop trying to report thread stacks | Andy Lutomirski | 2016-10-20 | 2 | -37/+20 |
| * | fs/proc: Stop reporting eip and esp in /proc/PID/stat | Andy Lutomirski | 2016-10-20 | 1 | -4/+5 |
* | | mm: replace access_remote_vm() write parameter with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -6/+13 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 5 | -6/+5 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 1 | -11/+20 |
| |\ |
|
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 5 | -5/+5 |
| * | | fs: proc: Delete inode time initializations in proc_alloc_inode() | Deepa Dinamani | 2016-09-27 | 1 | -1/+0 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 6 | -28/+35 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 3 | -3/+3 |
| |\ \ \ |
|
| | * | | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 3 | -3/+3 |
| * | | | | proc: switch auxv to use of __mem_open() | Al Viro | 2016-10-05 | 1 | -19/+26 |
| * | | | | proc: unsigned file descriptors | Alexey Dobriyan | 2016-09-27 | 3 | -6/+6 |
| | |_|/
| |/| | |
|
* | | | | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2016-10-07 | 1 | -1/+1 |
* | | | | mm, proc: fix region lost in /proc/self/smaps | Robert Ho | 2016-10-07 | 1 | -3/+5 |
* | | | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self | John Stultz | 2016-10-07 | 1 | -15/+19 |
* | | | | proc: add LSM hook checks to /proc/<tid>/timerslack_ns | John Stultz | 2016-10-07 | 1 | -0/+10 |
* | | | | proc: relax /proc/<tid>/timerslack_ns capability requirements | John Stultz | 2016-10-07 | 1 | -14/+20 |
* | | | | meminfo: break apart a very long seq_printf with #ifdefs | Joe Perches | 2016-10-07 | 1 | -116/+95 |
* | | | | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char | Joe Perches | 2016-10-07 | 2 | -120/+107 |
* | | | | proc: faster /proc/*/status | Alexey Dobriyan | 2016-10-07 | 1 | -40/+47 |
* | | | | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w... | James Morse | 2016-10-07 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-10-06 | 1 | -7/+7 |
|\ \ \ \ |
|
| * | | | | sysctl: Stop implicitly passing current into sysctl_table_root.lookup | Eric W. Biederman | 2016-08-08 | 1 | -7/+7 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-10-05 | 3 | -0/+20 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 1 | -11/+20 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-12 | 2 | -6/+3 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 2 | -3/+3 |
| |\ \ \ \ |
|
| * | | | | | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov | 2016-08-14 | 1 | -0/+5 |
| * | | | | | proc: make proc entries inherit ownership from parent | Dmitry Torokhov | 2016-08-14 | 2 | -0/+15 |
* | | | | | | Merge branch 'x86/urgent' into x86/asm | Thomas Gleixner | 2016-09-30 | 1 | -11/+20 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | fs/proc/kcore.c: Add bounce buffer for ktext data | Jiri Olsa | 2016-09-20 | 1 | -1/+6 |
| * | | | | | fs/proc/kcore.c: Make bounce buffer global for read | Jiri Olsa | 2016-09-20 | 1 | -10/+14 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 | 2 | -6/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-09-10 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams | 2016-09-09 | 1 | -0/+2 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2016-09-01 | 1 | -6/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | mm: introduce get_task_exe_file | Mateusz Guzik | 2016-08-31 | 1 | -6/+1 |
* | | | | | proc: Fix return address printk conversion specifer in /proc/<pid>/stack | Josh Poimboeuf | 2016-08-18 | 1 | -1/+1 |
|/ / / / |
|
* | | | | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo | Mel Gorman | 2016-08-11 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2016-08-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | get rid of 'parent' argument of ->d_compare() | Al Viro | 2016-07-31 | 1 | -1/+1 |
* | | | | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | qstr: constify instances in procfs | Al Viro | 2016-07-30 | 1 | -1/+1 |
* | | | | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 | Geert Uytterhoeven | 2016-08-03 | 1 | -1/+1 |
* | | | | fs/proc/task_mmu.c: suppress compilation warnings with W=1 | Valdis Kletnieks | 2016-08-02 | 1 | -0/+1 |
* | | | | procfs: avoid 32-bit time_t in /proc/*/stat | Arnd Bergmann | 2016-08-02 | 1 | -6/+4 |
* | | | | proc_oom_score: remove tasklist_lock and pid_alive() | Oleg Nesterov | 2016-08-02 | 1 | -5/+2 |