aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi1-2/+2
2021-11-06tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi1-3/+7
2021-11-06tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi1-6/+18
2021-11-06tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei1-9/+85
2021-09-24tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du1-1/+1
2021-06-29tools/vm/page_owner_sort.c: check malloc() returnTang Bin1-0/+4
2020-09-04mm: Add PG_arch_2 page flagSteven Price1-0/+2
2020-06-03tools/vm/page_owner_sort.c: filter out unneeded lineChanghee Han1-2/+3
2020-04-21tools/vm: fix cross-compile buildLucas Stach1-0/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-31tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner1-2/+2
2019-07-12tools/vm/slabinfo: add sorting info to help menuTobin C. Harding1-0/+2
2019-07-12tools/vm/slabinfo: add option to sort by partial slabsTobin C. Harding1-2/+7
2019-07-12tools/vm/slabinfo: add partial slab listing to -XTobin C. Harding1-13/+28
2019-07-12tools/vm/slabinfo: order command line optionsTobin C. Harding1-35/+35
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-8/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 276Thomas Gleixner1-13/+1
2019-03-05tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding1-9/+11
2019-03-05tools/vm/slabinfo: align usage output columnsTobin C. Harding1-3/+3
2019-03-05tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding1-5/+6
2019-03-05tools/vm/slabinfo: update options in usage messageTobin C. Harding1-1/+1
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand1-1/+1
2019-01-08tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen1-1/+3
2018-12-28tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" failuresAnthony Yznaga1-1/+1
2018-09-04tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi1-6/+0
2018-09-04tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi1-2/+2
2018-08-17tools/vm/page-types.c: add support for idle page trackingChristian Hansen1-1/+46
2018-08-17tools/vm/page-types.c: include shared map countsChristian Hansen1-14/+59
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox1-0/+1
2018-02-21tools: fix cross-compile var clobberingMartin Kelly1-1/+0
2018-01-31tools, vm: new option to specify kpageflags fileDavid Rientjes1-7/+21
2017-12-14tools/slabinfo-gnuplot: force to use bash shellLiu, Changcheng1-1/+1
2017-11-15tools: slabinfo: add "-U" option to show unreclaimable slabs onlyYang Shi1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-02-22tools/vm: add missing Makefile rulesDaniel Thompson1-0/+8
2016-07-26tools/vm/page_owner: increase temporary buffer sizeJoonsoo Kim1-2/+7
2016-07-23tools/vm/slabinfo: fix an unintentional printfDan Carpenter1-1/+2
2016-06-24tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King1-1/+1
2016-03-17tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1Naoya Horiguchi1-1/+9
2016-03-17tools/vm/page-types.c: add memory cgroup dumping and filteringKonstantin Khlebnikov1-15/+84
2016-03-17tools/vm/page-types.c: support swap entryNaoya Horiguchi1-1/+29
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott1-1/+1
2015-11-20tools/vm/page-types.c: support KPF_IDLENaoya Horiguchi1-0/+1
2015-11-05tools/vm/slabinfo: gnuplot slabifo extended statSergey Senozhatsky1-0/+275
2015-11-05tools/vm/slabinfo: cosmetic globals cleanupSergey Senozhatsky1-27/+27
2015-11-05tools/vm/slabinfo: output sizes in bytesSergey Senozhatsky1-37/+51
2015-11-05tools/vm/slabinfo: introduce extended totals modeSergey Senozhatsky1-10/+44
2015-11-05tools/vm/slabinfo: fix alternate opts namesSergey Senozhatsky1-3/+5
2015-11-05tools/vm/slabinfo: sort slabs by lossSergey Senozhatsky1-4/+21
2015-11-05tools/vm/slabinfo: limit the number of reported slabsSergey Senozhatsky1-3/+15