summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki2019-05-247-42/+8Star
* selftests/bpf: add pyperf scale testAlexei Starovoitov2019-05-235-13/+298
* selftests/bpf: adjust verifier scale testAlexei Starovoitov2019-05-231-14/+17
* libbpf: emit diff of mismatched public API, if anyAndrii Nakryiko2019-05-231-0/+10
* selftests: pmtu: Simplify cleanup and namespace namesDavid Ahern2019-05-231-9/+8Star
* selftests: fib-onlink: Make quiet by defaultDavid Ahern2019-05-231-5/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-222-86/+9Star
|\
| * selftests: fib_rule_tests: use pre-defined DEV_ADDRHangbin Liu2019-05-211-2/+3
| * ptp: Fix example program to match kernel.Richard Cochran2019-05-211-84/+1Star
| * selftests: fib_rule_tests: enable forwarding before ipv4 from/iif testHangbin Liu2019-05-211-0/+5
| * selftests: fib_rule_tests: fix local IPv4 address typoHangbin Liu2019-05-211-1/+1
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2186-495/+86Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner2019-05-214-40/+4Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2135-455/+35Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2145-0/+45
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2015-101/+338
|\ \ | |/ |/|
| * kselftests: netfilter: fix leftover net/net-next merge conflictFlorian Westphal2019-05-191-51/+26Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-1810-21/+22
| |\
| | * bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko2019-05-171-2/+2
| | * selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov2019-05-171-1/+1
| | * libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-165-16/+15Star
| | * tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song2019-05-161-2/+2
| | * selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2019-05-162-0/+2
| * | selftests: pmtu.sh: Remove quotes around commands in setup_xfrmDavid Ahern2019-05-161-9/+9
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-164-20/+281
| |\
| | * selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev2019-05-161-0/+1
| | * selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev2019-05-161-4/+4
| | * libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-161-1/+1
| | * bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann2019-05-141-14/+274
| | * tools/bpf: Sync kernel btf.h headerGary Lin2019-05-141-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-1994-214/+5414
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-05-1894-214/+5414
| |\ \ \
| | * | | perf stat: Support 'percore' event qualifierJin Yao2019-05-164-7/+69
| | * | | perf stat: Factor out aggregate counts printingJin Yao2019-05-161-25/+39
| | * | | perf tools: Add a 'percore' event qualifierJin Yao2019-05-166-0/+46
| | * | | perf docs: Add description for stderrThomas Richter2019-05-161-0/+2
| | * | | perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-161-1/+4
| | * | | perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-161-3/+10
| | * | | perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-161-3/+10
| | * | | perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang2019-05-162-0/+29
| | * | | perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang2019-05-163-3/+22
| | * | | perf parse-regs: Split parse_regsKan Liang2019-05-154-7/+22
| | * | | perf vendor events arm64: Add Cortex-A57 and Cortex-A72 eventsFlorian Fainelli2019-05-152-0/+181
| | * | | perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 eventsFlorian Fainelli2019-05-151-0/+1
| | * | | perf vendor events arm64: Remove [[:xdigit:]] wildcardFlorian Fainelli2019-05-151-1/+1
| | * | | perf jevents: Remove unused variableZenghui Yu2019-05-151-1/+0Star
| | * | | perf test zstd: Fixup verbose mode outputArnaldo Carvalho de Melo2019-05-151-5/+4Star
| | * | | perf tests: Implement Zstd comp/decomp integration testAlexey Budankov2019-05-151-0/+35