aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+18
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-3/+3
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Gravatar Souptick Joarder 1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-1/+1
2018-10-26mm: zero-seek shrinkersGravatar Johannes Weiner 1-0/+3
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADGravatar Johannes Weiner 1-3/+0
2018-10-26mm, proc: add KReclaimable to /proc/meminfoGravatar Vlastimil Babka 1-8/+8
2018-10-26mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Gravatar Vlastimil Babka 1-1/+3
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+28
2018-10-09proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Gravatar Borislav Petkov 1-0/+10
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledGravatar Lianbo Jiang 1-6/+18
2018-10-05proc: restrict kernel stack dumps to rootGravatar Jann Horn 1-0/+14
2018-09-29xarray: Replace exceptional entriesGravatar Matthew Wilcox 1-1/+1
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationGravatar Dominique Martinet 1-0/+1
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemGravatar Alexander Popov 1-0/+18
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+5
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsGravatar Arnd Bergmann 1-0/+2
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreGravatar Omar Sandoval 2-2/+17
2018-08-22proc/kcore: optimize multiple page readsGravatar Omar Sandoval 1-3/+11
2018-08-22proc/kcore: clean up ELF header generationGravatar Omar Sandoval 1-209/+141
2018-08-22proc/kcore: hold lock during readGravatar Omar Sandoval 1-30/+40
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceGravatar Omar Sandoval 1-49/+44
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemGravatar Omar Sandoval 1-10/+10
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierGravatar Omar Sandoval 1-4/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Gravatar Omar Sandoval 1-4/+3
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesGravatar James Morse 1-1/+3
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-22proc: use "unsigned int" in /proc/stat hookGravatar Alexey Dobriyan 1-1/+1
2018-08-22proc: spread "const" a bitGravatar Alexey Dobriyan 1-2/+2
2018-08-22proc: use macro in /proc/latency hookGravatar Alexey Dobriyan 1-1/+1
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Gravatar Alexey Dobriyan 1-19/+19
2018-08-22proc: put task earlier in /proc/*/fail-nthGravatar Alexey Dobriyan 1-3/+1
2018-08-22proc: smaller readlock section in readdir("/proc")Gravatar Alexey Dobriyan 1-2/+2
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Gravatar Arnd Bergmann 1-2/+2
2018-08-22proc: fixup PDE allocation bloatGravatar Alexey Dobriyan 2-12/+11
2018-08-22/proc/meminfo: add percpu populated pages countGravatar Dennis Zhou (Facebook) 1-0/+2
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileGravatar Vlastimil Babka 2-60/+96
2018-08-22mm: /proc/pid/smaps: factor out common stats printingGravatar Vlastimil Babka 1-22/+29
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringGravatar Vlastimil Babka 1-24/+31
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersGravatar Vlastimil Babka 4-144/+18
2018-08-14x86: Add entry trampolines to kcoreGravatar Adrian Hunter 1-2/+5
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Gravatar Vlastimil Babka 1-1/+2
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+10
2018-06-27proc: add proc_seq_releaseGravatar Chunyu Hu 1-1/+10
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteGravatar Linus Torvalds 1-5/+23
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 5-12/+134
2018-06-15proc: Make inline name size calculation automaticGravatar David Howells 4-12/+16
2018-06-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+3
2018-06-15proc: skip branch in /proc/*/* lookupGravatar Alexey Dobriyan 1-6/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1