summaryrefslogtreecommitdiff
path: root/tools/vm
AgeCommit message (Expand)Author
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand
2022-04-28tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao
2022-04-28tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao
2022-04-28tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai
2022-04-28tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye
2022-04-28tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye
2022-04-28tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderrJiajian Ye
2022-04-01tools/vm/page_owner_sort.c: remove -c optionYinan Zhang
2022-03-24tools/vm/page_owner_sort.c: support for user-defined culling rulesJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...Jiajian Ye
2022-03-24tools/vm/page_owner_sort: support for sorting by task command nameJiajian Ye
2022-03-24tools/vm/page_owner_sort: fix three trivival placesJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: add a security checkJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao
2022-03-24tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao
2022-03-24tools/vm/page_owner_sort.c: two trivial fixesShenghong Han
2022-03-24tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao
2022-03-24tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang
2022-03-24tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson
2022-03-24tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson
2021-11-06tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi
2021-11-06tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi
2021-11-06tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi
2021-11-06tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei
2021-09-24tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du
2021-06-29tools/vm/page_owner_sort.c: check malloc() returnTang Bin
2020-09-04mm: Add PG_arch_2 page flagSteven Price
2020-06-03tools/vm/page_owner_sort.c: filter out unneeded lineChanghee Han
2020-04-21tools/vm: fix cross-compile buildLucas Stach
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-01-31tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner
2019-07-12tools/vm/slabinfo: add sorting info to help menuTobin C. Harding
2019-07-12tools/vm/slabinfo: add option to sort by partial slabsTobin C. Harding
2019-07-12tools/vm/slabinfo: add partial slab listing to -XTobin C. Harding
2019-07-12tools/vm/slabinfo: order command line optionsTobin C. Harding
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 276Thomas Gleixner
2019-03-05tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding
2019-03-05tools/vm/slabinfo: align usage output columnsTobin C. Harding
2019-03-05tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding
2019-03-05tools/vm/slabinfo: update options in usage messageTobin C. Harding
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand
2019-01-08tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen
2018-12-28tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...Anthony Yznaga
2018-09-04tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi
2018-09-04tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi
2018-08-17tools/vm/page-types.c: add support for idle page trackingChristian Hansen
2018-08-17tools/vm/page-types.c: include shared map countsChristian Hansen
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox