aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-07-31tools/bpftool: fix a percpu_array map dump problemGravatar Yonghong Song 1-5/+9
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 8-76/+196
2018-07-28perf build: Build error in libbpf missing initializationGravatar Thomas Richter 1-1/+1
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Gravatar Martin KaFai Lau 1-2/+84
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRGravatar Martin KaFai Lau 5-44/+56
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfGravatar Martin KaFai Lau 4-30/+28
2018-07-25bpf: btf: Sync uapi btf.h to toolsGravatar Martin KaFai Lau 1-1/+1
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-4/+49
2018-07-24bpf: btf: Ensure the member->offset is in the right orderGravatar Martin KaFai Lau 1-0/+28
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+4
2018-07-20bpf: Use option "help" in the llvm-objcopy testGravatar Martin KaFai Lau 1-1/+1
2018-07-20tools/bpftool: Fix segfault case regarding 'pin' argumentsGravatar Taeung Song 1-3/+8
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddGravatar Daniel Borkmann 1-0/+40
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-45/+22
2018-07-14objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...Gravatar Simon Ser 1-2/+4
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+22
2018-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 14-81/+84
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+17
2018-07-13Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-5/+5
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+1
2018-07-12selftests: in udpgso_bench do not test udp zerocopyGravatar Willem de Bruijn 1-3/+0
2018-07-13tools: build: Use HOSTLDFLAGS with fixdepGravatar Laura Abbott 1-1/+1
2018-07-13tools: build: Fixup host c flagsGravatar Laura Abbott 2-2/+2
2018-07-13tools build: fix # escaping in .cmd files for future MakeGravatar Paul Menzel 1-2/+2
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbGravatar Daniel Borkmann 1-1/+22
2018-07-11perf tools: Use python-config --includes rather than --cflagsGravatar Jeremy Cline 1-2/+1
2018-07-11perf script python: Fix dict reference countingGravatar Janne Huttunen 1-6/+2
2018-07-11perf stat: Fix --interval_clear optionGravatar Jiri Olsa 1-1/+1
2018-07-11perf tools: Fix compilation errors on gcc8Gravatar Jiri Olsa 2-2/+3
2018-07-11perf test shell: Prevent temporary editor files from being considered test sc...Gravatar Kim Phillips 1-1/+1
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptGravatar Kim Phillips 1-3/+3
2018-07-11perf test shell: Make perf's inet_pton test more portableGravatar Kim Phillips 1-16/+21
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsGravatar Kim Phillips 1-1/+1
2018-07-11perf scripts python: Add Python 3 support to EventClass.pyGravatar Jeremy Cline 1-1/+3
2018-07-11perf scripts python: Add Python 3 support to sched-migration.pyGravatar Jeremy Cline 1-5/+9
2018-07-11perf scripts python: Add Python 3 support to Util.pyGravatar Jeremy Cline 1-5/+6
2018-07-11perf scripts python: Add Python 3 support to SchedGui.pyGravatar Jeremy Cline 1-1/+1
2018-07-11perf scripts python: Add Python 3 support to Core.pyGravatar Jeremy Cline 1-23/+17
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Gravatar Jeremy Cline 1-14/+15
2018-07-10rseq/selftests: cleanup: Update comment above rseq_prepare_unloadGravatar Mathieu Desnoyers 1-6/+7
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesGravatar Mathieu Desnoyers 1-1/+10
2018-07-08Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+28
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendGravatar David Ahern 1-41/+0
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-10/+36
2018-07-02objtool: Support GCC 8 '-fnoreorder-functions'Gravatar Josh Poimboeuf 1-13/+28
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 6-10/+36
2018-06-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-23/+36
2018-06-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 21-21/+200
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-18/+0
2018-06-30tools/testing/nvdimm: advertise a write cache for nfit_testGravatar Vishal Verma 1-2/+1