summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-08-26libbpf: Fix BTF-defined map-in-map initialization on 32-bit host archesAndrii Nakryiko1-6/+10
2020-08-26tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()Andrii Nakryiko1-4/+4
2020-08-26tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh1-1/+1
2020-08-26selftests: kvm: Use a shorter encoding to clear RAXYang Weijiang1-2/+2
2020-08-21tools build feature: Quote CC and CXX for their argumentsDaniel Díaz1-1/+1
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch1-10/+11
2020-08-21selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-20/+24
2020-08-21perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao1-2/+2
2020-08-21selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko1-2/+3
2020-08-21perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao1-2/+4
2020-08-21tools build feature: Use CC and CXX from parentThomas Hebb2-3/+1
2020-08-21perf tools: Fix term parsing for raw syntaxJiri Olsa4-9/+77
2020-08-21selftests/powerpc: ptrace-pkey: Don't update expected UAMOR valueAneesh Kumar K.V1-3/+8
2020-08-21selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey corre...Aneesh Kumar K.V1-18/+12
2020-08-21selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow ...Aneesh Kumar K.V1-13/+13
2020-08-21selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-08-21selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-08-21bpf: selftests: Restore netns after each testMartin KaFai Lau2-2/+23
2020-08-21selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer1-0/+3
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-21perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-21perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu1-0/+3
2020-08-21selftests/seccomp: Set NNP for TSYNC ESRCH flag testKees Cook1-0/+5
2020-08-19selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn1-3/+2
2020-08-19tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang1-1/+1
2020-08-19tools, build: Propagate build failures from tools/build/Makefile.buildAndrii Nakryiko1-1/+2
2020-08-19libbpf: Fix register in PT_REGS MIPS macrosJerry Crunchtime1-2/+2
2020-08-19selftests/powerpc: Fix online CPU selectionSandipan Das1-12/+25
2020-08-19selftests/powerpc: Fix CPU affinity for child processHarish1-5/+16
2020-08-19selftests/powerpc: Squash spurious errors due to device removalOliver O'Halloran1-3/+8
2020-08-19bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko1-1/+1
2020-08-19tools/bpftool: Fix error handing in do_skeleton()YueHaibing1-1/+4
2020-08-19lkdtm: Make arch-specific tests always availableKees Cook1-0/+1
2020-08-19selftests/lkdtm: Reset WARN_ONCE to avoid false negativesKees Cook1-0/+6
2020-08-19kunit: tool: fix improper treatment of file locationBrendan Higgins2-26/+2
2020-08-19kunit: tool: fix broken default args in unit testsBrendan Higgins1-5/+5
2020-08-19seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook1-1/+1
2020-08-19kunit: capture stderr on all make subprocess callsWill Chen1-3/+3
2020-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+33
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-23/+121
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+111
2020-07-31libtraceevent: Fix build with binutils 2.35Ben Hutchings1-1/+1
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li1-4/+4
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter1-1/+2
2020-07-31tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon1-0/+1
2020-07-31selftests/bpf: fix netdevsim trap_flow_action_cookie readHangbin Liu1-0/+3
2020-07-30selftests/bpf: Extend map-in-map selftest to detect memory leaksAndrii Nakryiko1-14/+110
2020-07-29selftests: ethtool: Fix test when only two speeds are supportedAmit Cohen1-2/+0
2020-07-27selftests/net: tcp_mmap: fix clang warning for target arch PowerPCTanner Love1-3/+3