summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet2018-09-201-0/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-2/+5
|\
| * x86: Add entry trampolines to kcoreAdrian Hunter2018-08-141-2/+5
* | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-231-0/+2
* | proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-222-2/+17
* | proc/kcore: optimize multiple page readsOmar Sandoval2018-08-221-3/+11
* | proc/kcore: clean up ELF header generationOmar Sandoval2018-08-221-209/+141
* | proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* | proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44
* | proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-221-10/+10
* | proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-221-4/+2
* | proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-221-4/+3
* | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-08-221-1/+3
* | fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder2018-08-221-1/+1
* | proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan2018-08-221-1/+1
* | 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