Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools/vm
AgeCommit message (Expand)Author
2022-09-12tools/vm/page_owner_sort: fix -f optionYixuan Cao
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-30tools/vm/page_owner_sort.c: adjust the indent in is_need()Yixuan Cao
2022-07-04tools/vm/slabinfo: Handle files in debugfsStéphane Graber
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-06-17tools/vm/slabinfo: use alphabetic order when two values are equalYuanzheng Song
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand
2022-04-29tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao
2022-04-29tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao
2022-04-29tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai
2022-04-29tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye
2022-04-29tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye
2022-04-29tools/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-25tools/vm/page_owner_sort.c: support for user-defined culling rulesJiajian Ye
2022-03-25tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...Jiajian Ye
2022-03-25tools/vm/page_owner_sort: support for sorting by task command nameJiajian Ye
2022-03-25tools/vm/page_owner_sort: fix three trivival placesJiajian Ye
2022-03-25tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye
2022-03-25tools/vm/page_owner_sort.c: add a security checkJiajian Ye
2022-03-25tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao
2022-03-25tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao
2022-03-25tools/vm/page_owner_sort.c: two trivial fixesShenghong Han
2022-03-25tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao
2022-03-25tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang
2022-03-25tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson
2022-03-25tools/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-25tools/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-04tools/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-06tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding
2019-03-06tools/vm/slabinfo: align usage output columnsTobin C. Harding
2019-03-06tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding
2019-03-06tools/vm/slabinfo: update options in usage messageTobin C. Harding
2019-03-06mm: convert PG_balloon to PG_offlineDavid Hildenbrand
2019-01-09tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen