summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: fixes psock_fanout eBPF test casePrashant Bhole2018-05-301-1/+2
* perf tests: Fix dwarf unwind for stripped binariesJiri Olsa2018-05-301-16/+30
* perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-05-302-4/+1
* perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa2018-05-301-1/+1
* perf report: Fix wrong jump arrowJin Yao2018-05-301-2/+7
* perf test: Fix test case inet_pton to accept inlines.Thomas Richter2018-05-301-3/+3
* tools: hv: fix compiler warnings about major/target_fnameDexuan Cui2018-05-302-1/+3
* perf stat: Fix core dump when flag T is usedThomas Richter2018-05-301-2/+7
* perf top: Fix top.call-graph config option readingYisheng Xie2018-05-301-2/+4
* selftests: Print the test we're running to /dev/kmsgMichael Ellerman2018-05-301-0/+1
* tools/thermal: tmon: fix for segfaultFrank Asseg2018-05-302-6/+7
* perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()Kan Liang2018-05-301-0/+6
* perf clang: Add support for recent clang versionsSandipan Das2018-05-301-1/+10
* perf tools: Fix perf builds with clang supportSandipan Das2018-05-301-1/+2
* idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-301-0/+7
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-221-3/+19
* test_firmware: fix setting old custom fw path back on exit, second tryBen Hutchings2018-05-091-2/+4
* tools: power/acpi, revert to LD = gccJiri Slaby2018-05-091-0/+1
* objtool, perf: Fix GCC 8 -Wrestrict errorJosh Poimboeuf2018-05-011-1/+1
* perf intel-pt: Fix timestamp following overflowAdrian Hunter2018-04-191-0/+1
* perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter2018-04-191-0/+1
* perf intel-pt: Fix sync_switchAdrian Hunter2018-04-191-7/+25
* perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2018-04-193-35/+34
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-311-0/+11
|\
| * objtool: Add Clang supportJosh Poimboeuf2018-03-271-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-301-1/+1
|\ \
| * | tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski2018-03-241-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-251-2/+6
|\ \ \ | | |/ | |/|
| * | selftests/x86/ptrace_syscall: Fix for yet more glibc interferenceAndy Lutomirski2018-03-191-2/+6
* | | Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-03-233-0/+186
|\ \ \ | |_|/ |/| |
| * | selftests: ftrace: Add a testcase for probepointMasami Hiramatsu2018-03-231-0/+43
| * | selftests: ftrace: Add a testcase for string type with kprobe_eventMasami Hiramatsu2018-03-231-0/+46
| * | selftests: ftrace: Add probe event argument syntax testcaseMasami Hiramatsu2018-03-231-0/+97
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-221-0/+4
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-071-0/+4
| |\ \ \
| | * | | tools: bpftool: fix compilation with older headersJiri Benc2018-03-061-0/+4
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-181-4/+28
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-141-3/+27
| * | | | selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-141-1/+1
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-112-25/+13
|\| | | |
| * | | | x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-081-5/+6
| * | | | objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-1111-15/+61
|\ \ \ \ \
| * | | | | perf tools: Fix trigger class trigger_on()Adrian Hunter2018-03-061-4/+5
| * | | | | perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter2018-03-061-6/+9
| * | | | | perf stat: Fix CVS output format for non-supported countersIlya Pronin2018-03-061-1/+1
| * | | | | tools headers: Sync x86's cpufeatures.hArnaldo Carvalho de Melo2018-03-051-0/+1
| * | | | | tools headers: Sync copy of kvm UAPI headersArnaldo Carvalho de Melo2018-03-051-0/+2
| * | | | | perf record: Fix crash in pipe modeJiri Olsa2018-03-053-2/+16
| * | | | | perf annotate browser: Be more robust when drawing jump arrowsArnaldo Carvalho de Melo2018-03-051-0/+25