summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau
2020-01-15bpftool: Add struct_ops map nameMartin KaFai Lau
2020-01-15libbpf: Expose bpf_find_kernel_btf as a LIBBPF_APIMartin KaFai Lau
2020-01-15bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau
2020-01-15bpftool: Fix a leak of btf objectMartin KaFai Lau
2020-01-15selftests/bpf: Add batch ops testing to array bpf mapBrian Vazquez
2020-01-15selftests/bpf: Add batch ops testing for htab and htab_percpu mapYonghong Song
2020-01-15libbpf: Add libbpf support to batch opsYonghong Song
2020-01-15tools/bpf: Sync uapi header bpf.hYonghong Song
2020-01-15selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP pr...Eelco Chaudron
2020-01-15libbpf: Support .text sub-calls relocationsAndrii Nakryiko
2020-01-15tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song
2020-01-15bpf: Add bpf_send_signal_thread() helperYonghong Song
2020-01-15perf header: Use last modification time for timestampMichael Petlan
2020-01-15selftests: mlxsw: qos_mc_aware: Fix mausezahn invocationPetr Machata
2020-01-14selftests: mlxsw: Add test for FIB offload APIIdo Schimmel
2020-01-14selftests: netdevsim: Add test for FIB offload APIIdo Schimmel
2020-01-14selftests: forwarding: Add helpers and tests for FIB offloadIdo Schimmel
2020-01-14net: macsec: introduce the macsec_context structureAntoine Tenart
2020-01-14selftests/bpf: Build runqslower from selftestsAndrii Nakryiko
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund
2020-01-14perf beauty sockaddr: Fix augmented syscall format warningCengiz Can
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa
2020-01-14perf ui gtk: Add missing zalloc objectJiri Olsa
2020-01-14perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa
2020-01-14libperf: Setup initial evlist::all_cpus valueJiri Olsa
2020-01-14perf report: Fix no libunwind compiled warning break s390 issueJin Yao
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen
2020-01-14perf report: Clarify in help that --children is defaultAndi Kleen
2020-01-14tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero
2020-01-14perf clang: Fix build with Clang 9Maciej S. Szmigiero
2020-01-14selftests/timens: Check for right timens offsets after fork and execAndrei Vagin
2020-01-14selftests/timens: Add a simple perf test for clock_gettime()Andrei Vagin
2020-01-14selftests/timens: Add timer offsets testAndrei Vagin
2020-01-14selftests/timens: Add procfs selftestDmitry Safonov
2020-01-14selftests/timens: Add a test for clock_nanosleep()Andrei Vagin
2020-01-14selftests/timens: Add a test for timerfdAndrei Vagin
2020-01-14selftests/timens: Add Time Namespace test for supported clocksDmitry Safonov
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin
2020-01-13tools/bpf: Add runqslower tool to tools/bpfAndrii Nakryiko
2020-01-13bpftool: Apply preserve_access_index attribute to all types in BTF dumpAndrii Nakryiko
2020-01-13selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftoolAndrii Nakryiko
2020-01-13libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko
2020-01-13tools: Sync uapi/linux/if_link.hAndrii Nakryiko
2020-01-13test: Add test for pidfd getfdSargun Dhillon
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson
2020-01-13selftests, kvm: Replace manual MSR defs with common msr-index.hSean Christopherson
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman