aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/meminfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner1-2/+1
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang1-11/+1
2023-08-21mm: kill frontswapJohannes Weiner1-0/+1
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+5
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+13
2022-11-22proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2022-10-03proc: mark more files as permanentAlexey Dobriyan1-1/+4
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+2
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+7
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song1-1/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-1/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-1/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-1/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-1/+1
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-1/+1
2020-08-07proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang1-1/+1
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-2/+1
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+4
2019-10-19proc/meminfo: fix output alignmentKirill A. Shutemov1-2/+2
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+4
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin1-1/+1
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka1-8/+8
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)1-0/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-14/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-5/+5
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-4/+4
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman1-1/+1
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-8/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-2/+2
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-2/+5
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-30/+1
2016-01-14proc: meminfo: estimate available memory more conservativelyJohannes Weiner1-4/+1
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds1-5/+2
2014-12-18fs/proc/meminfo.c: include cma info in proc/meminfoPintu Kumar1-2/+13
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-1/+1
2013-11-13mm: factor commit limit calculationJerome Marchand1-4/+1
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim1-0/+1
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+2
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-1/+8
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+2
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-1/+8
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-0/+6
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan1-0/+168