summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-07-30selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.cTianjia Zhang
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet
2021-07-30tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet
2021-07-30selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2021-07-30tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet
2021-07-30selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet
2021-07-30tools: bpftool: Slightly ease bash completion updatesQuentin Monnet
2021-07-30Revert "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-29tools: bpftool: Support dumping split BTF by idQuentin Monnet
2021-07-29libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet
2021-07-29libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet
2021-07-29libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet
2021-07-29tools/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-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-27libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-07-27libbpf: 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-27tools/memory-model: Document data_race(READ_ONCE())Paul E. McKenney
2021-07-27tools/memory-model: Heuristics using data_race() must handle all valuesManfred Spraul
2021-07-27tools/memory-model: Add example for heuristic lockless readsPaul E. McKenney
2021-07-27torture: Make kvm-test-1-run-qemu.sh check for reboot loopsPaul E. McKenney
2021-07-27torture: Add timestamps to kvm-test-1-run-qemu.sh outputPaul E. McKenney
2021-07-27torture: Don't use "test" command's "-a" argumentPaul E. McKenney
2021-07-27torture: Make kvm-test-1-run-batch.sh select per-scenario affinity masksPaul E. McKenney
2021-07-27torture: Consistently name "qemu*" test output filesPaul E. McKenney
2021-07-27torture: Use numeric taskset argument in jitter.shPaul E. McKenney
2021-07-27rcutorture: Upgrade two-CPU scenarios to four CPUsPaul E. McKenney
2021-07-27torture: Make kvm-test-1-run-qemu.sh apply affinityPaul E. McKenney
2021-07-27torture: Don't redirect qemu-cmd comment linesPaul E. McKenney
2021-07-27torture: Make kvm.sh select per-scenario affinity masksPaul E. McKenney
2021-07-27perf pmu: Fix alias matchingJohn Garry
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman
2021-07-26selftests/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-26tests: add move_mount(MOVE_MOUNT_SET_GROUP) selftestPavel Tikhomirov
2021-07-26Merge 5.14-rc3 into char-misc-nextGreg Kroah-Hartman