summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-13selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko
2020-03-13libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko
2020-03-13libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko
2020-03-13selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki
2020-03-13Merge tag 'pm-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko
2020-03-13selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet
2020-03-13selftests: android: Fix custom install from skipping test progsShuah Khan
2020-03-13selftests: android: ion: Fix ionmap_test compile errorShuah Khan
2020-03-13selftests: Fix kselftest O=objdir build from cluttering top level objdirShuah Khan
2020-03-13selftests/seccomp: Adjust test fixture countsKees Cook
2020-03-13selftests/ftrace: Fix typo in trigger-multihist.tcMasanari Iida
2020-03-13selftests/timens: Remove duplicated include <time.h>YueHaibing
2020-03-13selftests/resctrl: fix spelling mistake "Errror" -> "Error"Colin Ian King
2020-03-13perf test: Print if shell directory isn't presentIan Rogers
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-13libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu
2020-03-12tc-testing: add ETS scheduler to tdc build configurationDavide Caratti
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-03-12selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized.Kuniyuki Iwashima
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser
2020-03-12perf record: Fix binding of AIO user space buffers to nodesAlexey Budankov
2020-03-11perf scripting perl: Add common_callchain to fix argument orderMichael Petlan
2020-03-11tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko
2020-03-11perf intel-pt: Update intel-pt.txt file with new location of the documentationAdrian Hunter
2020-03-11perf intel-pt: Add Intel PT man page referencesAdrian Hunter
2020-03-11perf intel-pt: Rename intel-pt.txt and put it in man page formatAdrian Hunter
2020-03-11perf doc: Set man page date to last git commitIan Rogers
2020-03-11perf cs-etm: Fix unsigned variable comparison to zeroLeo Yan
2020-03-11perf cs-etm: Optimize copying last branchesLeo Yan
2020-03-11perf cs-etm: Correct synthesizing instruction samplesLeo Yan
2020-03-11perf cs-etm: Continuously record last branchLeo Yan
2020-03-11perf cs-etm: Swap packets for instruction samplesLeo Yan
2020-03-11perf map: Use strstarts() to look for Android librariesArnaldo Carvalho de Melo
2020-03-11perf map: Fix off by one in strncpy() size argumentdisconnect3d