summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-143-3/+3
* selftests/exec: add file type errno testsKees Cook2020-08-143-2/+200
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1316-68/+118
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-0714-64/+111
| |\
| | * selftests/bpf: Fix silent Makefile outputAndrii Nakryiko2020-08-071-22/+26
| | * bpf: Fix compilation warning of selftestsJianlin Lv2020-08-063-14/+21
| | * selftests: bpf: Switch off timeoutJiri Benc2020-08-061-0/+1
| | * bpf: Add missing return to resolve_btfidsStanislav Fomichev2020-08-061-0/+1
| | * libbf: Fix uninitialized pointer at btf__parse_raw()Daniel T. Lee2020-08-061-1/+1
| | * tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-067-25/+58
| | * selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko2020-08-061-2/+3
| * | mptcp: more stable diag self-testsPaolo Abeni2020-08-071-4/+5
| * | selftests: mptcp: fix dependeciesPaolo Abeni2020-08-071-0/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-123-3/+106
|\ \
| * | selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang2020-08-121-2/+2
| * | mm/migrate: add migrate-shared test for migrate_vma_*()Ralph Campbell2020-08-121-0/+35
| * | kselftests: cgroup: add perpcu memory accounting testRoman Gushchin2020-08-121-1/+69
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-3/+3
|\ \ \
| * | | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-031-2/+2
| * | | virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* | | | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-111-68/+299
|\ \ \ \ | |_|/ / |/| | |
| * | | tools/testing/nvdimm: Emulate firmware activation commandsDan Williams2020-07-251-4/+205
| * | | tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulationDan Williams2020-07-251-40/+43
| * | | tools/testing/nvdimm: Add command debug messagesDan Williams2020-07-251-0/+25
| * | | tools/testing/nvdimm: Cleanup dimm index passingDan Williams2020-07-251-16/+18
| * | | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams2020-07-251-8/+8
* | | | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-10127-1091/+5164
|\ \ \ \
| * | | | perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao2020-08-071-2/+2
| * | | | perf tools powerpc: Add support for extended regs in power10Athira Rajeev2020-08-073-0/+15
| * | | | perf tools powerpc: Add support for extended register capabilityAnju T Sudhakar2020-08-075-10/+82
| * | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-2/+2
| * | | | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-0/+4
| * | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-3/+23
| * | | | tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-08-071-0/+1
| * | | | tools headers API: Update close_range affected filesArnaldo Carvalho de Melo2020-08-062-0/+3
| * | | | perf script: Add 'tod' field to display time of dayJiri Olsa2020-08-061-33/+98
| * | | | perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa2020-08-061-32/+32
| * | | | perf data: Add support to store time of day in CTF data conversionJiri Olsa2020-08-064-20/+42
| * | | | perf tools: Move clockid_res_ns under clock structJiri Olsa2020-08-063-8/+8
| * | | | perf header: Store clock references for -k/--clockid optionJiri Olsa2020-08-065-0/+180
| * | | | perf tools: Add clockid_name functionJiri Olsa2020-08-062-0/+13
| * | | | perf clockid: Move parse_clockid() to new clockid objectJiri Olsa2020-08-064-97/+119
| * | | | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)2020-08-061-0/+4
| * | | | libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | | | libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-062-4/+4
| * | | | libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | | | libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)2020-08-061-7/+9
| * | | | libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)2020-08-061-1/+1
| * | | | libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)2020-08-061-3/+5
| * | | | libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)2020-08-062-1/+40