aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
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