summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-1/+5
|\ \
| * | KVM: x86: Inject PMI for KVM guestLuwei Kang2019-04-301-1/+5
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-161-1/+1
|\ \ \
| * | | perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian2019-05-141-1/+1
* | | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-151-1/+1
|/ / /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-068-90/+848
|\ \ \
| * | | perf/x86/intel: Add Tremont core PMU supportKan Liang2019-04-161-0/+91
| * | | perf/x86/intel/uncore: Add Intel Icelake uncore supportKan Liang2019-04-163-0/+98
| * | | perf/x86/intel/rapl: Add Icelake supportKan Liang2019-04-161-0/+2
| * | | perf/x86/intel/cstate: Add Icelake supportKan Liang2019-04-161-0/+2
| * | | perf/x86/intel: Add Icelake supportKan Liang2019-04-162-2/+134
| * | | perf/x86: Support constraint rangesPeter Zijlstra2019-04-162-2/+2
| * | | perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles themAndi Kleen2019-04-161-1/+12
| * | | perf/x86/intel: Support adaptive PEBS v4Kan Liang2019-04-163-25/+384
| * | | perf/x86/intel/ds: Extract code of event update in short periodKan Liang2019-04-161-13/+20
| * | | perf/x86/intel: Extract memory code PEBS parser for reuseAndi Kleen2019-04-161-29/+34
| * | | perf/x86: Support outputting XMM registersKan Liang2019-04-161-1/+3
| * | | perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian2019-04-161-2/+48
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-04-161-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-161-1/+7
| |\ \ \
| * | | | perf/x86: Optimize x86_schedule_events()Peter Zijlstra2019-04-031-1/+2
| * | | | perf/x86/intel: Optimize intel_get_excl_constraints()Peter Zijlstra2019-04-031-9/+13
| * | | | perf/x86: Simplify x86_pmu.get_constraints() interfacePeter Zijlstra2019-04-031-5/+3Star
| * | | | perf/x86/intel: Simplify intel_tfa_commit_scheduling()Peter Zijlstra2019-04-031-1/+1
| | |_|/ | |/| |
* | | | perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa2019-05-051-3/+7
* | | | perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin2019-05-031-2/+1Star
* | | | perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan2019-04-251-5/+5
| |_|/ |/| |
* | | perf/x86: Fix incorrect PEBS_REGSKan Liang2019-04-161-1/+1
| |/ |/|
* | perf/x86/intel: Initialize TFA MSRPeter Zijlstra2019-04-031-0/+6
* | perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian2019-04-031-1/+1
|/
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-171-1/+1
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-151-1/+1
* Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-121-35/+119
|\
| * perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-061-3/+71
| * perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-061-21/+30
| * perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-061-11/+18
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-103-7/+10
|\ \
| * | perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-093-7/+10
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-082-0/+3
|\ \ \ | |/ / |/| |
| * | x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-292-0/+3
* | | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-4/+5
|\ \ \
| * | | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-4/+5
* | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-281-0/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-111-0/+9
* | | perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang2019-02-111-2/+7
* | | perf/x86/intel: Clean up counter freezing quirkKan Liang2019-02-111-16/+11Star
* | | perf/x86/intel: Clean up SNB PEBS quirkKan Liang2019-02-111-25/+10Star
* | | perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen2019-02-112-9/+67
* | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-062-3/+6
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-042-6/+14
|\| |