aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-26perf arm-spe: Refactor context packet handlingLeo Yan2-1/+4
2020-11-26perf arm_spe: Fixup top byte for data virtual addressLeo Yan1-3/+17
2020-11-26perf arm-spe: Refactor address packet handlingLeo Yan3-42/+48
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan1-26/+38
2020-11-26perf arm-spe: Refactor packet header parsingLeo Yan2-51/+61
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan2-153/+151
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei1-0/+2
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh4-0/+186
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh1-0/+11
2020-11-25libbpf: Add support for canceling cached_cons advanceLi RongQing1-0/+6
2020-11-25Merge branch 'fixes' into nextMichael Ellerman7-67/+265
2020-11-24bpftool: Fix error return value in build_btf_type_tableZhen Lei1-0/+1
2020-11-24selftest/bpf: Fix rst formatting in readmeAndrei Matei1-13/+15
2020-11-24selftest/bpf: Fix link in readmeAndrei Matei1-1/+4
2020-11-24selftests: mlxsw: Add blackhole_nexthop trap testIdo Schimmel1-0/+36
2020-11-24selftests: forwarding: Add blackhole nexthops testsIdo Schimmel1-1/+57
2020-11-24selftests: mlxsw: Add blackhole nexthop configuration testsIdo Schimmel1-3/+22
2020-11-24selftests/x86: Add missing .note.GNU-stack sectionsAndy Lutomirski2-0/+4
2020-11-24selftests/x86/fsgsbase: Fix GS == 1, 2, and 3 testsAndy Lutomirski1-2/+10
2020-11-23tools/testing/scatterlist: Test dynamic __sg_alloc_table_from_pagesMaor Gottlieb1-23/+41
2020-11-23pm-graph v5.8Todd Brandt2-164/+227
2020-11-23Merge 5.10-rc5 into staging-testingGreg Kroah-Hartman148-733/+4065
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2020-11-20selftests: mptcp: add ADD_ADDR IPv6 test casesGeliang Tang1-1/+69
2020-11-20selftests: mptcp: add link failure test caseFlorian Westphal1-22/+82
2020-11-20selftests: forwarding: Add multipath tunneling nexthop testIdo Schimmel1-0/+356
2020-11-20selftests: forwarding: Add device-only nexthop testIdo Schimmel1-0/+160
2020-11-20selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthopsIdo Schimmel1-0/+11
2020-11-20selftests: forwarding: Do not configure nexthop objects twiceIdo Schimmel1-1/+0
2020-11-20selftests: mlxsw: Add nexthop objects configuration testsIdo Schimmel1-0/+189
2020-11-20selftests: add ring and coalesce selftestsAntonio Cardace2-0/+217
2020-11-20selftests: refactor get_netdev_name functionAntonio Cardace1-18/+2
2020-11-20selftests: extract common functions in ethtool-common.shAntonio Cardace2-61/+71
2020-11-20Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook1-4/+4
2020-11-20selftests/seccomp: Compare bitmap vs filter overheadKees Cook2-23/+130
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook1-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook1-2/+2
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song1-1/+29
2020-11-19Merge branch 'lkmm.2020.11.06a' into HEADPaul E. McKenney38-97/+1257
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney15-25/+77
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-152/+535
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-20/+169
2020-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-20/+169
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-67/+265
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa1-0/+2
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2-24/+39
2020-11-19tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu1-4/+26
2020-11-19tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu1-23/+29