summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2025-09-21selftests/mm: centralize the __always_unused macroMuhammad Usama Anjum-2/+7
2025-09-21selftests/mm: gup_tests: option to GUP all pages in a single callDavid Hildenbrand-3/+7
2025-09-21selftests/mm: remove PROT_EXEC req from file-collapse testsZach O'Keefe-1/+1
2025-09-21selftests/mm: fix va_high_addr_switch.sh failure on x86_64Chunyu Hu-2/+2
2025-09-21selftests/mm: alloc hugepages in va_high_addr_switch testChunyu Hu-0/+37
2025-09-21selftests/mm: fix hugepages cleanup too earlyChunyu Hu-2/+7
2025-09-21selftests/mm: split_huge_page_test: cleanups for split_pte_mapped_thp testDavid Hildenbrand-49/+74
2025-09-21selftests/mm: split_huge_page_test: fix occasional is_backed_by_folio() wrong...David Hildenbrand-8/+7
2025-09-21mm: remove nth_page()David Hildenbrand-1/+0
2025-09-21wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel configDavid Hildenbrand-1/+0
2025-09-21selftests/mm/uffd: refactor non-composite global vars into structUjwal Kundur-541/+615
2025-09-21mm: remove unused zpool layerJohannes Weiner-1/+0
2025-09-20selftests: ublk: fix behavior when fio is not installedUday Shankar-0/+24
2025-09-20selftests/bpf: Fix selftest verifier_arena_large failureYonghong Song-0/+1
2025-09-20selftest/futex: Fix spelling mistake "boundarie" -> "boundary"Colin Ian King-1/+1
2025-09-20selftests/futex: Remove logging.h fileAndré Almeida-150/+1
2025-09-20selftests/futex: Drop logging.h include from futex_numaAndré Almeida-1/+2
2025-09-20selftests/futex: Refactor futex_numa_mpol with kselftest_harness.hAndré Almeida-47/+9
2025-09-20selftests/futex: Refactor futex_priv_hash with kselftest_harness.hAndré Almeida-42/+8
2025-09-20selftests/futex: Refactor futex_waitv with kselftest_harness.hAndré Almeida-56/+45
2025-09-20selftests/futex: Refactor futex_requeue with kselftest_harness.hAndré Almeida-54/+24
2025-09-20selftests/futex: Refactor futex_wait with kselftest_harness.hAndré Almeida-66/+39
2025-09-20selftests/futex: Refactor futex_wait_private_mapped_file with kselftest_harne...André Almeida-64/+21
2025-09-20selftests/futex: Refactor futex_wait_unitialized_heap with kselftest_harness.hAndré Almeida-59/+19
2025-09-20selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.hAndré Almeida-54/+24
2025-09-20selftests/futex: Refactor futex_wait_timeout with kselftest_harness.hAndré Almeida-80/+61
2025-09-20selftests/futex: Refactor futex_requeue_pi_signal_restart with kselftest_harn...André Almeida-93/+38
2025-09-20selftests/futex: Refactor futex_requeue_pi_mismatched_ops with kselftest_harn...André Almeida-65/+23
2025-09-20selftests/futex: Refactor futex_requeue_pi with kselftest_harness.hAndré Almeida-168/+124
2025-09-20selftests: kselftest: Create ksft_print_dbg_msg()André Almeida-4/+23
2025-09-20Merge branch kvm-arm64/el2-feature-control into kvmarm-master/nextMarc Zyngier-0/+2
2025-09-20KVM: arm64: selftest: Expand external_aborts test to look for TTW levelsMarc Zyngier-1/+55
2025-09-20Merge tag 'asoc-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-160/+667
2025-09-19selftests: ublk: add test to verify that feat_map is completeUday Shankar-0/+21
2025-09-19selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_mapUday Shankar-0/+1
2025-09-19selftests: ublk: kublk: simplify feat_map definitionUday Shankar-15/+16
2025-09-19selftests/bpf: test cases for callchain sensitive live stack trackingEduard Zingerman-0/+296
2025-09-19selftests/bpf: __not_msg() tag for test_loader frameworkEduard Zingerman-50/+302
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman-201/+201
2025-09-19selftests/namespaces: verify initial namespace inode numbersChristian Brauner-1/+63
2025-09-19iommufd/selftest: Update the fail_nth limitJason Gunthorpe-1/+1
2025-09-19KVM: arm64: selftests: Test writes to ID_AA64MMFR1_EL1.{HCX, TWED}Jinqian Yang-0/+2
2025-09-19selftests/namespaces: add file handle selftestsChristian Brauner-1/+1431
2025-09-19selftests/namespaces: add identifier selftestsChristian Brauner-0/+1001
2025-09-19kselftest/arm64: Add lsfe to the hwcaps testMark Brown-0/+21
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh-2/+5
2025-09-18selftests/bpf: Add tests for exclusive mapsKP Singh-0/+88
2025-09-18selftests: riscv: Add README for RISC-V KSelfTestBala-Vignesh-Reddy-0/+24
2025-09-18selftests/bpf: Add tests for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi-0/+60
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi-3/+3