aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/meminfo.c
AgeCommit message (Expand)Author
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-28mm: move page mapped accounting to the nodeMel Gorman
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2016-01-14proc: meminfo: estimate available memory more conservativelyJohannes Weiner
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2014-12-18fs/proc/meminfo.c: include cma info in proc/meminfoPintu Kumar
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov
2013-11-13mm: factor commit limit calculationJerome Marchand
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan