summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-08-15tools headers: Synchronise x86 cpufeatures.h for L1TF additionsDavid Woodhouse1-0/+3
2018-08-03selftests: intel_pstate: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)1-1/+4
2018-08-03selftests: memfd: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)1-5/+9
2018-08-03selftests/intel_pstate: Improve test, minor fixesDaniel Díaz1-14/+10
2018-08-03usbip: dynamically allocate idev by nports found in sysfsMichael Grzeschik2-15/+20
2018-08-03usbip: usbip_detach: Fix memory, udev context and udev leakShuah Khan (Samsung OSG)1-3/+6
2018-08-03perf tools: Fix pmu events parsing ruleJiri Olsa1-1/+13
2018-07-17tools build: fix # escaping in .cmd files for future MakePaul Menzel1-2/+2
2018-07-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes3-3/+6
2018-07-08perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing1-3/+3
2018-07-08perf test: "Session topology" dumps core on s390Thomas Richter1-6/+24
2018-07-03perf vendor events: Add Goldmont Plus V1 event fileKan Liang7-0/+2414
2018-07-03perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter1-1/+1
2018-07-03perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter3-2/+28
2018-07-03perf intel-pt: Fix MTC timing after overflowAdrian Hunter1-1/+0
2018-07-03perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter1-1/+4
2018-07-03perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter1-0/+1
2018-07-03perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter1-0/+2
2018-07-03ftrace/selftest: Have the reset_trigger code be a bit more carefulSteven Rostedt (VMware)1-3/+18
2018-06-20x86/pkeys/selftests: Add a test for pkey 0Dave Hansen1-0/+30
2018-06-20x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen1-5/+9
2018-06-20x86/pkeys/selftests: Fix pointer mathDave Hansen1-7/+7
2018-06-20x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen1-5/+8
2018-06-20x86/pkeys/selftests: Add PROT_EXEC testDave Hansen1-0/+44
2018-06-20x86/pkeys/selftests: Factor out "instruction page"Dave Hansen1-4/+17
2018-06-20x86/pkeys/selftests: Allow faults on unknown keysDave Hansen1-1/+9
2018-06-20x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen1-16/+0
2018-06-20x86/pkeys/selftests: Stop using assert()Dave Hansen1-4/+8
2018-06-20x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen1-6/+7
2018-06-20x86/selftests: Add mov_to_ss testAndy Lutomirski2-1/+286
2018-06-20x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar1-2/+5
2018-06-20x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar1-26/+41
2018-06-20objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar1-0/+18
2018-06-20bpf: fix uninitialized variable in bpf toolsJohn Fastabend1-2/+5
2018-06-20selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu1-0/+44
2018-06-20perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo1-5/+3
2018-06-05objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf1-3/+7
2018-06-05objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf1-25/+12
2018-06-05objtool: Detect RIP-relative switch table referencesJosh Poimboeuf1-15/+18
2018-06-05objtool: Support GCC 8 switch tablesJosh Poimboeuf1-2/+22
2018-06-05objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf3-44/+93
2018-05-30Revert "perf record: Fix crash in pipe mode"Greg Kroah-Hartman3-16/+2
2018-05-30tools: sync up .h files with the repective arch and uapi .h filesGreg Kroah-Hartman8-268/+336
2018-05-30perf tools: Add trace/beauty/generated/ into .gitignoreRavi Bangoria1-0/+1
2018-05-30selftests/net: fixes psock_fanout eBPF test casePrashant Bhole1-1/+2
2018-05-30perf tests: Fix dwarf unwind for stripped binariesJiri Olsa1-16/+30
2018-05-30perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2-4/+1
2018-05-30perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa1-1/+1
2018-05-30perf report: Fix wrong jump arrowJin Yao1-2/+7
2018-05-30perf test: Fix test case inet_pton to accept inlines.Thomas Richter1-3/+3