aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/meminfo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-1/+1
2013-11-13mm: factor commit limit calculationJerome Marchand1-4/+1
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim1-0/+1
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+2
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+8
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+2
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-1/+8
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-0/+6
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan1-0/+168