summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* x86/pkeys/selftests: Fix protection keys write() warningDave Hansen2017-11-211-1/+4
* x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
* x86/mpx/selftests: Fix up weird arraysDave Hansen2017-11-211-2/+2
* x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-135-31/+183
|\
| * selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri2017-11-081-1/+17
| * selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri2017-11-081-1/+72
| * selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-11-071-1/+16
| * selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski2017-11-071-1/+9
| * selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski2017-11-071-16/+37
| * selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski2017-11-071-1/+9
| * selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski2017-11-071-6/+18
| * Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07990-11/+1023
| |\
| * \ Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-0219-39/+675
| |\ \
| * \ \ Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar2017-10-232-6/+7
| |\ \ \
| | * | | objtool: Print top level commands on incorrect usageKamalesh Babulal2017-10-181-4/+2
| | * | | objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf2017-09-281-2/+5
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-13162-1780/+7869
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07993-21/+1257
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf srcline: Show correct function name for srcline of callchainsNamhyung Kim2017-11-011-40/+55
| * | | | | perf srcline: Fix memory leak in addr2inlines()Namhyung Kim2017-11-011-5/+2
| * | | | | perf trace beauty kcmp: Beautify argumentsArnaldo Carvalho de Melo2017-10-316-0/+76
| * | | | | perf trace beauty: Implement pid_fd beautifierArnaldo Carvalho de Melo2017-10-312-0/+20
| * | | | | tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo2017-10-312-0/+28
| * | | | | perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim2017-10-311-4/+1
| * | | | | perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa2017-10-301-0/+2
| * | | | | perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-304-30/+29
| * | | | | perf tools: Add perf_data_file__write functionJiri Olsa2017-10-302-1/+9
| * | | | | perf tools: Add struct perf_data_fileJiri Olsa2017-10-3023-97/+127
| * | | | | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-3030-238/+238
| * | | | | perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo2017-10-301-8/+69
| * | | | | perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo2017-10-276-3/+124
| * | | | | tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2017-10-272-0/+201
| * | | | | perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo2017-10-272-1/+62
| * | | | | perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-273-10/+13
| * | | | | perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo2017-10-271-3/+4
| * | | | | perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo2017-10-271-7/+6
| * | | | | perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo2017-10-271-5/+4
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-276-9/+531
| |\ \ \ \ \
| * | | | | | perf util: Enable handling of inlined frames by defaultMilian Wolff2017-10-253-2/+5
| * | | | | | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-254-0/+5
| * | | | | | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-255-3/+90
| * | | | | | perf report: Cache failed lookups of inlined framesMilian Wolff2017-10-252-23/+8
| * | | | | | perf report: Properly handle branch count in match_chain()Milian Wolff2017-10-251-62/+78
| * | | | | | perf report: Compare symbol name for inlined frames when sortingMilian Wolff2017-10-241-0/+3
| * | | | | | perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff2017-10-241-0/+8
| * | | | | | perf script: Mark inlined frames and do not print DSO for themMilian Wolff2017-10-241-1/+4
| * | | | | | perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2017-10-242-3/+10
| * | | | | | perf report: Fall-back to function name comparison for -g srclineMilian Wolff2017-10-241-8/+12
| * | | | | | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-245-0/+103
OpenPOWER on IntegriCloud