aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-02-08kunit: tool: use `with open()` in unit testDaniel Latypov1-19/+14
2021-02-08kunit: tool: stop using bare asserts in unit testDaniel Latypov1-26/+24
2021-02-08kunit: tool: fix unit test cleanup handlingDaniel Latypov1-8/+6
2021-02-08bpf/benchs/bench_ringbufs: Remove unneeded semicolonYang Li1-1/+1
2021-02-07Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+1245
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+3
2021-02-06selftests: mptcp: add command line arguments for mptcp_join.shGeliang Tang1-478/+590
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi2-9/+13
2021-02-05dma-mapping: benchmark: pretend DMA is transmittingBarry Song1-3/+18
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song1-1/+3
2021-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-1/+1
2021-02-04selftests: txtimestamp: fix compilation issueVadim Fedorenko1-3/+3
2021-02-04bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh2-13/+43
2021-02-04bpf/selftests: Add a short note about vmtest.sh in README.rstKP Singh1-0/+24
2021-02-04bpf: Helper script for running BPF presubmit testsKP Singh1-0/+368
2021-02-04KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse2-0/+170
2021-02-04KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins1-6/+33
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins3-0/+125
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov5-0/+233
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu5-1/+169
2021-02-04KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon1-5/+5
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon8-15/+63
2021-02-04KVM: selftests: Add memslot modification stress testBen Gardon3-0/+213
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon4-18/+57
2021-02-04KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon1-3/+8
2021-02-04KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon1-13/+13
2021-02-04KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon1-5/+4
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon4-13/+13
2021-02-04KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier4-0/+566
2021-02-03selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko1-5/+10
2021-02-03net: selftests: Add lanes setting testDanielle Ratson3-0/+249
2021-02-04selftests: netfilter: fix current yearFabian Frederick1-1/+1
2021-02-03selftest/bpf: Testing for multiple logs on REJECTAndrei Matei1-3/+13
2021-02-02selftests/bpf: Fix a compiler warning in local_storage testKP Singh1-1/+1
2021-02-02selftests: mptcp: add testcases for ADD_ADDR with portGeliang Tang1-1/+159
2021-02-02selftests: mptcp: add port argument for pm_nl_ctlGeliang Tang1-2/+22
2021-02-02selftests: mptcp: add testcases for newly added addressesGeliang Tang1-2/+71
2021-02-02selftests: mptcp: use minus values for removing address numbersGeliang Tang1-15/+17
2021-02-02bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman3-0/+66
2021-02-02selftests: netdevsim: Add fib_notifications testAmit Cohen1-0/+300
2021-02-02selftests: Extend fib tests to run with and without flags notificationsAmit Cohen2-0/+28
2021-01-31selftests/powerpc: Add VF recovery testsOliver O'Halloran3-0/+188
2021-01-31selftests/powerpc: Use stderr for debug messages in eeh-functionsOliver O'Halloran1-8/+12
2021-01-31selftests/powerpc: Hoist helper code out of eeh-basicOliver O'Halloran2-36/+51
2021-01-29selftests: Add nci suiteBongsu Jeon4-0/+609
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-100/+136
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev2-0/+10
2021-01-29selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addrStanislav Fomichev3-74/+92
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev2-0/+16
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev3-0/+33