index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
1
-1
/
+7
2022-04-29
tools/vm/page_owner_sort.c: avoid repeated judgments
Yixuan Cao
1
-4
/
+2
2022-04-29
tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...
Yixuan Cao
1
-15
/
+97
2022-04-29
tools/vm/page_owner: support debug log to avoid huge log print
Haowen Bai
1
-8
/
+20
2022-04-29
tools/vm/page_owner_sort.c: support sorting blocks by multiple keys
Jiajian Ye
1
-22
/
+142
2022-04-29
tools/vm/page_owner_sort.c: support for multi-value selection in single argument
Jiajian Ye
1
-21
/
+57
2022-04-29
tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderr
Jiajian Ye
1
-14
/
+16
2022-04-01
tools/vm/page_owner_sort.c: remove -c option
Yinan Zhang
1
-5
/
+1
2022-03-25
tools/vm/page_owner_sort.c: support for user-defined culling rules
Jiajian Ye
1
-21
/
+129
2022-03-25
tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...
Jiajian Ye
1
-27
/
+93
2022-03-25
tools/vm/page_owner_sort: support for sorting by task command name
Jiajian Ye
1
-1
/
+34
2022-03-25
tools/vm/page_owner_sort: fix three trivival places
Jiajian Ye
1
-18
/
+19
2022-03-25
tools/vm/page_owner_sort.c: support sorting by tgid and update documentation
Jiajian Ye
1
-3
/
+37
2022-03-25
tools/vm/page_owner_sort.c: add a security check
Jiajian Ye
1
-0
/
+6
2022-03-25
tools/vm/page_owner_sort.c: fix the instructions for use
Yixuan Cao
1
-1
/
+1
2022-03-25
tools/vm/page_owner_sort.c: delete invalid duplicate code
Yixuan Cao
1
-2
/
+0
2022-03-25
tools/vm/page_owner_sort.c: two trivial fixes
Shenghong Han
1
-3
/
+2
2022-03-25
tools/vm/page_owner_sort.c: support sorting pid and time
Chongxi Zhao
1
-29
/
+148
2022-03-25
tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt
Yinan Zhang
1
-3
/
+20
2022-03-25
tools/vm/page_owner_sort.c: support sorting by stack trace
Sean Anderson
1
-9
/
+14
2022-03-25
tools/vm/page_owner_sort.c: sort by stacktrace before culling
Sean Anderson
1
-4
/
+6
2021-11-06
tools/vm/page-types.c: print file offset in hexadecimal
Naoya Horiguchi
1
-2
/
+2
2021-11-06
tools/vm/page-types.c: move show_file() to summary output
Naoya Horiguchi
1
-3
/
+7
2021-11-06
tools/vm/page-types.c: make walk_file() aware of address range option
Naoya Horiguchi
1
-6
/
+18
2021-11-06
tools/vm/page_owner_sort.c: count and sort by mem
Zhenliang Wei
1
-9
/
+85
2021-09-25
tools/vm/page-types: remove dependency on opt_file for idle page tracking
Changbin Du
1
-1
/
+1
2021-06-29
tools/vm/page_owner_sort.c: check malloc() return
Tang Bin
1
-0
/
+4
2020-09-04
mm: Add PG_arch_2 page flag
Steven Price
1
-0
/
+2
2020-06-04
tools/vm/page_owner_sort.c: filter out unneeded line
Changhee Han
1
-2
/
+3
2020-04-21
tools/vm: fix cross-compile build
Lucas Stach
1
-0
/
+2
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-01-31
tools/vm/slabinfo: fix sanity checks enabling
Daniel Wagner
1
-2
/
+2
2019-07-12
tools/vm/slabinfo: add sorting info to help menu
Tobin C. Harding
1
-0
/
+2
2019-07-12
tools/vm/slabinfo: add option to sort by partial slabs
Tobin C. Harding
1
-2
/
+7
2019-07-12
tools/vm/slabinfo: add partial slab listing to -X
Tobin C. Harding
1
-13
/
+28
2019-07-12
tools/vm/slabinfo: order command line options
Tobin C. Harding
1
-35
/
+35
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-8
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 276
Thomas Gleixner
1
-13
/
+1
2019-03-06
tools/vm/slabinfo: clean up usage menu debug items
Tobin C. Harding
1
-9
/
+11
2019-03-06
tools/vm/slabinfo: align usage output columns
Tobin C. Harding
1
-3
/
+3
2019-03-06
tools/vm/slabinfo: put options in alphabetic order
Tobin C. Harding
1
-5
/
+6
2019-03-06
tools/vm/slabinfo: update options in usage message
Tobin C. Harding
1
-1
/
+1
2019-03-06
mm: convert PG_balloon to PG_offline
David Hildenbrand
1
-1
/
+1
2019-01-09
tools/vm/page_owner: use page_owner_sort in the use example
Miles Chen
1
-1
/
+3
2018-12-28
tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...
Anthony Yznaga
1
-1
/
+1
2018-09-05
tools/vm/page-types.c: fix "defined but not used" warning
Naoya Horiguchi
1
-6
/
+0
2018-09-05
tools/vm/slabinfo.c: fix sign-compare warning
Naoya Horiguchi
1
-2
/
+2
2018-08-18
tools/vm/page-types.c: add support for idle page tracking
Christian Hansen
1
-1
/
+46
2018-08-18
tools/vm/page-types.c: include shared map counts
Christian Hansen
1
-14
/
+59
2018-06-08
mm: mark pages in use for page tables
Matthew Wilcox
1
-0
/
+1
[next]