tools/vm: rename tools/vm to tools/mm
authorSeongJae Park <sj@kernel.org>
Tue, 3 Jan 2023 18:07:52 +0000 (18:07 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 19 Jan 2023 01:12:55 +0000 (17:12 -0800)
commit799fb82aa132fa3a3886b7872997a5a84e820062
tree4fdd3348c9b59fe06d6d972a25b68b7587df918f
parent060deca404ba7c2f499fcee793956c502c60e193
tools/vm: rename tools/vm to tools/mm

Rename tools/vm to tools/mm for being more consistent with the code and
documentation directories, and won't be confused with virtual machines.

Link: https://lkml.kernel.org/r/20230103180754.129637-4-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20 files changed:
Documentation/admin-guide/mm/idle_page_tracking.rst
Documentation/admin-guide/mm/pagemap.rst
Documentation/mm/page_owner.rst
Documentation/mm/slub.rst
Documentation/translations/zh_CN/mm/page_owner.rst
MAINTAINERS
mm/Kconfig.debug
mm/memory-failure.c
tools/mm/.gitignore [new file with mode: 0644]
tools/mm/Makefile [new file with mode: 0644]
tools/mm/page-types.c [new file with mode: 0644]
tools/mm/page_owner_sort.c [new file with mode: 0644]
tools/mm/slabinfo-gnuplot.sh [new file with mode: 0644]
tools/mm/slabinfo.c [new file with mode: 0644]
tools/vm/.gitignore [deleted file]
tools/vm/Makefile [deleted file]
tools/vm/page-types.c [deleted file]
tools/vm/page_owner_sort.c [deleted file]
tools/vm/slabinfo-gnuplot.sh [deleted file]
tools/vm/slabinfo.c [deleted file]