summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2025-06-17selftests/bpf: More precise cpu_mitigations state detectionEduard Zingerman-3/+90
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song-5/+9
2025-06-13selftests/bpf: verify jset handling in CFG computationEduard Zingerman-0/+16
2025-06-13veristat: Memory accounting for bpf programsEduard Zingerman-7/+246
2025-06-13bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGESong Liu-0/+1
2025-06-12selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song-2/+11
2025-06-12selftests/bpf: Fix two net related test failures with 64K page sizeYonghong Song-9/+14
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song-8/+96
2025-06-12selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang-0/+2
2025-06-12selftests/bpf: tests with a loop state missing read/precision markEduard Zingerman-0/+277
2025-06-11selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variableYonghong Song-1/+1
2025-06-09selftests/bpf: Add test for Spectre v1 mitigationLuis Gerhorst-0/+57
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst-50/+109
2025-06-09selftests/bpf: Add cookies check for tracing fill_link_info testTao Chen-1/+23
2025-06-09selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checksIhor Solodrai-0/+118
2025-06-09selftests/bpf: Add cmp_map_pointer_with_const testIhor Solodrai-1/+16
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai-1/+1
2025-06-09selftests/bpf: Add two selftests for mprog API based cgroup progsYonghong Song-0/+724
2025-06-09selftests/bpf: Move some tc_helpers.h functions to test_progs.hYonghong Song-28/+28
2025-06-06selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song-3/+7
2025-06-06selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page sizeYonghong Song-4/+4
2025-06-06selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page sizeYonghong Song-1/+1
2025-06-06selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logsYonghong Song-6/+12
2025-06-05selftests/bpf: rbtree: Fix incorrect global variable usageRong Tao-7/+7
2025-06-05Tests for the ".emit_strings" functionality in the BTF dumper.Blake Jones-0/+118
2025-06-05selftests/bpf: Add cookies check for raw_tp fill_link_info testTao Chen-1/+25
2025-06-04Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-6/+6
2025-06-03Merge tag 'cxl-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-0/+4
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-220/+437
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-209/+1407
2025-06-01selftests/bpf: Fix selftest btf_tag/btf_type_tag_percpu_vmlinux_helper failureYonghong Song-3/+3
2025-06-01selftests/bpf: Fix bpf selftest build errorSaket Kumar Bhaskar-3/+3
2025-05-31selftests/mm: fix test result reporting in gup_longtermMark Brown-56/+94
2025-05-31selftests/mm: report unique test names for each cow testMark Brown-116/+217
2025-05-31selftests/mm: add helper for logging test start and resultsMark Brown-0/+20
2025-05-31selftests/mm: use standard ksft_finished() in cow and gup_longtermMark Brown-12/+3
2025-05-31selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabledEnze Li-0/+4
2025-05-31tools/testing: check correct variable in open_procmap()Dan Carpenter-1/+1
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes-0/+5
2025-05-31selftests/mm: two fixes for the pfnmap testDavid Hildenbrand-4/+57
2025-05-31selftests/mm: deduplicate test names in madv_populateMark Brown-9/+9
2025-05-31selftests/mm: skip hugevm test if kernel config file is not presentZi Yan-17/+9
2025-05-31selftests/mm: skip guard_regions.uffd tests when uffd is not presentZi Yan-2/+15
2025-05-31selftests/mm: deduplicate default page size test results in thuge-genMark Brown-2/+2
2025-05-31selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-10/+5
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-311/+2065
2025-05-31selftests/filesystems: Fix build of anon_inode_testMark Brown-1/+1
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-10/+10
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-80/+1090