开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
mm
Age
Commit message (
Expand
)
Author
2026-06-22
Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-06-18
tools/mm/slabinfo: fix total_objects attribute name
Yichong Chen
2026-06-02
tools/mm/page-types: fix kpageflags option argument in getopt_long
Ye Liu
2026-06-02
tools/mm/page-types: fix ternary operator precedence in sigbus handler
Ye Liu
2026-06-02
tools/mm/page-types: fix typo in madvise() error message
Ye Liu
2026-05-29
tools/mm/slabinfo: remove redundant slab->partial assignment
Xuewen Wang
2026-05-29
tools/mm/slabinfo: remove dead assignment in get_obj_and_str()
Xuewen Wang
2026-05-29
tools/mm/slabinfo: Fix trace disable logic inversion
Xuewen Wang
2026-01-20
tools/mm/slabinfo: fix --partial long option mapping
Kaushlendra Kumar
2026-01-20
tools/mm/thp_swap_allocator_test: fix small folio alignment
Kaushlendra Kumar
2025-12-23
tools/mm/page_owner_sort: fix timestamp comparison for stable sorting
Kaushlendra Kumar
2025-11-16
tools/mm/page_owner_sort: add help option support
Ye Liu
2025-11-16
tools/mm: use <stdbool.h> in page_owner_sort.c
Ye Liu
2025-09-21
tools/mm/slabinfo: fix access to null terminator in string boundary
Kaushlendra Kumar
2025-07-09
tools/mm: add script to display page state for a given PID and VADDR
Ye Liu
2025-02-17
tools/mm: fix build warnings with musl-libc
Florian Fainelli
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-14
tools/mm: fix compile error
Motiejus JakÅ`tys
2024-11-11
tools/mm: fix slabinfo crash when MAX_SLABS is exceeded
Marc Dionne
2024-11-06
tools/mm: free the allocated memory
Liu Jing
2024-10-30
tools/mm: -Werror fixes in page-types/slabinfo
Wladislav Wiebe
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-09-09
tools/mm: rm thp_swap_allocator_test when make clean
zhangjiao
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
2024-07-10
tools/mm: introduce a tool to assess swap entry allocation for thp_swapout
Barry Song
2024-02-22
tools/mm: add thpmaps script to dump THP usage info
Ryan Roberts
2023-10-18
tools/mm: update the usage output to be more organized
Audra Mitchell
2023-10-18
tools/mm: fix the default case for page_owner_sort
Audra Mitchell
2023-10-18
tools/mm: filter out timestamps for correct collation
Audra Mitchell
2023-10-18
tools/mm: remove references to free_ts from page_owner_sort
Audra Mitchell
2023-09-05
tools/mm: fix undefined reference to pthread_once
Xie XiuQi
2023-04-25
Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-04-16
tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
Steve Chou
2023-03-29
mm, page_flags: remove PG_slob_free
Vlastimil Babka
2023-02-02
tools/mm: allow users to provide additional cflags/ldflags
Herton R. Krzesinski
2023-01-18
tools/vm: rename tools/vm to tools/mm
SeongJae Park