aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsGravatar Alexey Dobriyan 1-2/+4
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Gravatar Alexey Dobriyan 1-3/+1
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Gravatar Eric Biggers 1-0/+1
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsGravatar Benjamin Gordon 1-3/+9
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procGravatar Michal Hocko 1-0/+10
2018-12-28mm, thp, proc: report THP eligibility for each vmaGravatar Michal Hocko 1-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Gravatar Jérôme Glisse 1-2/+5
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedGravatar Anthony Yznaga 1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringGravatar Ivan Delalande 1-7/+6
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