summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: zero-seek shrinkersJohannes Weiner
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka
2018-10-26mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-09proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang
2018-10-05proc: restrict kernel stack dumps to rootJann Horn
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval
2018-08-22proc/kcore: hold lock during readOmar Sandoval
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan
2018-08-22proc: spread "const" a bitAlexey Dobriyan
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-06-27proc: add proc_seq_releaseChunyu Hu
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-15proc: Make inline name size calculation automaticDavid Howells
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds