summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-1524-27/+405
|\
| * perf tools: Fix maps__find_symbol_by_name()Adrian Hunter2018-09-111-0/+11
| * tools headers uapi: Update tools's copy of linux/if_link.hArnaldo Carvalho de Melo2018-09-111-0/+17
| * tools headers uapi: Update tools's copy of linux/vhost.hArnaldo Carvalho de Melo2018-09-111-0/+18
| * tools headers uapi: Update tools's copies of kvm headersArnaldo Carvalho de Melo2018-09-115-1/+73
| * tools headers uapi: Update tools's copy of drm/drm.hArnaldo Carvalho de Melo2018-09-111-0/+9
| * tools headers uapi: Update tools's copy of asm-generic/unistd.hArnaldo Carvalho de Melo2018-09-111-1/+3
| * tools headers uapi: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2018-09-111-1/+1
| * Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-0913-24/+273
| |\
| | * perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-302-1/+22
| | * perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das2018-08-301-1/+3
| | * perf event-parse: Use fixed size string for commsChris Phlipot2018-08-301-4/+3
| | * perf util: Fix bad memory access in trace info.Chris Phlipot2018-08-301-1/+1
| | * perf tools: Streamline bpf examples and headers installationArnaldo Carvalho de Melo2018-08-301-8/+6
| | * perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-08-301-2/+3
| | * perf arm64: Fix include path for asm-generic/unistd.hKim Phillips2018-08-302-5/+6
| | * perf tests: Add breakpoint modify testsJiri Olsa2018-08-304-0/+221
| | * perf annotate: Properly interpret indirect callMartin Liška2018-08-301-2/+8
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-152-0/+3
|\ \ \
| * | | tools/lib/lockdep: Add dummy task_struct state memberSasha Levin2018-09-101-0/+3
| * | | tools/lib/lockdep: Add empty nmi.hSasha Levin2018-09-101-0/+0
| |/ /
* / / Tools: hv: Fix a bug in the key delete codeK. Y. Srinivasan2018-09-121-1/+1
|/ /
* | 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
|\ \ \ \ | | |_|/ | |/| |