aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02perf/x86/intel: Limit to half counters when the HT workaround is enabled, to avoid exclusive mode starvationStephane Eranian1-2/+20
2015-04-02perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraintsStephane Eranian1-5/+10
2015-04-02perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSWMaria Dimakopoulou1-9/+44
2015-04-02perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou1-1/+306
2015-04-02perf/x86/intel: Add cross-HT counter exclusion infrastructureMaria Dimakopoulou1-5/+66
2015-04-02perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian1-5/+10
2015-04-02perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian1-1/+3
2015-04-02perf/x86: Rename x86_pmu::er_flags to 'flags'Stephane Eranian1-12/+12
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar1-5/+5
2015-04-02perf/x86/intel/bts: Add BTS PMU driverAlexander Shishkin1-1/+5
2015-04-02perf/x86/intel/pt: Add Intel PT PMU driverAlexander Shishkin1-0/+8
2015-04-02perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin1-0/+11
2015-04-02perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen1-3/+3
2015-04-02perf/x86/intel: Filter branches for PEBS eventKan Liang1-2/+2
2015-03-27perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen1-0/+27
2015-03-27perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+47
2015-03-27perf/x86/intel: Add new cache events table for HaswellAndi Kleen1-2/+192
2015-02-18perf: Simplify the branch stack checkYan, Zheng1-17/+3
2015-02-18perf/x86/intel: Add basic Haswell LBR call stack supportYan, Zheng1-1/+1
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng1-13/+1
2015-01-28perf/x86/intel: Add model number for AirmontKan Liang1-0/+1
2014-10-29perf/x86/intel: Revert incomplete and undocumented Broadwell client supportIngo Molnar1-171/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-9/+9
2014-09-24perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen1-2/+2
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen1-0/+19
2014-09-24perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+150
2014-09-24perf/x86/intel: Document all Haswell modelsAndi Kleen1-4/+4
2014-09-24perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen1-1/+0
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-9/+9
2014-08-13perf/x86: Use extended offcore mask on HaswellAndi Kleen1-1/+1
2014-08-13perf/x86/intel: Update Intel modelsPeter Zijlstra1-25/+26
2014-07-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang1-1/+65
2014-07-16perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver1-0/+3
2014-07-02perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-05-07perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng1-1/+0
2014-02-21perf/x86: Correctly use FEATURE_PDCMPeter Zijlstra1-4/+1
2014-02-21perf, nmi: Fix unknown NMI warningMarkus Metzger1-4/+2
2013-10-04perf/x86: Suppress duplicated abort LBR recordsAndi Kleen1-0/+1
2013-10-04Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2013-09-23perf/x86/intel: Add model number for Avoton SilvermontYan, Zheng1-0/+1
2013-09-12perf/x86/intel: Clean up EVENT_ATTR_STR() muckIngo Molnar1-18/+17
2013-09-12perf/x86/intel: Clean up checkpoint-interrupt bitsPeter Zijlstra1-9/+13
2013-09-12perf/x86/intel: Add Haswell TSX event aliasesAndi Kleen1-0/+27
2013-09-12perf/x86/intel: Avoid checkpointed counters causing excessive TSX abortsAndi Kleen1-0/+37
2013-09-12perf/x86/intel: Fix Silvermont offcore masksPeter Zijlstra1-2/+2
2013-09-12perf/x86: Add constraint for IVB CYCLE_ACTIVITY:CYCLES_LDM_PENDINGStephane Eranian1-0/+1
2013-09-02perf/x86: Add Silvermont (22nm Atom) supportYan, Zheng1-0/+158
2013-09-02perf/x86: use INTEL_UEVENT_EXTRA_REG to define MSR_OFFCORE_RSP_XYan, Zheng1-9/+13
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsAndi Kleen1-0/+1
2013-06-26perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian1-2/+0