summaryrefslogtreecommitdiffstats
path: root/tools/vm
AgeCommit message (Expand)AuthorLines
2022-09-11tools/vm/page_owner_sort: fix -f optionYixuan Cao-1/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-25/+37
2022-07-29tools/vm/page_owner_sort.c: adjust the indent in is_need()Yixuan Cao-16/+16
2022-07-04tools/vm/slabinfo: Handle files in debugfsStéphane Graber-2/+24
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport-1/+1
2022-06-16tools/vm/slabinfo: use alphabetic order when two values are equalYuanzheng Song-10/+22
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand-1/+7
2022-04-28tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao-4/+2
2022-04-28tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao-15/+97
2022-04-28tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai-8/+20
2022-04-28tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye-22/+142
2022-04-28tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye-21/+57
2022-04-28tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderrJiajian Ye-14/+16
2022-04-01tools/vm/page_owner_sort.c: remove -c optionYinan Zhang-5/+1
2022-03-24tools/vm/page_owner_sort.c: support for user-defined culling rulesJiajian Ye-21/+129
2022-03-24tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...Jiajian Ye-27/+93
2022-03-24tools/vm/page_owner_sort: support for sorting by task command nameJiajian Ye-1/+34
2022-03-24tools/vm/page_owner_sort: fix three trivival placesJiajian Ye-18/+19
2022-03-24tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye-3/+37
2022-03-24tools/vm/page_owner_sort.c: add a security checkJiajian Ye-0/+6
2022-03-24tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao-1/+1
2022-03-24tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao-2/+0
2022-03-24tools/vm/page_owner_sort.c: two trivial fixesShenghong Han-3/+2
2022-03-24tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao-29/+148
2022-03-24tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang-3/+20
2022-03-24tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson-9/+14
2022-03-24tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson-4/+6
2021-11-06tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi-2/+2
2021-11-06tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi-3/+7
2021-11-06tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi-6/+18
2021-11-06tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei-9/+85
2021-09-24tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du-1/+1
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