aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsGravatar Steven Rostedt (Google) 2-0/+30
2023-01-25tracing/selftests: Add test for event filtering on function nameGravatar Steven Rostedt (Google) 1-0/+58
2023-01-20Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-12/+64
2023-01-19selftests/net: toeplitz: fix race on tpacket_v3 block closeGravatar Willem de Bruijn 1-5/+7
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-9/+12
2023-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar David S. Miller 2-7/+10
2023-01-14Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2023-01-13selftests: mptcp: userspace: validate v4-v6 subflows mixGravatar Matthieu Baerts 1-0/+47
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-74/+130
2023-01-12kselftest: Fix error message for unconfigured LLVM buildsGravatar Mark Brown 1-1/+1
2023-01-11proc: fix PIE proc-empty-vm, proc-pid-vm testsGravatar Alexey Dobriyan 2-9/+12
2023-01-11selftests: netfilter: fix transaction test script timeout handlingGravatar Florian Westphal 2-7/+10
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Gravatar Guillaume Nault 1-4/+36
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Gravatar Guillaume Nault 1-69/+93
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Gravatar Guillaume Nault 1-4/+4
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Gravatar Mirsad Goran Todorovac 1-1/+1
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Gravatar Aaron Thompson 1-0/+4
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+3
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 13-6/+391
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-1/+74
2023-01-04memblock tests: Fix compilation error.Gravatar Aaron Thompson 2-1/+3
2023-01-01selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...Gravatar Po-Hsu Lin 1-2/+9
2023-01-01selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrierGravatar Po-Hsu Lin 1-2/+2
2022-12-30selftests: net: fix cmsg_so_mark.sh test hangGravatar Po-Hsu Lin 1-1/+1
2022-12-30tcp: Add selftest for bind() and TIME_WAIT.Gravatar Kuniyuki Iwashima 2-0/+93
2022-12-28selftests/bpf: add a test for iter/task_vma for short-lived processesGravatar Kui-Feng Lee 1-0/+73
2022-12-28selftests/bpf: Temporarily disable part of btf_dump:var_data test.Gravatar Alexei Starovoitov 1-1/+1
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADGravatar Paolo Bonzini 12-142/+82
2022-12-28KVM: selftests: restore special vmmcall code layout needed by the harnessGravatar Paolo Bonzini 1-2/+11
2022-12-28KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETGravatar Paolo Bonzini 1-0/+6
2022-12-27KVM: selftests: Mark correct page as mapped in virt_map()Gravatar Oliver Upton 1-2/+2
2022-12-27KVM: arm64: selftests: Don't identity map the ucall MMIO holeGravatar Oliver Upton 1-2/+4
2022-12-27KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapGravatar Paolo Bonzini 1-0/+9
2022-12-27KVM: selftests: Use magic value to signal ucall_alloc() failureGravatar Sean Christopherson 1-2/+14
2022-12-27KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warningGravatar Sean Christopherson 1-0/+1
2022-12-27KVM: selftests: Include lib.mk before consuming $(CC)Gravatar Sean Christopherson 1-4/+5
2022-12-27KVM: selftests: Explicitly disable builtins for mem*() overridesGravatar Sean Christopherson 1-0/+1
2022-12-27KVM: selftests: Probe -no-pie with actual CFLAGS used to compileGravatar Sean Christopherson 1-1/+1
2022-12-27KVM: selftests: Use proper function prototypes in probing codeGravatar Sean Christopherson 1-2/+2
2022-12-27KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86Gravatar Sean Christopherson 1-34/+13
2022-12-27KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()Gravatar Sean Christopherson 1-1/+1
2022-12-27KVM: selftests: Use pattern matching in .gitignoreGravatar Sean Christopherson 1-85/+6
2022-12-27KVM: selftests: Fix divide-by-zero bug in memslot_perf_testGravatar Sean Christopherson 1-0/+3
2022-12-27KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.cGravatar Sean Christopherson 1-5/+0
2022-12-27KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longGravatar Sean Christopherson 1-1/+1
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 7-0/+212
2022-12-23selftests/bpf: Add host-tools to gitignoreGravatar Stanislav Fomichev 1-0/+1
2022-12-23KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI testGravatar Sean Christopherson 1-1/+2
2022-12-22selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDGravatar Hao Sun 2-0/+51