summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-04-26selftests: udp gso benchmarkWillem de Bruijn
2018-04-26selftests: udp gso with corkingWillem de Bruijn
2018-04-26selftests: udp gso with connected socketsWillem de Bruijn
2018-04-26selftests: udp gsoWillem de Bruijn
2018-04-26Merge tag 'perf-urgent-for-mingo-4.17-20180425' of git://git.kernel.org/pub/s...Ingo Molnar
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-25bpf: fix for lex/yacc build error with gcc-5John Fastabend
2018-04-25selftests:firmware: fixes a call to a wrong function nameJeffrin Jose T
2018-04-25selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu
2018-04-25selftests: ftrace: Fix trigger extended error testcaseMasami Hiramatsu
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-25bpf: reduce runtime of test_sockmap testsJohn Fastabend
2018-04-25bpf: sockmap, add selftestsJohn Fastabend
2018-04-25tools/bpf: remove test_sock_addr from TEST_GEN_PROGSYonghong Song
2018-04-24selftests: bpf: update .gitignore with missing fileAnders Roxell
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-24tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon
2018-04-24samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger
2018-04-24perf stat: Fix duplicate PMU name for interval printKan Liang
2018-04-24perf evsel: Only fall back group read for leaderKan Liang
2018-04-24perf stat: Print out hint for mixed PMU group errorKan Liang
2018-04-24perf pmu: Fix core PMU alias list for X86 platformKan Liang
2018-04-23selftests: net: update .gitignore with missing testAnders Roxell
2018-04-23perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter
2018-04-23perf mem: Document incorrect and missing optionsSangwon Hong
2018-04-23perf evsel: Disable write_backward for leader sampling group eventsJiri Olsa
2018-04-23perf pmu: Fix pmu events parsing ruleJiri Olsa
2018-04-23perf stat: Keep the / modifier separator in fallbackJiri Olsa
2018-04-23tc-testing: updated ife test casesRoman Mashak
2018-04-23perf test: Adapt test case record+probe_libc_inet_pton.sh for s390Thomas Richter
2018-04-23perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter
2018-04-23perf machine: Set main kernel end address properlyNamhyung Kim
2018-04-23test_firmware: fix setting old custom fw path back on exit, second tryBen Hutchings
2018-04-23test_firmware: Install all scriptsBen Hutchings
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-21Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-21Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-20libbpf: fixed build error for samples/bpf/Björn Töpel
2018-04-19bpf: btf: Add BTF testsMartin KaFai Lau
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau
2018-04-19bpf: btf: Sync bpf.h and btf.h to tools/Martin KaFai Lau
2018-04-19coresight: Move to SPDX identifierMathieu Poirier
2018-04-19tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song
2018-04-18bpf: add bpf_xdp_adjust_tail sample progNikita V. Shirokov