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