summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-141-7/+6Star
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+18
|\
| * fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+18
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+3
* | fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-311-1/+1
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\ \
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-1/+1
* | | mm: zero-seek shrinkersJohannes Weiner2018-10-271-0/+3
* | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-3/+0Star
* | | mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-271-8/+8
* | | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-271-1/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-6/+28
|\ \ \
| * | | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2018-10-091-0/+10
| * | | kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang2018-10-061-6/+18
| |/ /
* / / proc: restrict kernel stack dumps to rootJann Horn2018-10-061-0/+14
|/ /
* / 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-151-2/+5
* | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-241-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/+141Star
* | proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* | proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44Star
* | 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/+2Star
* | proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-221-4/+3Star
* | 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/+1Star
* | 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/+11Star
* | /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/+18Star
|/
* 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-281-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/+3Star
|\ \