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