summaryrefslogtreecommitdiffstats
path: root/fs/proc/meminfo.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memtest: convert to memtest_report_meminfo()Kefeng Wang2023-08-211-11/+1
* mm: kill frontswapJohannes Weiner2023-08-211-0/+1
* mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+5
* mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-051-0/+13
* proc/meminfo: fix spacing in SecPageTablesYosry Ahmed2022-11-221-1/+1
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+4
|\
| * proc: mark more files as permanentAlexey Dobriyan2022-10-031-1/+4
* | mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed2022-08-241-0/+2
|/
* mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-191-0/+7
* mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-1/+1
* proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang2020-08-071-1/+1
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-2/+1
|\
| * mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-2/+1
* | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+4
|/
* proc/meminfo: fix output alignmentKirill A. Shutemov2019-10-191-2/+2
* mm,thp: stats for file backed THPSong Liu2019-09-241-0/+4
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-4/+0
* mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-1/+1
* mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-261-8/+8
* /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+2
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-14/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-5/+5
* mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-4/+4
* meminfo: break apart a very long seq_printf with #ifdefsJoe Perches2016-10-071-116/+95
* 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