summaryrefslogtreecommitdiffstats
path: root/tools/vm
AgeCommit message (Expand)AuthorLines
2021-06-29tools/vm/page_owner_sort.c: check malloc() returnTang Bin-0/+4
2020-09-04mm: Add PG_arch_2 page flagSteven Price-0/+2
2020-06-03tools/vm/page_owner_sort.c: filter out unneeded lineChanghee Han-2/+3
2020-04-21tools/vm: fix cross-compile buildLucas Stach-0/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-01-31tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner-2/+2
2019-07-12tools/vm/slabinfo: add sorting info to help menuTobin C. Harding-0/+2
2019-07-12tools/vm/slabinfo: add option to sort by partial slabsTobin C. Harding-2/+7
2019-07-12tools/vm/slabinfo: add partial slab listing to -XTobin C. Harding-13/+28
2019-07-12tools/vm/slabinfo: order command line optionsTobin C. Harding-35/+35
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-8/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 276Thomas Gleixner-13/+1
2019-03-05tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding-9/+11
2019-03-05tools/vm/slabinfo: align usage output columnsTobin C. Harding-3/+3
2019-03-05tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding-5/+6
2019-03-05tools/vm/slabinfo: update options in usage messageTobin C. Harding-1/+1
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand-1/+1
2019-01-08tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen-1/+3
2018-12-28tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...Anthony Yznaga-1/+1
2018-09-04tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi-6/+0
2018-09-04tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi-2/+2
2018-08-17tools/vm/page-types.c: add support for idle page trackingChristian Hansen-1/+46
2018-08-17tools/vm/page-types.c: include shared map countsChristian Hansen-14/+59
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox-0/+1
2018-02-21tools: fix cross-compile var clobberingMartin Kelly-1/+0
2018-01-31tools, vm: new option to specify kpageflags fileDavid Rientjes-7/+21
2017-12-14tools/slabinfo-gnuplot: force to use bash shellLiu, Changcheng-1/+1
2017-11-15tools: slabinfo: add "-U" option to show unreclaimable slabs onlyYang Shi-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-02-22tools/vm: add missing Makefile rulesDaniel Thompson-0/+8
2016-07-26tools/vm/page_owner: increase temporary buffer sizeJoonsoo Kim-2/+7
2016-07-23tools/vm/slabinfo: fix an unintentional printfDan Carpenter-1/+2
2016-06-24tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King-1/+1
2016-03-17tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1Naoya Horiguchi-1/+9
2016-03-17tools/vm/page-types.c: add memory cgroup dumping and filteringKonstantin Khlebnikov-15/+84
2016-03-17tools/vm/page-types.c: support swap entryNaoya Horiguchi-1/+29
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott-1/+1
2015-11-20tools/vm/page-types.c: support KPF_IDLENaoya Horiguchi-0/+1
2015-11-05tools/vm/slabinfo: gnuplot slabifo extended statSergey Senozhatsky-0/+275
2015-11-05tools/vm/slabinfo: cosmetic globals cleanupSergey Senozhatsky-27/+27
2015-11-05tools/vm/slabinfo: output sizes in bytesSergey Senozhatsky-37/+51
2015-11-05tools/vm/slabinfo: introduce extended totals modeSergey Senozhatsky-10/+44
2015-11-05tools/vm/slabinfo: fix alternate opts namesSergey Senozhatsky-3/+5
2015-11-05tools/vm/slabinfo: sort slabs by lossSergey Senozhatsky-4/+21
2015-11-05tools/vm/slabinfo: limit the number of reported slabsSergey Senozhatsky-3/+15
2015-11-05tools/vm/slabinfo: use getopt no_argument/optional_argumentSergey Senozhatsky-17/+17
2015-09-22tools vm: Fix build due to removal of tools/lib/api/fs/debugfs.hArnaldo Carvalho de Melo-3/+3
2015-09-08pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov-0/+10
2015-09-08pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov-17/+8
2015-05-14tools/vm: fix page-flags buildAndi Kleen-1/+1