summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-09-10selftests/mm: relax test to fail after 100 migration failuresDev Jain1-6/+11
2024-09-10mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu3-0/+94
2024-09-04selftests/damon: add execute permissions to test scriptsSeongJae Park9-0/+0
2024-09-04selftests/damon: cleanup __pycache__/ with 'make clean'SeongJae Park1-0/+2
2024-09-04selftests/damon: add access_memory_even to .gitignoreSeongJae Park1-0/+1
2024-09-04mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes1-38/+128
2024-09-04mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes1-2/+7
2024-09-04mm: avoid using vma_merge() for new VMAsLorenzo Stoakes2-2/+37
2024-09-04mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes1-2/+1
2024-09-04mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes1-41/+2
2024-09-04tools: add VMA merge testsLorenzo Stoakes2-10/+1317
2024-09-04tools: improve vma test MakefileLorenzo Stoakes1-2/+4
2024-09-04selftests: test_zswap: add test for hierarchical zswap.writebackMike Yuan1-21/+54
2024-09-04selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2-10/+13
2024-09-04x86: remove PG_uncachedMatthew Wilcox (Oracle)1-2/+1
2024-09-04mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)1-5/+5
2024-09-04selftests/mm: add more mseal traversal testsPedro Falcato1-1/+105
2024-09-04selftests: mm: support shmem mTHP collapse testingBaolin Wang3-8/+51
2024-09-04selftests/mm: remove unnecessary ia64 code and commentJinjiang Tu6-67/+8
2024-09-02maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar1-4/+6
2024-09-02maple_tree: introduce mas_wr_store_type()Sidhartha Kumar1-0/+36
2024-09-02maple_tree: add test to replicate low memory race conditionsSidhartha Kumar2-1/+88
2024-09-02mm: rework accept memory helpersKirill A. Shutemov1-1/+1
2024-09-02selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu1-21/+36
2024-09-02selftests/mm: add mseal test for no-discard madvisePedro Falcato1-1/+35
2024-09-02tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes6-0/+1162
2024-09-02tools: separate out shared radix-tree componentsLorenzo Stoakes27-69/+144
2024-09-02mm, memcg: cg2 memory{.swap,}.peak write testsDavid Finkel3-8/+280
2024-08-30Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-08-29Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-32/+143
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)1-11/+21
2024-08-29selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)2-3/+75
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)1-12/+15
2024-08-29selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)1-8/+8
2024-08-29selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)1-5/+16
2024-08-29selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)1-7/+18
2024-08-28selftests: mptcp: join: cannot rm sf if closedMatthieu Baerts (NGI0)1-7/+4
2024-08-27selftests: forwarding: local_termination: Down ports on cleanupPetr Machata1-0/+4
2024-08-27selftests: forwarding: no_forwarding: Down ports on cleanupPetr Machata1-0/+3
2024-08-27Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+2
2024-08-26selftests/livepatch: wait for atomic replace to occurRyan Sullivan1-5/+2
2024-08-26iommufd: Do not allow creating areas without READ or WRITEJason Gunthorpe1-3/+3
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-110/+565
2024-08-22selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel1-1/+2
2024-08-21selftests: mptcp: join: validate fullmesh endp on 1st sfMatthieu Baerts (NGI0)1-0/+1
2024-08-21selftests: mptcp: join: test for flush/re-add endpointsMatthieu Baerts (NGI0)1-0/+30
2024-08-21selftests: mptcp: join: check re-using ID of closed subflowMatthieu Baerts (NGI0)1-5/+22
2024-08-21selftests: mptcp: join: check re-using ID of unused ADD_ADDRMatthieu Baerts (NGI0)1-5/+13
2024-08-20Merge tag 'cxl-fixes-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+13
2024-08-19selftests: udpgro: no need to load xdp for groHangbin Liu1-8/+1