summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-68/+299
2020-08-11Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds127-1091/+5164
2020-08-11Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-16/+105
2020-08-10ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-10ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)1-3/+6
2020-08-08Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-0/+25
2020-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller14-64/+111
2020-08-08mptcp: more stable diag self-testsPaolo Abeni1-4/+5
2020-08-08selftests: mptcp: fix dependeciesPaolo Abeni1-0/+2
2020-08-07Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds6-2/+118
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-6/+987
2020-08-07selftests: add mincore() testsRicardo CaƱuelo4-0/+370
2020-08-07tools/cgroup: add memcg_slabinfo.py toolRoman Gushchin1-0/+226
2020-08-07kselftests: cgroup: add kernel memory accounting testsRoman Gushchin3-0/+385
2020-08-07tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh1-1/+1
2020-08-07tools/: replace HTTP links with HTTPS onesAlexander A. Klimov5-5/+5
2020-08-07selftests: splice: Check behavior of full and short splicesKees Cook6-2/+118
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds46-203/+1563
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-07selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-22/+26
2020-08-07perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao1-2/+2
2020-08-07perf tools powerpc: Add support for extended regs in power10Athira Rajeev3-0/+15
2020-08-07perf tools powerpc: Add support for extended register capabilityAnju T Sudhakar5-10/+82
2020-08-07tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2020-08-07tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-08-07tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-3/+23
2020-08-07tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo1-0/+1
2020-08-07bpf: Fix compilation warning of selftestsJianlin Lv3-14/+21
2020-08-07selftests: bpf: Switch off timeoutJiri Benc1-0/+1
2020-08-07bpf: Add missing return to resolve_btfidsStanislav Fomichev1-0/+1
2020-08-07libbf: Fix uninitialized pointer at btf__parse_raw()Daniel T. Lee1-1/+1
2020-08-07tools/bpf: Support new uapi for map element bpf iteratorYonghong Song7-25/+58
2020-08-07selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko1-2/+3
2020-08-06Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-128/+136
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+11
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+15
2020-08-06Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-08-06tools headers API: Update close_range affected filesArnaldo Carvalho de Melo2-0/+3
2020-08-06perf script: Add 'tod' field to display time of dayJiri Olsa1-33/+98
2020-08-06perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa1-32/+32
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa4-20/+42
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa3-8/+8
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa5-0/+180
2020-08-06perf tools: Add clockid_name functionJiri Olsa2-0/+13
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa4-97/+119
2020-08-06tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)1-0/+4
2020-08-06libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)1-2/+2
2020-08-06libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2-4/+4
2020-08-06libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)1-2/+2
2020-08-06libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)1-7/+9