summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-09-14selftests/mm: test that rmap behaves as expectedWei Yang4-0/+441
2025-09-14selftests/mm: put general ksm operation into vm_utilWei Yang3-118/+154
2025-09-14selftests/mm: check after-split folio orders in split_huge_page_testZi Yan1-24/+64
2025-09-14selftests/mm: add check_after_split_folio_orders() helperZi Yan1-0/+152
2025-09-14selftests/mm: reimplement is_backed_by_thp() with more precise checkZi Yan3-24/+82
2025-09-14selftests/mm: mark all functions static in split_huge_page_test.cZi Yan1-11/+11
2025-09-14selftests: prctl: introduce tests for disabling THPs except for madviseUsama Arif1-0/+113
2025-09-14selftests: prctl: introduce tests for disabling THPs completelyUsama Arif5-1/+189
2025-09-14selftest/mm: extract sz2ord function into vm_util.hUsama Arif4-9/+9
2025-09-14selftests/mm: skip hugepage-mremap test if userfaultfd unavailableAboorva Devarajan1-3/+13
2025-09-14selftests/mm: skip thuge-gen test if system is not setup properlyAboorva Devarajan1-4/+7
2025-09-14selftests/mm: fix child process exit codes in ksm_functional_testsAboorva Devarajan1-7/+9
2025-09-14mm/selftests: fix split_huge_page_test failure on systems with 64KB page sizeDonet Tom4-18/+19
2025-09-14selftest/mm: fix ksm_funtional_test failuresDonet Tom1-1/+11
2025-09-14selftests/mm: add support to test 4PB VA on PPC64Donet Tom1-0/+11
2025-09-14mm/selftests: fix incorrect pointer being passed to mark_range()Donet Tom1-1/+1
2025-09-14selftests/damon/access_memory_even: remove unused header fileEnze Li1-1/+0
2025-09-14selftests/damon: fix damon selftests by installing _common.shAlexandre Ghiti1-0/+1
2025-09-14selftests/mm: fix spelling mistake "mrmeap" -> "mremap"Colin Ian King1-3/+3
2025-09-14mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes1-2/+17
2025-09-14selftests/mm: do check_huge_anon() with a number been passed inWei Yang1-1/+1
2025-09-14selftests/damon: test no-op commit broke DAMON statusSang-Heon Jeon2-0/+73
2025-09-14selftest/kho: update generation of initrdMike Rapoport (Microsoft)2-22/+19
2025-09-14mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand1-5/+13
2025-09-14selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modifiedSuren Baghdasaryan1-0/+65
2025-09-14selftests/mm: use __auto_type in swap() macroPranav Tyagi1-1/+1
2025-09-14selftests/mm: pass filename as input param to VM_PFNMAP testsSudarsan Mahendran3-16/+47
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds7-9/+14
2025-08-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+2
2025-08-30kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptraceMark Brown1-3/+2
2025-08-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-22/+94
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini9-20/+92
2025-08-29Merge tag 'block-6.17-20250828' of git://git.kernel.dk/linuxLinus Torvalds6-33/+74
2025-08-28ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char deviceMing Lei6-33/+74
2025-08-28selftests/mm: fix FORCE_READ to read input value correctlyZi Yan7-9/+14
2025-08-27Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2025-08-22Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+266
2025-08-22KVM: arm64: selftests: Sync ID_AA64MMFR3_EL1 in set_id_regsMark Brown1-0/+1
2025-08-22KVM: arm64: Get rid of ARM64_FEATURE_MASK()Marc Zyngier7-20/+20
2025-08-21Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+0
2025-08-21Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-19/+646
2025-08-21selftests: tls: add tests for zero-length recordsJakub Kicinski1-5/+295
2025-08-21selftests: bonding: add test for passive LACP modeHangbin Liu3-1/+108
2025-08-20selftests: harness: Rename is_signed_type() to avoid collision with overflow.hSean Christopherson1-2/+2
2025-08-20selftests/damon: fix selftests by installing drgn related scriptSang-Heon Jeon1-0/+1
2025-08-20selftests/mm: add test for invalid multi VMA operationsLorenzo Stoakes1-3/+261
2025-08-20tools/testing: add linux/args.h header and fix radix, VMA testsLorenzo Stoakes1-0/+4
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+64
2025-08-19selftests: mptcp: sockopt: fix C23 extension warningMatthieu Baerts (NGI0)2-4/+6