summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/mm: relax test to fail after 100 migration failuresDev Jain2024-09-101-6/+11
* mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu2024-09-103-0/+94
* selftests/damon: add execute permissions to test scriptsSeongJae Park2024-09-049-0/+0
* selftests/damon: cleanup __pycache__/ with 'make clean'SeongJae Park2024-09-041-0/+2
* selftests/damon: add access_memory_even to .gitignoreSeongJae Park2024-09-041-0/+1
* mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes2024-09-041-38/+128
* mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes2024-09-041-2/+7
* mm: avoid using vma_merge() for new VMAsLorenzo Stoakes2024-09-042-2/+37
* mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes2024-09-041-2/+1
* mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes2024-09-041-41/+2
* tools: add VMA merge testsLorenzo Stoakes2024-09-042-10/+1317
* tools: improve vma test MakefileLorenzo Stoakes2024-09-041-2/+4
* selftests: test_zswap: add test for hierarchical zswap.writebackMike Yuan2024-09-041-21/+54
* selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2024-09-042-10/+13
* x86: remove PG_uncachedMatthew Wilcox (Oracle)2024-09-041-2/+1
* mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)2024-09-041-5/+5
* selftests/mm: add more mseal traversal testsPedro Falcato2024-09-041-1/+105
* selftests: mm: support shmem mTHP collapse testingBaolin Wang2024-09-043-8/+51
* selftests/mm: remove unnecessary ia64 code and commentJinjiang Tu2024-09-046-67/+8
* maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2024-09-021-4/+6
* maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2024-09-021-0/+36
* maple_tree: add test to replicate low memory race conditionsSidhartha Kumar2024-09-022-1/+88
* mm: rework accept memory helpersKirill A. Shutemov2024-09-021-1/+1
* selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu2024-09-021-21/+36
* selftests/mm: add mseal test for no-discard madvisePedro Falcato2024-09-021-1/+35
* tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes2024-09-026-0/+1162
* tools: separate out shared radix-tree componentsLorenzo Stoakes2024-09-0227-69/+144
* mm, memcg: cg2 memory{.swap,}.peak write testsDavid Finkel2024-09-023-8/+280
* Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-301-3/+3
|\
| * iommufd: Do not allow creating areas without READ or WRITEJason Gunthorpe2024-08-261-3/+3
* | Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-294-32/+143
|\ \
| * | selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)2024-08-291-11/+21
| * | selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)2024-08-292-3/+75
| * | selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)2024-08-291-12/+15
| * | selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)2024-08-291-8/+8
| * | selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)2024-08-291-5/+16
| * | selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)2024-08-291-7/+18
| * | selftests: mptcp: join: cannot rm sf if closedMatthieu Baerts (NGI0)2024-08-271-7/+4
| * | selftests: forwarding: local_termination: Down ports on cleanupPetr Machata2024-08-271-0/+4
| * | selftests: forwarding: no_forwarding: Down ports on cleanupPetr Machata2024-08-271-0/+3
* | | Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-08-271-5/+2
|\ \ \ | |/ / |/| |
| * | selftests/livepatch: wait for atomic replace to occurRyan Sullivan2024-08-261-5/+2
* | | Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-237-110/+565
|\ \ \
| * | | selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel2024-08-221-1/+2
| * | | selftests: mptcp: join: validate fullmesh endp on 1st sfMatthieu Baerts (NGI0)2024-08-211-0/+1
| * | | selftests: mptcp: join: test for flush/re-add endpointsMatthieu Baerts (NGI0)2024-08-211-0/+30
| * | | selftests: mptcp: join: check re-using ID of closed subflowMatthieu Baerts (NGI0)2024-08-211-5/+22
| * | | selftests: mptcp: join: check re-using ID of unused ADD_ADDRMatthieu Baerts (NGI0)2024-08-211-5/+13
| * | | selftests: udpgro: no need to load xdp for groHangbin Liu2024-08-191-8/+1
| * | | selftests: udpgro: report error when receive failedHangbin Liu2024-08-191-17/+27