Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-08-05selftests/net: toeplitz testCoco Li
2021-08-05selftests/net: GRO coalesce testCoco Li
2021-08-04KVM: selftests: fix hyperv_clock testMaxim Levitsky
2021-08-04tc-testing: Add control-plane selftests for sch_mqPeilin Ye
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-08-04af_unix: Add OOB supportRao Shoaib
2021-08-03bonding: add new option lacp_activeHangbin Liu
2021-08-03KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov
2021-08-02selftests/net: remove min gso test in packet_sndDust Li
2021-08-01Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub...Linus Torvalds
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-31Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-31tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet
2021-07-31tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet
2021-07-31selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet
2021-07-31tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2021-07-31tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet
2021-07-31selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet
2021-07-31tools: bpftool: Slightly ease bash completion updatesQuentin Monnet
2021-07-31Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo
2021-07-30libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen
2021-07-30tools: bpftool: Support dumping split BTF by idQuentin Monnet
2021-07-30libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet
2021-07-30tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-30tools: Free BTF objects at various locationsQuentin Monnet
2021-07-30libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet
2021-07-30libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet
2021-07-30libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet
2021-07-30tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-28tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN optionPeilin Ye
2021-07-28bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-28libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-07-28libbpf: Fix comment typoJason Wang
2021-07-27KVM: selftests: Introduce access_tracking_perf_testDavid Matlack
2021-07-27KVM: selftests: Fix missing break in dirty_log_perf_test arg parsingDavid Matlack
2021-07-27perf pmu: Fix alias matchingJohn Garry
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark
2021-07-27selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki
2021-07-26libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov
2021-07-26libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov
2021-07-26libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov
2021-07-26libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov
2021-07-24selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne
2021-07-24selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko