summaryrefslogtreecommitdiffstats
path: root/tools/vm
Commit message (Expand)AuthorAgeFilesLines
* mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-091-1/+7
* tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao2022-04-281-4/+2
* tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao2022-04-281-15/+97
* tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai2022-04-281-8/+20
* tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye2022-04-281-22/+142
* tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye2022-04-281-21/+57
* tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderrJiajian Ye2022-04-281-14/+16
* tools/vm/page_owner_sort.c: remove -c optionYinan Zhang2022-04-011-5/+1
* tools/vm/page_owner_sort.c: support for user-defined culling rulesJiajian Ye2022-03-241-21/+129
* tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...Jiajian Ye2022-03-241-27/+93
* tools/vm/page_owner_sort: support for sorting by task command nameJiajian Ye2022-03-241-1/+34
* tools/vm/page_owner_sort: fix three trivival placesJiajian Ye2022-03-241-18/+19
* tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye2022-03-241-3/+37
* tools/vm/page_owner_sort.c: add a security checkJiajian Ye2022-03-241-0/+6
* tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao2022-03-241-1/+1
* tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao2022-03-241-2/+0
* tools/vm/page_owner_sort.c: two trivial fixesShenghong Han2022-03-241-3/+2
* tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao2022-03-241-29/+148
* tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang2022-03-241-3/+20
* tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson2022-03-241-9/+14
* tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson2022-03-241-4/+6
* tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi2021-11-061-2/+2
* tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi2021-11-061-3/+7
* tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi2021-11-061-6/+18
* tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei2021-11-061-9/+85
* tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du2021-09-241-1/+1
* tools/vm/page_owner_sort.c: check malloc() returnTang Bin2021-06-291-0/+4
* mm: Add PG_arch_2 page flagSteven Price2020-09-041-0/+2
* tools/vm/page_owner_sort.c: filter out unneeded lineChanghee Han2020-06-031-2/+3
* tools/vm: fix cross-compile buildLucas Stach2020-04-211-0/+2
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner2020-01-311-2/+2
* tools/vm/slabinfo: add sorting info to help menuTobin C. Harding2019-07-121-0/+2
* tools/vm/slabinfo: add option to sort by partial slabsTobin C. Harding2019-07-121-2/+7
* tools/vm/slabinfo: add partial slab listing to -XTobin C. Harding2019-07-121-13/+28
* tools/vm/slabinfo: order command line optionsTobin C. Harding2019-07-121-35/+35
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-8/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 276Thomas Gleixner2019-06-051-13/+1
* tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding2019-03-051-9/+11
* tools/vm/slabinfo: align usage output columnsTobin C. Harding2019-03-051-3/+3
* tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding2019-03-051-5/+6
* tools/vm/slabinfo: update options in usage messageTobin C. Harding2019-03-051-1/+1
* mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-051-1/+1
* tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen2019-01-081-1/+3
* tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...Anthony Yznaga2018-12-281-1/+1
* tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi2018-09-041-6/+0
* tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi2018-09-041-2/+2
* tools/vm/page-types.c: add support for idle page trackingChristian Hansen2018-08-171-1/+46
* tools/vm/page-types.c: include shared map countsChristian Hansen2018-08-171-14/+59
* mm: mark pages in use for page tablesMatthew Wilcox2018-06-071-0/+1