summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds6-6/+54
2023-10-31Merge tag 'nolibc.2023.10.23a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-27/+94
2023-10-31Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+219
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2023-10-21Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+13
2023-10-21Merge tag 'linux_kselftest_active-fixes-6.6-rc7' of git://git.kernel.org/pub/...Linus Torvalds1-7/+9
2023-10-20selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel1-0/+13
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-7/+230
2023-10-19selftests: mptcp: join: no RST when rm subflow/addrMatthieu Baerts1-0/+13
2023-10-19selftests: mptcp: join: correctly check for no RSTMatthieu Baerts1-2/+6
2023-10-19selftests: net: add very basic test for netdev names and namespacesJakub Kicinski2-0/+88
2023-10-18selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda1-0/+1
2023-10-18selftests: netfilter: Run nft_audit.sh in its own netnsPhil Sutter1-0/+6
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter1-0/+46
2023-10-18selftests/user_events: Fix abi_test for BE archsBeau Belgrave1-7/+9
2023-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-25/+141
2023-10-16selftests/x86/lam: Zero out buffer for readlink()Binbin Wu1-3/+3
2023-10-15selftests: openvswitch: Fix the ct_tuple for v4Aaron Conole1-1/+3
2023-10-15selftests: openvswitch: Skip drop testing on older kernelsAaron Conole2-0/+51
2023-10-15selftests: openvswitch: Catch cases where the tests are killedAaron Conole1-0/+2
2023-10-15selftests: openvswitch: Add version check for pyroute2Aaron Conole2-2/+10
2023-10-15Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux i...Paolo Bonzini9-23/+10
2023-10-14selftests: fib_tests: Count all trace point invocationsIdo Schimmel1-2/+2
2023-10-14selftests: fib_tests: Disable RP filter in multipath list receive testIdo Schimmel1-0/+3
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+5
2023-10-12selftests/nolibc: add tests for multi-object linkageThomas Weißschuh4-6/+45
2023-10-12selftests/nolibc: use qemu-system-ppc64 for ppc64leThomas Weißschuh1-1/+1
2023-10-12tools/nolibc: add support for constructors and destructorsThomas Weißschuh1-0/+17
2023-10-12tools/nolibc: drop test for getauxval(AT_PAGESZ)Thomas Weißschuh1-1/+0
2023-10-12selftests/nolibc: allow building i386 with multiarch compilerThomas Weißschuh1-0/+1
2023-10-12selftests/nolibc: don't embed initramfs into kernel imageThomas Weißschuh2-16/+27
2023-10-12selftests/nolibc: libc-test: avoid -Wstringop-overflow warningsThomas Weißschuh1-3/+3
2023-10-12selftests/nolibc: use -nostdinc for nolibc-testThomas Weißschuh1-1/+1
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson2-0/+23
2023-10-12KVM: selftests: Load XSAVE state into untouched vCPU during state testSean Christopherson1-2/+17
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson2-0/+91
2023-10-10selftests/bpf: Add testcase for async callback return value failureDavid Vernet2-2/+51
2023-10-07selftests/bpf: Make seen_tc* variable tests more robustDaniel Borkmann3-60/+46
2023-10-07selftests/bpf: Test query on empty mprog and pass revision into attachDaniel Borkmann1-0/+59
2023-10-07selftests/bpf: Adapt assert_mprog_count to always expect 0 countDaniel Borkmann3-11/+8
2023-10-07selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann1-0/+167
2023-10-06KVM: selftests: Zero-initialize entire test_result in memslot perf testSean Christopherson1-6/+3
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-18/+432
2023-10-05Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski4-18/+292
2023-10-04KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu7-17/+0
2023-10-04KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson1-0/+7
2023-10-04Merge tag 'linux-kselftest-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-0/+140
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter1-0/+20
2023-10-04selftests: netfilter: Extend nft_audit.shPhil Sutter1-16/+81