summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-258-12/+16
* perf ctype: Remove now unused 'spaces' variableArnaldo Carvalho de Melo2019-06-252-5/+0
* perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo2019-06-251-3/+7
* perf ctype: Remove unused 'graph_line' variableArnaldo Carvalho de Melo2019-06-252-5/+0
* perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter2019-06-251-0/+251
* perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...Adrian Hunter2019-06-251-0/+239
* perf db-export: Export synth eventsAdrian Hunter2019-06-251-2/+44
* perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter2019-06-251-24/+41
* perf intel-pt: Add CBR value to decoder stateAdrian Hunter2019-06-252-0/+2
* perf intel-pt: Cater for CBR change in PSB+Adrian Hunter2019-06-251-0/+7
* perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter2019-06-251-10/+6
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-06-252-2/+2
* perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter2019-06-251-12/+6
* perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter2019-06-251-1/+29
* perf tools: Fix cache.h include directiveNumfor Mbiziwo-Tiapo2019-06-251-1/+1
* perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers2019-06-242-20/+27
* perf/x86/rapl: Get quirk state from new probe frameworkJiri Olsa2019-06-241-79/+3
* perf/x86/rapl: Get attributes from new probe frameworkJiri Olsa2019-06-241-89/+0
* perf/x86/rapl: Get MSR values from new probe frameworkJiri Olsa2019-06-241-42/+11
* perf/x86/rapl: Get rapl_cntr_mask from new probe frameworkJiri Olsa2019-06-241-36/+2
* perf/x86/rapl: Use new MSR detection interfaceJiri Olsa2019-06-241-1/+191
* perf/x86/cstate: Use new probe functionJiri Olsa2019-06-241-65/+87
* perf/x86/msr: Use new probe functionJiri Olsa2019-06-241-50/+60
* perf/x86: Add MSR probe interfaceJiri Olsa2019-06-243-1/+75
* Merge branch 'x86/cpu' into perf/core, to pick up dependent patchesIngo Molnar2019-06-2433-99/+1211
|\
| * Documentation/ABI: Document umwait control sysfs interfacesFenghua Yu2019-06-241-0/+23
| * x86/umwait: Add sysfs interface to control umwait maximum timeFenghua Yu2019-06-241-0/+36
| * x86/umwait: Add sysfs interface to control umwait C0.2 stateFenghua Yu2019-06-241-8/+110
| * x86/umwait: Initialize umwait control valuesFenghua Yu2019-06-243-0/+72
| * x86/cpufeatures: Enumerate user wait instructionsFenghua Yu2019-06-241-0/+1
| * x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUsKonstantin Khlebnikov2019-06-221-1/+11
| * x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3Tony W Wang-oc2019-06-221-0/+15
| * ACPI, x86: Add Zhaoxin processors support for NONSTOP TSCTony W Wang-oc2019-06-222-0/+2
| * x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc2019-06-225-1/+189
| * x86/cpu: Split Tremont based Atoms from the restAndy Shevchenko2019-06-221-0/+1
| * Documentation/x86/64: Add documentation for GS/FS addressing modeThomas Gleixner2019-06-222-0/+200
| * x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2019-06-222-1/+6
| * x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski2019-06-222-20/+15
| * selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASEChang S. Bae2019-06-221-2/+9
| * selftests/x86/fsgsbase: Test RD/WRGSBASEAndy Lutomirski2019-06-221-3/+99
| * x86/entry/64: Document GSBASE handling in the paranoid pathChang S. Bae2019-06-221-0/+9
| * x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae2019-06-222-11/+75
| * x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae2019-06-222-0/+49
| * x86/entry/64: Switch CR3 before SWAPGS in paranoid entryChang S. Bae2019-06-221-8/+23
| * x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae2019-06-221-6/+13
| * x86/process/64: Use FSBSBASE in switch_to() if availableAndy Lutomirski2019-06-221-6/+28
| * x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2019-06-222-15/+78
| * x86/fsgsbase/64: Add intrinsics for FSGSBASE instructionsAndi Kleen2019-06-221-0/+30
| * kbuild: Raise the minimum required binutils version to 2.21Chang S. Bae2019-06-221-4/+2
| * x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski2019-06-222-0/+27