aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2021-02-11selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookieFlorent Revest
2021-02-11selftests/bpf: Use vmlinux.h in socket_cookie_prog.cFlorent Revest
2021-02-11selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest
2021-02-11selftests/ftrace: Add '!event' synthetic event syntax checkTom Zanussi
2021-02-11selftests/ftrace: Update synthetic event syntax errorsTom Zanussi
2021-02-11selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel
2021-02-11selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progsAlexei Starovoitov
2021-02-11selftests/bpf: Improve recursion selftestAlexei Starovoitov
2021-02-11selftest/bpf: Add a recursion testAlexei Starovoitov
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11KVM: selftests: Don't bother mapping GVA for Xen shinfo testSean Christopherson
2021-02-11KVM: selftests: Fix hex vs. decimal snafu in Xen testSean Christopherson
2021-02-11KVM: selftests: Fix size of memslots created by Xen testsSean Christopherson
2021-02-11KVM: selftests: Ignore recently added Xen tests' build outputSean Christopherson
2021-02-11KVM: selftests: Add missing header file needed by xAPIC IPI testsPeter Shier
2021-02-11KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10selftests/bpf: Simplify the calculation of variablesJiapeng Chong
2021-02-10selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei
2021-02-10selftest/bpf: Verifier tests for var-off accessAndrei Matei
2021-02-10selftest/bpf: Adjust expected verifier errorsAndrei Matei
2021-02-09selftests/vm: rename file run_vmtests to run_vmtests.shRong Chen
2021-02-09selftests/seccomp: Accept any valid fd in user_notification_addfdSeth Forshee
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov
2021-02-09selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_testVitaly Kuznetsov
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov
2021-02-09selftests: kvm: Raise the default timeout to 120 secondsVitaly Kuznetsov
2021-02-08selftests/bpf: Add missing cleanup in atomic_bounds testBrendan Jackman
2021-02-08selftests/bpf: Remove unneeded semicolonYang Li
2021-02-08selftests: netdevsim: Test route offload failure notificationsAmit Cohen
2021-02-08selftests/timens: add futex binary to .gitignoreTobias Klauser
2021-02-08selftests: breakpoints: Use correct error messages in breakpoint_test_arm64.cTiezhu Yang
2021-02-08selftests/vDSO: fix ABI selftest on riscvTobias Klauser
2021-02-08selftests/x86/ldt_gdt: remove unneeded semicolonYang Li
2021-02-08selftests/ipc: remove unneeded semicolonYang Li
2021-02-08kselftests: dmabuf-heaps: Add extra checking that allocated buffers are zeroedJohn Stultz
2021-02-08kselftests: dmabuf-heaps: Cleanup test outputJohn Stultz
2021-02-08kselftests: dmabuf-heaps: Softly fail if don't find a vgem deviceJohn Stultz
2021-02-08kselftests: dmabuf-heaps: Add clearer checks on DMABUF_BEGIN/END_SYNCJohn Stultz
2021-02-08kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/includ...John Stultz
2021-02-08selftests: tc-testing: u32: Add tests covering sample optionPhil Sutter
2021-02-08kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov
2021-02-08selftests/net: so_txtime: remove unneeded semicolonYang Li
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov
2021-02-08kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov
2021-02-08minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov
2021-02-08kunit: tool: use `with open()` in unit testDaniel Latypov