summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: extend netdev sample to dump xdp-rx-metadata-featuresStanislav Fomichev2023-09-154-2/+30
* bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-151-0/+16
* selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov2023-09-141-0/+5
* selftests/xsk: display command line options with -hMagnus Karlsson2023-09-142-2/+14
* selftests/xsk: fail single test instead of all testsMagnus Karlsson2023-09-141-24/+46
* selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson2023-09-141-12/+13
* selftests/xsk: add option to run single testMagnus Karlsson2023-09-143-21/+48
* selftests/xsk: add option that lists all testsMagnus Karlsson2023-09-143-7/+42
* selftests/xsk: declare test names in structMagnus Karlsson2023-09-142-171/+57
* selftests/xsk: move all tests to separate functionsMagnus Karlsson2023-09-141-55/+115
* selftests/xsk: add option to only run tests in a single modeMagnus Karlsson2023-09-143-8/+47
* selftests/xsk: add timeout for Tx threadMagnus Karlsson2023-09-141-4/+22
* selftests/xsk: print per packet info in verbose modeMagnus Karlsson2023-09-141-3/+10
* selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang2023-09-123-4/+269
* selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang2023-09-111-16/+16
* bpftool: Fix -Wcast-qual warningDenys Zagorui2023-09-081-1/+1
* selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutexRong Tao2023-09-081-0/+4
* selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao2023-09-084-46/+114
* selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao2023-09-082-0/+195
* bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song2023-09-083-2/+22
* selftests/bpf: Add some negative testsYonghong Song2023-09-082-0/+171
* selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song2023-09-082-0/+145
* selftests/bpf: Remove unnecessary direct read of local percpu kptrYonghong Song2023-09-081-4/+0
* selftests/bpf: Add tests for array map with local percpu kptrYonghong Song2023-09-082-0/+265
* selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.hYonghong Song2023-09-081-0/+31
* libbpf: Add __percpu_kptr macro definitionYonghong Song2023-09-081-0/+1
* selftests/bpf: Update error message in negative linked_list testYonghong Song2023-09-081-2/+2
* libbpf: Add basic BTF sanity validationAndrii Nakryiko2023-09-082-2/+162
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-0710-5/+339
|\
| * selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau2023-09-063-0/+118
| * selftests/bpf: Fix a CI failure caused by vsock writeXu Kuohai2023-09-012-0/+33
| * selftests: fib_tests: Add multipath list receive testsSriram Yagnaraman2023-09-011-1/+154
| * selftests/bpf: Include build flavors for install targetBjörn Töpel2023-08-311-0/+12
| * selftests/bpf: Fix d_path testJiri Olsa2023-08-311-1/+18
| * selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song2023-08-301-2/+3
| * bpftool: Fix build warnings with -Wtype-limitsYafang Shao2023-08-301-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-0762-960/+2925
|\ \
| * \ Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-0/+1
| |\ \
| | * | KVM: SEV: Enable data breakpoints in SEV-ESAlexey Kardashevskiy2023-07-281-0/+1
| * | | Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-318-495/+1386
| |\ \ \
| | * | | KVM: riscv: selftests: Add get-reg-list testHaibo Xu2023-08-093-0/+876
| | * | | KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu2023-08-092-6/+16
| | * | | KVM: selftests: Only do get/set tests on present blessed listHaibo Xu2023-08-091-11/+18
| | * | | KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu2023-08-093-17/+21
| | * | | KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu2023-08-092-1/+11
| | * | | KVM: arm64: selftests: Finish generalizing get-reg-listAndrew Jones2023-08-091-5/+21
| | * | | KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones2023-08-093-358/+398
| | * | | KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones2023-08-081-73/+10
| | * | | KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones2023-08-082-38/+38
| | * | | KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones2023-08-081-26/+26