summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-08-06selftests/bpf: Test overlapping RCU protectionNing Ding4-0/+204
2026-08-06bpf: Account for preempt and IRQ state in RCU protectionNing Ding1-2/+6
2026-08-06selftests/tc-testing: add qdisc hierarchy depth testsZijie Huang1-0/+74
2026-08-06kselftest/arm64: Fix abi test compilation errorsJinjie Ruan3-8/+4
2026-08-06openvswitch: remove support for legacy tunnel typesIlya Maximets4-114/+21
2026-08-06selftests/bpf: Test module kfunc calls under spin lockKaitao Cheng4-1/+27
2026-08-05selftests: drv-net: print device info at the startJakub Kicinski1-1/+20
2026-08-05selftests: drv-net: hw: reset HDS mode after netkit devmem testsJakub Kicinski1-2/+1
2026-08-05KVM: x86/pmu: Clean up vPMU comments and stray blank linesLike Xu2-5/+5
2026-08-05KVM: selftests: Test one random GP counter in PMU arch events testcaseSean Christopherson3-16/+28
2026-08-05Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang1-1/+14
2026-08-05cxl/test: Assign one mock memdev a full-width serial numberAlison Schofield1-1/+14
2026-08-05selftests/bpf: Verify rejection of sleepable tracing progLeon Hwang3-0/+81
2026-08-05selftests/bpf: Add bpf_for() benchmarkPuranjay Mohan5-0/+157
2026-08-05selftests/bpf: Verify inlined numeric iterator shape with __xlatedPuranjay Mohan1-0/+83
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov3-3/+3
2026-08-05selftests/bpf: Add load-acquire test for dst_reg == src_reg from ctxDaniel Borkmann1-0/+16
2026-08-04selftests/mm: remove obsolete hugetlb vmemmap testMuchun Song3-134/+0
2026-08-04tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()Lorenzo Stoakes1-12/+26
2026-08-04tools/testing/vma: default VMA, mm flag bits to 64-bitLorenzo Stoakes1-1/+1
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes1-2/+2
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes1-1/+1
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes2-14/+0
2026-08-04mm/vma: introduce vma_assert_can_modify()Lorenzo Stoakes1-2/+13
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes1-0/+16
2026-08-04mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes1-4/+4
2026-08-04mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes1-2/+2
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-2/+2
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-2/+2
2026-08-04mm: introduce and use vma_end_pgoff()Lorenzo Stoakes1-0/+5
2026-08-04tools/testing/vma: use vma_start_pgoff() in merge testsLorenzo Stoakes1-19/+19
2026-08-04mm: move vma_start_pgoff() into mm.h and clean upLorenzo Stoakes1-0/+5
2026-08-04selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii1-0/+150
2026-08-04selftests/mm: fix ternary operator precedence in ksm_testsSayali Patil1-6/+6
2026-08-04selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodesSayali Patil1-7/+9
2026-08-04selftests/mm: handle EINVAL when configuring gigantic hugepagesSayali Patil3-5/+24
2026-08-04selftests/mm: fix memleak in migration benchmarkHongfu Li1-9/+12
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)2-20/+24
2026-08-04ksm: add mremap selftests for ksm_rmap_walkxu xin1-0/+81
2026-08-04selftests/mm: add userfaultfd RWP testsKiryl Shutsemau (Meta)1-0/+919
2026-08-04selftests/damon: check correct path in ensure_file() not_exist casewang wei1-1/+1
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton2-2/+2
2026-08-05selftests/ftrace: refactor eprobes test to fix argument checksMartin Kaiser1-11/+5
2026-08-04selftests/xsk: Decouple xskxceiver and xdp apps from test_progs objectsTushar Vyavahare1-5/+14
2026-08-04selftests/bpf: Test RCU pointer invalidation after spin unlockNing Ding4-0/+86
2026-08-04memblock: always include KHO headersPratyush Yadav (Google)3-0/+28
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)1-0/+5
2026-08-03selftests: ipc: change operation not supported error numberPaul White1-1/+1
2026-08-03selftests/acct: share netlink helpersYiyang Chen6-254/+184
2026-08-03selftests/acct: add cgroupstats functional testYiyang Chen2-0/+355