summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...Anthony Yznaga2018-12-281-1/+1
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-1/+14
* mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2018-12-281-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-36/+36
|\
| * crypto: user - rename err_cnt parameterCorentin Labbe2018-12-071-9/+9
| * crypto: tool: getstat: convert user space example to the new crypto_user_stat...Corentin Labbe2018-12-071-27/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27110-1208/+14204
|\ \
| * | bpf: fix segfault in test_verifier selftestDaniel Borkmann2018-12-211-1/+2
| * | selftests: net: reuseport_addr_any: silence clang warningPeter Oskolkov2018-12-211-0/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-2136-513/+1348
| |\ \
| | * | bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend2018-12-201-1/+1
| | * | selftests: bpf: add missing executables to .gitignoreJakub Kicinski2018-12-201-0/+1
| | * | selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski2018-12-201-0/+96
| | * | selftests: bpf: add trivial JSET testsJakub Kicinski2018-12-201-31/+178
| | * | bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau2018-12-201-0/+27
| | * | tools: bpftool: do not force gcc as CCIvan Babrou2018-12-191-2/+0Star
| | * | bpf: sk_msg, add tests for size fieldJohn Fastabend2018-12-191-3/+13
| | * | bpf: add tools lib/include support sk_msg_md size fieldJohn Fastabend2018-12-191-0/+1
| | * | bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2018-12-181-2/+32
| | * | tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet2018-12-187-2/+31
| | * | tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet2018-12-183-12/+35
| | * | tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song2018-12-181-5/+5
| | * | bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-181-0/+1
| | * | tools: bpftool: support pretty print with kind_flag setYonghong Song2018-12-181-9/+27
| | * | tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song2018-12-181-6/+19
| | * | tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song2018-12-181-14/+154
| | * | tools/bpf: add test_btf unit tests for kind_flagYonghong Song2018-12-181-2/+494
| | * | tools/bpf: sync btf.h header from kernel to toolsYonghong Song2018-12-181-2/+18
| | * | bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-1/+9
| | * | tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-154-9/+12
| | * | tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet2018-12-151-1/+1
| | * | tools: bpftool: add a prog array map update example to documentationQuentin Monnet2018-12-151-0/+55
| | * | tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet2018-12-151-45/+53
| | * | tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet2018-12-151-0/+3
| | * | bpf: improve stacksafe state comparisonAlexei Starovoitov2018-12-151-0/+22
| | * | selftests/bpf: check insn processed in test_verifierAlexei Starovoitov2018-12-151-1/+14
| | * | selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov2018-12-132-4/+8
| | * | bpf: sync tools/include/uapi/linux/bpf.hSong Liu2018-12-131-0/+2
| | * | bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-133-19/+1Star
| | * | tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
| | * | tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15Star
| | * | tools: bpftool: fix SPDX format in headersJakub Kicinski2018-12-133-3/+3
| | * | selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin2018-12-131-0/+6
| | * | selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2018-12-131-4/+4
| * | | selftests: add txtimestamp kselftestWillem de Bruijn2018-12-215-28/+173
| * | | selftests: expand txtimestamp with ipv6 dgram + raw and pf_packetWillem de Bruijn2018-12-211-43/+146
| * | | selftests: expand txtimestamp with cmsg supportWillem de Bruijn2018-12-211-14/+53
| * | | selftests: rtnetlink: Add a test case for multipath route getIdo Schimmel2018-12-211-0/+15
| * | | selftests: forwarding: Add router test with VID 1Ido Schimmel2018-12-211-0/+135
| * | | selftests: mlxsw: Adjust test regarding VID 1Ido Schimmel2018-12-211-5/+8