summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
* | proc: spread "const" a bitAlexey Dobriyan2018-08-221-2/+2
* | proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-221-1/+1
* | proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-221-19/+19
* | proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-221-3/+1
* | proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-221-2/+2
* | fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann2018-08-221-2/+2
* | proc: fixup PDE allocation bloatAlexey Dobriyan2018-08-222-12/+11
* | /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+2
* | mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-222-60/+96
* | mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-221-22/+29
* | mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-221-24/+31
* | mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-224-144/+18
|/
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-141-1/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-011-1/+10
|\
| * proc: add proc_seq_releaseChunyu Hu2018-06-271-1/+10
* | proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
|/
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-165-12/+134
|\
| * proc: Make inline name size calculation automaticDavid Howells2018-06-154-12/+16
| * proc: Add a way to make network proc files writableDavid Howells2018-05-183-0/+118
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-151-6/+3
|\ \
| * | proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-151-6/+3
* | | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-1/+1
| |\ \
| | * | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+3
* | | | Merge branch 'proc-cmdline'Linus Torvalds2018-06-091-112/+99
|\ \ \ \
| * | | | fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds2018-05-171-121/+65
| * | | | fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds2018-05-171-25/+39
| | |/ / | |/| |
* | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-081-3/+3
|\ \ \ \
| * | | | fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro2018-06-081-3/+3
* | | | | proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan2018-06-071-1/+2
* | | | | proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan2018-06-071-1/+1
* | | | | proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-073-5/+5
* | | | | proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-071-1/+1
* | | | | proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-071-33/+20
* | | | | proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-071-19/+14
* | | | | proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-071-15/+9
* | | | | proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-071-17/+12
* | | | | mm: mark pages in use for page tablesMatthew Wilcox2018-06-071-0/+2
* | | | | mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-06-071-10/+16
* | | | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-4/+4
* | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-6/+7
|\ \ \ \ \
| * | | | | mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai2018-05-091-5/+3
| * | | | | mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai2018-05-091-0/+3
| * | | | | mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-05-091-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-062-15/+386
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-0/+25
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-212-11/+20
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | vmcore: move get_vmcore_size out of __initRahul Lakkireddy2018-05-211-2/+2