summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1003/+4078
2020-07-04x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski-0/+11
2020-07-03selftests/net: add ipv6 test coverage in rxtimestamp testtannerlove-26/+59
2020-07-03selftests/bpf: Fix compilation error of bpf_iter_task_stack.cSong Liu-1/+1
2020-07-03bpf: Fix bpftool without skeleton code enabledJohn Fastabend-0/+1
2020-07-03tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi-6/+9
2020-07-03tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)-0/+30
2020-07-03perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter-0/+4
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter-1/+2
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter-1/+2
2020-07-03perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter-0/+1
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter-16/+29
2020-07-03perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter-1/+1
2020-07-03tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo-0/+4
2020-07-03Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo-107/+631
2020-07-02Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-9/+4
2020-07-02Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/s...Linus Torvalds-6/+19
2020-07-02bpf: selftests: Restore netns after each testMartin KaFai Lau-2/+23
2020-07-02bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau-86/+110
2020-07-02ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)-1/+24
2020-07-02ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)-4/+38
2020-07-02perf parse-events: Disable a subset of bison warningsIan Rogers-3/+11
2020-07-02perf parse-events: Disable a subset of flex warningsIan Rogers-3/+13
2020-07-01selftests: mptcp: add option to specify size of file to transferFlorian Westphal-13/+39
2020-07-01selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer-0/+16
2020-07-01selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer-0/+19
2020-07-01selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer-0/+3
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko-1/+1
2020-07-01selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.Hao Luo-8/+8
2020-07-01ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)-0/+2
2020-07-01ktest.pl: Just open up the log file onceSteven Rostedt (VMware)-12/+12
2020-07-01selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu-0/+54
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu-1/+36
2020-07-01ktest.pl: Add a NOT operatorSteven Rostedt (VMware)-0/+6
2020-07-01ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)-1/+12
2020-07-01ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)-0/+4
2020-07-01ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware)-2/+8
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski-1/+246
2020-07-01selftests/x86/fsgsbase: Add a missing memory constraintAndy Lutomirski-1/+2
2020-07-01selftests/x86/fsgsbase: Fix a comment in the ptrace_write_gsbase testAndy Lutomirski-1/+2
2020-07-01selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski-90/+51
2020-07-01selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski-0/+1
2020-07-01selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski-0/+15
2020-07-01selftests/bpf: Add byte swapping selftestAndrii Nakryiko-0/+90
2020-07-01libbpf: Make bpf_endian co-exist with vmlinux.hAndrii Nakryiko-8/+35
2020-06-30selftests/bpf: Allow substituting custom vmlinux.h for selftests buildAndrii Nakryiko-2/+7
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko-3/+7
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-38/+139
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song-1/+45
2020-06-30selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer-2/+2