summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1158-260/+631
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-1015-48/+166
| |\
| | * libbpf: Fix libbpf hashmap on (I)LP32 architecturesJakub Bogusz2020-07-091-4/+8
| | * selftests: bpf: Fix detach from sockmap testsLorenz Bauer2020-07-091-6/+6
| | * ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2020-07-061-0/+13
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-3012-38/+139
| | |\
| | | * bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-303-1/+45
| | | * selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer2020-06-301-2/+2
| | | * selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer2020-06-301-6/+6
| | | * selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki2020-06-301-4/+28
| | | * bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend2020-06-282-1/+25
| | | * libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer2020-06-252-2/+2
| | | * bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-231-20/+21
| | | * libbpf: Fix CO-RE relocs against .text sectionAndrii Nakryiko2020-06-232-2/+8
| | | * libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headersAndrii Nakryiko2020-06-221-0/+2
| * | | Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-105-50/+53
| |\ \ \
| | * | | kselftest: ksft_test_num return type should be unsignedPaolo Bonzini2020-07-061-1/+1
| | * | | selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3Pengfei Xu2020-07-064-49/+52
| * | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-091-0/+36
| |\ \ \ \
| | * | | | selftests: kmod: Add module address visibility testKees Cook2020-07-081-0/+36
| * | | | | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-2/+1
| * | | | | Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-07-0715-40/+123
| |\ \ \ \ \
| | * | | | | perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo2020-07-061-1/+18
| | * | | | | perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-061-2/+3
| | * | | | | perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
| | * | | | | perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-062-2/+3
| | * | | | | perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li2020-07-061-6/+11
| | * | | | | tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi2020-07-031-6/+9
| | * | | | | tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)2020-07-032-0/+30
| | * | | | | perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter2020-07-031-0/+4
| | * | | | | perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-031-1/+2
| | * | | | | perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-031-1/+2
| | * | | | | perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-031-0/+1
| | * | | | | perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-035-16/+29
| | * | | | | perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-031-1/+1
| | * | | | | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2020-07-031-0/+4
| | * | | | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2020-07-0337-107/+631
| | |\ \ \ \ \
| | * | | | | | perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr2020-06-221-3/+5
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-057-90/+78
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+11
| | * | | | | selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
| | * | | | | selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
| | * | | | | selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15
| | |/ / / /
| * | | | | Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-022-9/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen2020-06-292-2/+2
| | * | | | selftests: tpm: Use 'test -e' instead of 'test -f'Jarkko Sakkinen2020-06-292-2/+2
| | * | | | Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen2020-06-291-5/+0
| * | | | | Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2020-07-025-6/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
| | * | | | kunit: show error if kunit results are not presentUriel Guajardo2020-06-263-4/+15