summaryrefslogtreecommitdiffstats
path: root/fs/proc/meminfo.c
Commit message (Expand)AuthorAgeFilesLines
* proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman2016-08-111-1/+1
* mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-1/+1
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-8/+8
* mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-281-1/+1
* mm: move page mapped accounting to the nodeMel Gorman2016-07-281-2/+2
* mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-2/+5
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2016-03-171-30/+1
* proc: meminfo: estimate available memory more conservativelyJohannes Weiner2016-01-141-4/+1
* mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-011-5/+2
* fs/proc/meminfo.c: include cma info in proc/meminfoPintu Kumar2014-12-181-2/+13
* mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2014-08-061-1/+1
* fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino2014-04-071-1/+1
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-231-1/+1
* /proc/meminfo: provide estimated available memoryRik van Riel2014-01-211-0/+37
* mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-151-1/+1
* mm: factor commit limit calculationJerome Marchand2013-11-131-4/+1
* thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-121-6/+0
* mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-291-0/+1
* swap: make each swap partition have one address_spaceShaohua Li2013-02-231-2/+2
* memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-231-1/+1
* fs/proc/meminfo.c: fix compilation errorClaudio Scordino2011-12-091-3/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* thp: transparent hugepage vmstatAndrea Arcangeli2011-01-131-1/+13
* hwpoison: fix/proc/meminfo alignmentHugh Dickins2009-10-291-1/+1
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+8
|\
| * HWPOISON: The high level memory error handler in the VM v7Andi Kleen2009-09-161-1/+8
* | mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-0/+2
* | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+2
|/
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-4/+0
* mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-021-1/+1
* nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-021-1/+1
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+6
* proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-231-0/+168