summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2022-12-112-3/+3
* selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand2022-12-111-2/+2
* selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand2022-12-111-0/+7
* selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed2022-12-111-0/+11
* selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed2022-12-111-36/+44
* selftests/damon: test removed scheme sysfs dir access bugSeongJae Park2022-12-112-1/+59
* selftests/vm: add test to measure MADV_UNMERGEABLE performanceDavid Hildenbrand2022-12-111-2/+74
* selftests/vm: add KSM unmerge testsDavid Hildenbrand2022-12-115-0/+294
* selftests/vm: enable running select groups of testsJoel Savitz2022-12-111-63/+144
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-3/+3
|\
| * kselftests: cgroup: update kmem test precision toleranceMichal Hocko2022-12-091-3/+3
* | selftests/vm: use memfd for hugepage-mmap testPeter Xu2022-11-301-6/+4
* | selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pagesDavid Hildenbrand2022-11-301-1/+27
* | selftests/vm: cow: basic COW tests for non-anonymous pagesDavid Hildenbrand2022-11-301-1/+337
* | selftests/vm: anon_cow: prepare for non-anonymous COW testsDavid Hildenbrand2022-11-305-19/+24
* | selftests/damon: fix unnecessary compilation warningsRong Tao2022-11-301-0/+9
* | selftests/vm: anon_cow: add mprotect() optimization testsDavid Hildenbrand2022-11-301-3/+46
* | tools/vm/page_owner: ignore page_owner_sort binaryRong Tao2022-11-301-0/+1
* | selftests/damon: test non-context inputs to rm_contexts fileSeongJae Park2022-11-302-0/+20
* | selftests/vm: update hugetlb madviseMike Kravetz2022-11-301-3/+4
* | tools/selftets/damon/sysfs: test tried_regions directory existenceSeongJae Park2022-11-301-0/+7
* | selftests/damon: add tests for DAMON_LRU_SORT's enabled parameterSeongJae Park2022-11-302-1/+42
* | selftests/damon: add tests for DAMON_RECLAIM's enabled parameterSeongJae Park2022-11-302-0/+43
* | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-306-6/+35794
|\|
| * tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"Tiezhu Yang2022-11-301-2/+2
| * maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-085-4/+35792
* | selftests/vm: anon_cow: add R/O longterm tests via gup_testDavid Hildenbrand2022-11-081-0/+210
* | selftests/vm: anon_cow: add liburing test casesDavid Hildenbrand2022-11-083-1/+241
* | selftests/vm: anon_cow: hugetlb testsDavid Hildenbrand2022-11-081-1/+69
* | selftests/vm: anon_cow: THP testsDavid Hildenbrand2022-11-081-1/+258
* | selftests/vm: factor out pagemap_is_populated() into vm_utilDavid Hildenbrand2022-11-083-8/+9
* | selftests/vm: anon_cow: test COW handling of anonymous memoryDavid Hildenbrand2022-11-086-1/+416
* | selftests/vm: drop mnt point for hugetlb in run_vmtests.shPeter Xu2022-11-081-15/+3
* | selftests/vm: use memfd for hugepage-mremap testPeter Xu2022-11-081-12/+9
* | selftests/vm: use memfd for hugetlb-madvise testPeter Xu2022-11-081-9/+3
* | selftests/vm: use memfd for uffd hugetlb testsPeter Xu2022-11-081-41/+21
|/
* Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-061-21/+280
|\
| * tools/testing/cxl: Add a single-port host-bridge regression configDan Williams2022-11-041-19/+278
| * tools/testing/cxl: Fix some error exitsDan Williams2022-11-041-2/+2
* | Merge tag 'landlock-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-041-3/+4
|\ \
| * | selftests/landlock: Build without static librariesMickaël Salaün2022-10-191-3/+4
| |/
* | Merge tag 'linux-kselftest-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-033-3/+15
|\ \
| * | selftests/pidfd_test: Remove the erroneous ','Zhao Gongyi2022-11-021-1/+1
| * | selftests: pidfd: Fix compling warningsLi Zhijian2022-10-303-2/+4
| * | ksefltests: pidfd: Fix wait_states: Test terminated by timeoutLi Zhijian2022-10-301-0/+10
* | | Merge tag 'nolibc-urgent.2022.10.28a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-11-011-7/+10
|\ \ \
| * | | tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes2022-10-281-2/+2
| * | | tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau2022-10-281-5/+8
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-011-1/+141
|\ \ \
| * | | KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_testSean Christopherson2022-10-281-1/+1