aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+12
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-2/+3
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-15/+27
2016-09-22perf/x86/intel/bts: Make it an exclusive PMUAlexander Shishkin1-1/+2
2016-09-20perf/x86/intel/bts: Make sure debug store is validSebastian Andrzej Siewior1-1/+1
2016-09-20perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf1-23/+10
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar3-13/+24
2016-09-20perf/x86/intel/pt: Add support for PTWRITE and power event tracingAlexander Shishkin2-1/+28
2016-09-16perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming1-2/+2
2016-09-16perf/x86/intel/pt: Do validate the size of a kernel address filterAlexander Shishkin1-2/+7
2016-09-16perf/x86/intel/pt: Fix kernel address filter's offset validationAlexander Shishkin1-1/+6
2016-09-16perf/x86/intel/pt: Fix an off-by-one in address filter configurationAlexander Shishkin1-2/+2
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin1-7/+8
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar4-41/+132
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf1-1/+1
2016-09-10perf/x86/intel/uncore: Add Skylake server uncore supportKan Liang3-1/+600
2016-09-10perf/x86/rapl: Enable Apollo Lake RAPL supportHarry Pan1-0/+2
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-41/+132
2016-09-10perf/x86/intel: Fix PEBSv3 record drainPeter Zijlstra1-8/+11
2016-09-10perf/x86/intel/bts: Kill a silly warningAlexander Shishkin1-2/+0
2016-09-10perf/x86/intel/bts: Fix BTS PMI detectionAlexander Shishkin1-4/+15
2016-09-10perf/x86/intel/bts: Fix confused ordering of PMU callbacksAlexander Shishkin1-24/+80
2016-09-10perf/x86/amd/uncore: Prevent use after freeSebastian Andrzej Siewior1-4/+18
2016-09-08perf/x86: Check perf_callchain_store() errorJosh Poimboeuf1-1/+2
2016-09-06perf/x86/intel/cqm: Check cqm/mbm enabled state in event initJiri Olsa1-0/+9
2016-09-05perf/x86/intel/uncore: Handle non-standard counter offsetStephane Eranian1-0/+4
2016-09-05perf/x86/intel/uncore: Remove hard-coded implementation for Node ID mapping locationKan Liang1-12/+25
2016-08-18perf/x86: Fix PEBS threshold initializationJiri Olsa1-1/+11
2016-08-18perf/x86: Use PMUEF_READ_CPU_PKG in uncore eventsDavid Carrillo-Cisneros3-0/+6
2016-08-18Merge branch 'perf/urgent' into perf/core, to pick up dependencyIngo Molnar2-5/+19
2016-08-12perf/x86/intel/uncore: Add enable_box for client MSR uncoreKan Liang1-0/+14
2016-08-12perf/x86/intel/uncore: Fix uncore num_countersKan Liang1-5/+5
2016-08-10perf/x86/intel: Clean up LBR state trackingPeter Zijlstra2-29/+29
2016-08-10perf/x86/intel: Remove redundant test from intel_pmu_lbr_add()Peter Zijlstra1-2/+1
2016-08-10perf/x86/intel: Eliminate dead code in intel_pmu_lbr_del()Peter Zijlstra1-6/+0
2016-08-10perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()Peter Zijlstra5-25/+52
2016-08-10perf/x86/intel: Rework the large PEBS setup codePeter Zijlstra2-35/+69
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-4/+7
2016-08-01perf/x86: Modify error message in virtualized environmentJuergen Gross1-4/+7
2016-07-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-430/+246
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-183/+575
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+38
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann1-2/+6
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker5-4/+7
2016-07-14perf/x86/amd/power: Convert the hotplug notifier to state machineAnna-Maria Gleixner1-47/+11
2016-07-14perf/x86/amd/power: Change hotplug notifier to a symmetric structureAnna-Maria Gleixner1-2/+2
2016-07-14perf/x86/intel/cstate: Convert Intel CSTATE to hotplug state machineSebastian Andrzej Siewior1-36/+15