summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-09-081-10/+49
|\
| * Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-09-071-1/+4
| |\
| * | tools/kvm_stat: re-animate display of dead guestsStefan Raspl2018-08-301-0/+10
| * | tools/kvm_stat: indicate dead guests as suchStefan Raspl2018-08-301-3/+9
| * | tools/kvm_stat: handle guest removals more gracefullyStefan Raspl2018-08-301-2/+9
| * | tools/kvm_stat: don't reset stats when setting PID filter for debugfsStefan Raspl2018-08-301-1/+0
| * | tools/kvm_stat: fix updates for dead guestsStefan Raspl2018-08-301-1/+10
| * | tools/kvm_stat: fix handling of invalid paths in debugfs providerStefan Raspl2018-08-301-0/+8
| * | tools/kvm_stat: fix python3 issuesStefan Raspl2018-08-301-3/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-09-042-8/+2
|\ \ \
| * | | tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi2018-09-041-6/+0
| * | | tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi2018-09-041-2/+2
| | |/ | |/|
* | | tools/bpf: bpftool, add xskmap in map typesPrashant Bhole2018-09-021-0/+1
* | | selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca2018-08-311-1/+4
* | | selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca2018-08-311-1/+1
* | | tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni2018-08-291-0/+48
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+4
|\ \ | |/ |/|
| * tools: bpftool: return from do_event_pipe() on bad argumentsQuentin Monnet2018-08-231-1/+4
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-265-190/+58
|\ \
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-211-66/+4
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-211-46/+10
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-211-28/+0
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-211-27/+0
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-211-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-214-7/+22
| * | radix tree test suite: Enable ubsanMatthew Wilcox2018-08-212-11/+14
| * | radix tree test suite: Fix compilationMatthew Wilcox2018-08-211-0/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-2689-1612/+3171
|\ \ \
| * | | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-08-201-1/+1
| * | | tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo2018-08-201-1/+2
| * | | perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa2018-08-201-1/+19
| * | | perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa2018-08-203-3/+5
| * | | perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-203-85/+69
| * | | perf tools: Add gzip_is_compressed functionJiri Olsa2018-08-201-2/+14
| * | | perf tools: Add lzma_is_compressed functionJiri Olsa2018-08-201-2/+17
| * | | perf tools: Add is_compressed callback to compressions arrayJiri Olsa2018-08-204-3/+33
| * | | perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12
| * | | perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3
| * | | perf tools: Store compression id into struct dsoJiri Olsa2018-08-203-2/+8
| * | | perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2018-08-203-29/+33
| * | | perf tools: Make is_supported_compression() staticJiri Olsa2018-08-202-2/+1
| * | | perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-202-2/+1
| * | | perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa2018-08-201-1/+3
| * | | perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa2018-08-201-1/+3
| * | | perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa2018-08-201-1/+3
| * | | tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2018-08-207-106/+7
| * | | perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2018-08-202-2/+38
| * | | perf parser: Improve error message for PMU address filtersJack Henschel2018-08-201-10/+10
| * | | perf tools: Disable parallelism for 'make clean'Rasmus Villemoes2018-08-201-2/+2
| * | | Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-1868-1346/+2915
| |\ \ \
OpenPOWER on IntegriCloud