| Commit message (Expand) | Author | Age | Files | Lines |
* | meminfo: break apart a very long seq_printf with #ifdefs | Joe Perches | 2016-10-08 | 1 | -116/+95 |
* | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo | Mel Gorman | 2016-08-12 | 1 | -1/+1 |
* | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 2016-07-29 | 1 | -1/+1 |
* | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-29 | 1 | -8/+8 |
* | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman | 2016-07-29 | 1 | -1/+1 |
* | mm: move page mapped accounting to the node | Mel Gorman | 2016-07-29 | 1 | -2/+2 |
* | mm, rmap: account shmem thp pages | Kirill A. Shutemov | 2016-07-27 | 1 | -2/+5 |
* | mm/page_alloc.c: calculate 'available' memory in a separate function | Igor Redko | 2016-03-17 | 1 | -30/+1 |
* | proc: meminfo: estimate available memory more conservatively | Johannes Weiner | 2016-01-15 | 1 | -4/+1 |
* | mm: get rid of 'vmalloc_info' from /proc/meminfo | Linus Torvalds | 2015-11-02 | 1 | -5/+2 |
* | fs/proc/meminfo.c: include cma info in proc/meminfo | Pintu Kumar | 2014-12-19 | 1 | -2/+13 |
* | mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces | Rafael Aquini | 2014-08-07 | 1 | -1/+1 |
* | fs/proc/meminfo: meminfo_proc_show(): fix typo in comment | Luiz Capitulino | 2014-04-08 | 1 | -1/+1 |
* | fs/proc: don't use module_init for non-modular core code | Paul Gortmaker | 2014-01-24 | 1 | -1/+1 |
* | /proc/meminfo: provide estimated available memory | Rik van Riel | 2014-01-22 | 1 | -0/+37 |
* | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov | 2013-11-15 | 1 | -1/+1 |
* | mm: factor commit limit calculation | Jerome Marchand | 2013-11-13 | 1 | -4/+1 |
* | thp: account anon transparent huge pages into NR_ANON_PAGES | Kirill A. Shutemov | 2013-09-13 | 1 | -6/+0 |
* | mm, vmalloc: move get_vmalloc_info() to vmalloc.c | Joonsoo Kim | 2013-04-30 | 1 | -0/+1 |
* | swap: make each swap partition have one address_space | Shaohua Li | 2013-02-24 | 1 | -2/+2 |
* | memory-failure: use num_poisoned_pages instead of mce_bad_pages | Xishi Qiu | 2013-02-24 | 1 | -1/+1 |
* | fs/proc/meminfo.c: fix compilation error | Claudio Scordino | 2011-12-09 | 1 | -3/+4 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | thp: transparent hugepage vmstat | Andrea Arcangeli | 2011-01-14 | 1 | -1/+13 |
* | hwpoison: fix/proc/meminfo alignment | Hugh Dickins | 2009-10-29 | 1 | -1/+1 |
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 1 | -1/+8 |
|\ |
|
| * | HWPOISON: The high level memory error handler in the VM v7 | Andi Kleen | 2009-09-16 | 1 | -1/+8 |
* | | mm: oom analysis: add shmem vmstat | KOSAKI Motohiro | 2009-09-22 | 1 | -0/+2 |
* | | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output | KOSAKI Motohiro | 2009-09-22 | 1 | -0/+2 |
|/ |
|
* | mm: remove CONFIG_UNEVICTABLE_LRU config option | KOSAKI Motohiro | 2009-06-17 | 1 | -4/+0 |
* | mm: fix Committed_AS underflow on large NR_CPUS environment | KOSAKI Motohiro | 2009-05-03 | 1 | -1/+1 |
* | nommu: fix a number of issues with the per-MM VMA patch | David Howells | 2009-04-03 | 1 | -1/+1 |
* | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 1 | -0/+6 |
* | proc: switch /proc/meminfo to seq_file | Alexey Dobriyan | 2008-10-23 | 1 | -0/+168 |