aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-90/+848
2019-05-05perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa1-3/+7
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin1-2/+1
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 countersHarry Pan1-5/+5
2019-04-16perf/x86/intel: Add Tremont core PMU supportKan Liang1-0/+91
2019-04-16perf/x86/intel/uncore: Add Intel Icelake uncore supportKan Liang3-0/+98
2019-04-16perf/x86/intel/rapl: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86/intel/cstate: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86/intel: Add Icelake supportKan Liang2-2/+134
2019-04-16perf/x86: Support constraint rangesPeter Zijlstra2-2/+2
2019-04-16perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles themAndi Kleen1-1/+12
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang3-25/+384
2019-04-16perf/x86/intel/ds: Extract code of event update in short periodKan Liang1-13/+20
2019-04-16perf/x86/intel: Extract memory code PEBS parser for reuseAndi Kleen1-29/+34
2019-04-16perf/x86: Support outputting XMM registersKan Liang1-1/+3
2019-04-16perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian1-2/+48
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2019-04-16perf/x86: Fix incorrect PEBS_REGSKan Liang1-1/+1
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-1/+7
2019-04-03perf/x86/intel: Initialize TFA MSRPeter Zijlstra1-0/+6
2019-04-03perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian1-1/+1
2019-04-03perf/x86: Optimize x86_schedule_events()Peter Zijlstra1-1/+2
2019-04-03perf/x86/intel: Optimize intel_get_excl_constraints()Peter Zijlstra1-9/+13
2019-04-03perf/x86: Simplify x86_pmu.get_constraints() interfacePeter Zijlstra1-5/+3
2019-04-03perf/x86/intel: Simplify intel_tfa_commit_scheduling()Peter Zijlstra1-1/+1
2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot1-1/+1
2019-03-15perf/x86/intel: Fix memory corruptionPeter Zijlstra1-1/+1
2019-03-12Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-35/+119
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+10
2019-03-09perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang3-7/+10
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2019-03-06perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)1-3/+71
2019-03-06perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)1-21/+30
2019-03-06perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)1-11/+18
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-4/+5
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-0/+9
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin1-4/+5
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa1-0/+9
2019-02-11perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang1-2/+7
2019-02-11perf/x86/intel: Clean up counter freezing quirkKan Liang1-16/+11
2019-02-11perf/x86/intel: Clean up SNB PEBS quirkKan Liang1-25/+10
2019-02-11perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen2-9/+67
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2-3/+6
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-6/+14
2019-02-04perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra1-5/+11
2019-02-04perf/x86/intel/uncore: Add Node ID maskKan Liang1-1/+3
2019-01-29x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva2-0/+3
2019-01-21perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray1-8/+1
2019-01-21perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray3-23/+7
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+4