index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
meminfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: memcontrol: account pagetables per node
Shakeel Butt
2020-12-15
1
-1
/
+1
*
proc/meminfo: avoid open coded reading of vm_committed_as
Feng Tang
2020-08-07
1
-1
/
+1
*
mm: memcontrol: account kernel stack per node
Shakeel Butt
2020-08-07
1
-2
/
+2
*
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
2020-08-07
1
-2
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
1
-2
/
+1
|
\
|
*
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
1
-2
/
+1
*
|
scs: Add page accounting for shadow call stack allocations
Sami Tolvanen
2020-05-15
1
-0
/
+4
|
/
*
proc/meminfo: fix output alignment
Kirill A. Shutemov
2019-10-19
1
-2
/
+2
*
mm,thp: stats for file backed THP
Song Liu
2019-09-24
1
-0
/
+4
*
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-24
1
-4
/
+0
*
mm: vmalloc: show number of vmalloc pages in /proc/meminfo
Roman Gushchin
2019-07-12
1
-1
/
+1
*
mm, proc: add KReclaimable to /proc/meminfo
Vlastimil Babka
2018-10-26
1
-8
/
+8
*
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
2018-08-22
1
-0
/
+2
*
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-13
/
+1
*
proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
Andrei Vagin
2018-04-11
1
-14
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm: rename global_page_state to global_zone_page_state
Michal Hocko
2017-09-06
1
-5
/
+5
*
mm: fix global NR_SLAB_.*CLAIMABLE counter reads
Johannes Weiner
2017-08-10
1
-4
/
+4
*
meminfo: break apart a very long seq_printf with #ifdefs
Joe Perches
2016-10-07
1
-116
/
+95
*
proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
Mel Gorman
2016-08-11
1
-1
/
+1
*
mm: track NR_KERNEL_STACK in KiB instead of number of stacks
Andy Lutomirski
2016-07-28
1
-1
/
+1
*
mm: move most file-based accounting to the node
Mel Gorman
2016-07-28
1
-8
/
+8
*
mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
Mel Gorman
2016-07-28
1
-1
/
+1
*
mm: move page mapped accounting to the node
Mel Gorman
2016-07-28
1
-2
/
+2
*
mm, rmap: account shmem thp pages
Kirill A. Shutemov
2016-07-26
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-14
1
-4
/
+1
*
mm: get rid of 'vmalloc_info' from /proc/meminfo
Linus Torvalds
2015-11-01
1
-5
/
+2
*
fs/proc/meminfo.c: include cma info in proc/meminfo
Pintu Kumar
2014-12-18
1
-2
/
+13
*
mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces
Rafael Aquini
2014-08-06
1
-1
/
+1
*
fs/proc/meminfo: meminfo_proc_show(): fix typo in comment
Luiz Capitulino
2014-04-07
1
-1
/
+1
*
fs/proc: don't use module_init for non-modular core code
Paul Gortmaker
2014-01-23
1
-1
/
+1
*
/proc/meminfo: provide estimated available memory
Rik van Riel
2014-01-21
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-12
1
-6
/
+0
*
mm, vmalloc: move get_vmalloc_info() to vmalloc.c
Joonsoo Kim
2013-04-29
1
-0
/
+1
*
swap: make each swap partition have one address_space
Shaohua Li
2013-02-23
1
-2
/
+2
*
memory-failure: use num_poisoned_pages instead of mce_bad_pages
Xishi Qiu
2013-02-23
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-26
1
-1
/
+1
*
thp: transparent hugepage vmstat
Andrea Arcangeli
2011-01-13
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
|
\
[next]