aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-06-10net: stop napi kthreads when THREADED napi is disabledSamiullah Khawaja1-2/+36
2025-06-10selftests: netconsole: Add support for basic netconsole target formatBreno Leitao2-21/+51
2025-06-10selftests: netconsole: Do not exit from inside the validation functionBreno Leitao2-1/+2
2025-06-10selftests/nolibc: make stackprotector probing more robustThomas Weißschuh1-1/+4
2025-06-09selftests/bpf: Add test for Spectre v1 mitigationLuis Gerhorst1-0/+57
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst9-50/+109
2025-06-09selftests/bpf: Add cookies check for tracing fill_link_info testTao Chen1-1/+23
2025-06-09selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checksIhor Solodrai1-0/+118
2025-06-09selftests/bpf: Add cmp_map_pointer_with_const testIhor Solodrai1-1/+16
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+1
2025-06-09selftests/bpf: Add two selftests for mprog API based cgroup progsYonghong Song3-0/+724
2025-06-09selftests/bpf: Move some tc_helpers.h functions to test_progs.hYonghong Song2-28/+28
2025-06-09selftests/x86: Add a test to detect infinite SIGTRAP handler loopXin Li (Intel)2-1/+102
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+1
2025-06-06Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-33/+88
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2025-06-07selftests/mount_setattr: adapt detached mount propagation testChristian Brauner1-16/+1
2025-06-06selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-06-06selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page sizeYonghong Song2-4/+4
2025-06-06selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page sizeYonghong Song1-1/+1
2025-06-06selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logsYonghong Song1-6/+12
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+2
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds13-175/+429
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+2
2025-06-05selftests/mm: add test about uprobe pte be orphan during vma mergePu Lehui1-0/+43
2025-06-05selftests/mm: extract read_sysfs and write_sysfs into vm_utilPu Lehui4-33/+45
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao1-0/+2
2025-06-05selftests/bpf: rbtree: Fix incorrect global variable usageRong Tao1-7/+7
2025-06-05Tests for the ".emit_strings" functionality in the BTF dumper.Blake Jones1-0/+118
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-23/+182
2025-06-05selftests/bpf: Add cookies check for raw_tp fill_link_info testTao Chen1-1/+25
2025-06-05selftests: drv-net: tso: make bkg() wait for socat to quitJakub Kicinski1-1/+1
2025-06-05selftests: drv-net: tso: fix the GRE device nameJakub Kicinski1-1/+1
2025-06-05selftests: drv-net: add configs for the TSO testJakub Kicinski1-0/+5
2025-06-05KVM: arm64: selftests: Determine effective counter width in arch_timer_edge_casesSebastian Ott1-9/+18
2025-06-05KVM: arm64: selftests: Fix xVAL init in arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05KVM: arm64: selftests: Fix thread migration in arch_timer_edge_casesSebastian Ott1-3/+5
2025-06-05KVM: arm64: selftests: Fix help text for arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05selftests/futex: Set the home_node in futex_numa_mpolSebastian Andrzej Siewior1-2/+6
2025-06-05selftests/futex: getopt() requires int as return value.Sebastian Andrzej Siewior2-2/+2
2025-06-05Merge tag 'nf-25-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-19/+164
2025-06-05Merge tag 'ovpn-net-20250603' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni2-0/+10
2025-06-05selftests: netfilter: nft_nat.sh: add test for reverse clash with natFlorian Westphal1-5/+76
2025-06-05selftests: netfilter: nft_concat_range.sh: add datapath check for map fill bugFlorian Westphal1-4/+58
2025-06-05selftests: netfilter: nft_concat_range.sh: prefer per element counters for testingFlorian Westphal1-10/+30
2025-06-04Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-6/+6
2025-06-03selftests: ublk: kublk: improve behavior on init failureUday Shankar1-11/+23
2025-06-03Merge tag 'cxl-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds4-0/+4
2025-06-03selftest/net/ovpn: fix missing fileAntonio Quartulli1-0/+9
2025-06-03selftest/net/ovpn: fix TCP socket creationAntonio Quartulli1-0/+1