Age | Commit message (Expand) | Author |
2022-09-11 | tools/vm/page_owner_sort: fix -f option | Yixuan Cao |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-07-29 | tools/vm/page_owner_sort.c: adjust the indent in is_need() | Yixuan Cao |
2022-07-04 | tools/vm/slabinfo: Handle files in debugfs | Stéphane Graber |
2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport |
2022-06-16 | tools/vm/slabinfo: use alphabetic order when two values are equal | Yuanzheng Song |
2022-05-09 | mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages | David Hildenbrand |
2022-04-28 | tools/vm/page_owner_sort.c: avoid repeated judgments | Yixuan Cao |
2022-04-28 | tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and... | Yixuan Cao |
2022-04-28 | tools/vm/page_owner: support debug log to avoid huge log print | Haowen Bai |
2022-04-28 | tools/vm/page_owner_sort.c: support sorting blocks by multiple keys | Jiajian Ye |
2022-04-28 | tools/vm/page_owner_sort.c: support for multi-value selection in single argument | Jiajian Ye |
2022-04-28 | tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderr | Jiajian Ye |
2022-04-01 | tools/vm/page_owner_sort.c: remove -c option | Yinan Zhang |
2022-03-24 | tools/vm/page_owner_sort.c: support for user-defined culling rules | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman... | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort: support for sorting by task command name | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort: fix three trivival places | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: support sorting by tgid and update documentation | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: add a security check | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: fix the instructions for use | Yixuan Cao |
2022-03-24 | tools/vm/page_owner_sort.c: delete invalid duplicate code | Yixuan Cao |
2022-03-24 | tools/vm/page_owner_sort.c: two trivial fixes | Shenghong Han |
2022-03-24 | tools/vm/page_owner_sort.c: support sorting pid and time | Chongxi Zhao |
2022-03-24 | tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt | Yinan Zhang |
2022-03-24 | tools/vm/page_owner_sort.c: support sorting by stack trace | Sean Anderson |
2022-03-24 | tools/vm/page_owner_sort.c: sort by stacktrace before culling | Sean Anderson |
2021-11-06 | tools/vm/page-types.c: print file offset in hexadecimal | Naoya Horiguchi |
2021-11-06 | tools/vm/page-types.c: move show_file() to summary output | Naoya Horiguchi |
2021-11-06 | tools/vm/page-types.c: make walk_file() aware of address range option | Naoya Horiguchi |
2021-11-06 | tools/vm/page_owner_sort.c: count and sort by mem | Zhenliang Wei |
2021-09-24 | tools/vm/page-types: remove dependency on opt_file for idle page tracking | Changbin Du |
2021-06-29 | tools/vm/page_owner_sort.c: check malloc() return | Tang Bin |
2020-09-04 | mm: Add PG_arch_2 page flag | Steven Price |
2020-06-03 | tools/vm/page_owner_sort.c: filter out unneeded line | Changhee Han |
2020-04-21 | tools/vm: fix cross-compile build | Lucas Stach |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-01-31 | tools/vm/slabinfo: fix sanity checks enabling | Daniel Wagner |
2019-07-12 | tools/vm/slabinfo: add sorting info to help menu | Tobin C. Harding |
2019-07-12 | tools/vm/slabinfo: add option to sort by partial slabs | Tobin C. Harding |
2019-07-12 | tools/vm/slabinfo: add partial slab listing to -X | Tobin C. Harding |
2019-07-12 | tools/vm/slabinfo: order command line options | Tobin C. Harding |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 276 | Thomas Gleixner |
2019-03-05 | tools/vm/slabinfo: clean up usage menu debug items | Tobin C. Harding |
2019-03-05 | tools/vm/slabinfo: align usage output columns | Tobin C. Harding |
2019-03-05 | tools/vm/slabinfo: put options in alphabetic order | Tobin C. Harding |
2019-03-05 | tools/vm/slabinfo: update options in usage message | Tobin C. Harding |
2019-03-05 | mm: convert PG_balloon to PG_offline | David Hildenbrand |
2019-01-08 | tools/vm/page_owner: use page_owner_sort in the use example | Miles Chen |