summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-163-9/+50
|\
| * bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| * bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis2019-06-131-2/+2
| * bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-3/+38
* | selftests: tc_flower: Add TOS matching testJiri Pirko2019-06-121-1/+35
* | selftests: mlxsw: Test nexthop offload indicationIdo Schimmel2019-06-121-0/+47
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-0715-48/+790
|\
| * bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-071-0/+10
| * bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-071-16/+197
| * bpf, bpftool: enable recvmsg attach typesDaniel Borkmann2019-06-075-6/+15
| * bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-071-0/+4
| * bpf: sync tooling uapi headerDaniel Borkmann2019-06-071-0/+2
| * tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak2019-06-051-0/+2
| * selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
| * libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-06-013-23/+22Star
| * selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
| * selftests: bpf: complete sub-register zero extension checksJiong Wang2019-05-291-11/+505
| * selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2019-05-292-39/+39
| * selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel2019-05-231-0/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-1/+4
|\ \
| * | selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long2019-06-041-1/+4
* | | Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-054-2/+13
|\ \ \
| * | | selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju2019-05-301-0/+2
| * | | userfaultfd: selftest: fix compiler warningAlakesh Haloi2019-05-301-1/+1
| * | | kselftest/cgroup: fix incorrect test_core skipAlex Shi2019-05-301-1/+1
| * | | kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi2019-05-301-0/+5
| * | | kselftest/cgroup: fix unexpected testing failure on test_memcontrolAlex Shi2019-05-301-0/+4
* | | | Merge tag 'pidfd-fixes-v5.2-rc4' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2019-06-051-0/+4
|\ \ \ \
| * | | | tests: fix pidfd-test compilationChristian Brauner2019-06-051-0/+4
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-06-031-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa2019-05-271-1/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-0220-94/+481
|\ \ \ \ \
| * | | | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-05-284-3/+105
| * | | | | perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
| * | | | | perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
| * | | | | perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
| * | | | | perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
| * | | | | perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
| * | | | | tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+37
| * | | | | tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-73/+181
| * | | | | tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| * | | | | tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+1
| * | | | | tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| * | | | | tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo2019-05-284-1/+83
| * | | | | perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov2019-05-281-1/+1
| * | | | | perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
* | | | | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31217-1122/+217Star
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 222Thomas Gleixner2019-05-304-60/+4Star
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-2/+1Star
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-309-36/+9Star