summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | selftests: KVM: Introduce system counter offset testOliver Upton2021-10-183-0/+134
| * | | | | selftests: KVM: Add helpers for vCPU device attributesOliver Upton2021-10-182-0/+47
| * | | | | selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton2021-10-181-3/+3
| * | | | | selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton2021-10-184-0/+207
| * | | | | KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust testsThomas Huth2021-09-302-3/+2
| * | | | | kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King2021-09-301-1/+1
| * | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* | | | | | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-20/+58
|\ \ \ \ \ \
| * | | | | | selftests/x86/iopl: Adjust to the faked iopl CLI/STI usageBorislav Petkov2021-10-301-20/+58
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-02315-1565/+9955
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-026-6/+153
| |\ \ \ \ \ \
| | * | | | | | selftests: udp: test for passing SO_MARK as cmsgJakub Kicinski2021-11-014-0/+131
| | * | | | | | selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov2021-10-292-6/+18
| | * | | | | | selftests/net: update .gitignore with newly added testsShuah Khan2021-10-291-0/+4
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-02175-659/+3460
| |\ \ \ \ \ \ \
| | * | | | | | | selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2021-11-022-0/+63
| | * | | | | | | bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-021-1/+1
| | * | | | | | | selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko2021-11-021-13/+2
| | * | | | | | | selftests/bpf: Add bloom map success test for userspace callsJoanne Koong2021-11-011-26/+33
| | * | | | | | | selftests/bpf: Add test cases for struct_ops progHou Tao2021-11-012-0/+165
| | * | | | | | | selftests, bpf: Fix broken riscv buildBjörn Töpel2021-11-011-1/+1
| | * | | | | | | selftests, bpf: Add one test for sockmap with strparserLiu Jian2021-11-011-3/+30
| | * | | | | | | selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian2021-11-011-0/+2
| | * | | | | | | selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko2021-11-011-0/+11
| | * | | | | | | selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-10-291-2/+2
| | * | | | | | | selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi2021-10-291-1/+2
| | * | | | | | | selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi2021-10-291-2/+2
| | * | | | | | | selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi2021-10-2915-107/+142
| | * | | | | | | bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong2021-10-284-5/+104
| | * | | | | | | bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong2021-10-288-30/+695
| | * | | | | | | selftests/bpf: Add bloom filter map test casesJoanne Koong2021-10-282-0/+286
| | * | | | | | | selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun2021-10-271-0/+14
| | * | | | | | | selftests/bpf: Fix attach_probe in parallel modeYucong Sun2021-10-271-2/+7
| | * | | | | | | selfetests/bpf: Update vmtest.sh defaultsYucong Sun2021-10-271-3/+3
| | * | | | | | | selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu2021-10-263-44/+4
| | * | | | | | | selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu2021-10-261-10/+6
| | * | | | | | | selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich2021-10-261-0/+9
| | * | | | | | | selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-261-3/+3
| | * | | | | | | selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-265-16/+16
| | * | | | | | | selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko2021-10-251-68/+152
| | * | | | | | | selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko2021-10-251-1/+1
| | * | | | | | | selftests/bpf: Support multiple tests per fileAndrii Nakryiko2021-10-251-4/+3
| | * | | | | | | selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko2021-10-256-15/+13
| | * | | | | | | selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song2021-10-231-2/+7
| | * | | | | | | selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song2021-10-231-6/+41
| | * | | | | | | selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song2021-10-231-0/+36
| | * | | | | | | selftests/bpf: Fix flow dissector testsStanislav Fomichev2021-10-233-20/+18
| | * | | | | | | selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen2021-10-238-22/+22
| | * | | | | | | selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2021-10-222-2/+23
| | * | | | | | | selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko2021-10-226-7/+14