summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* 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
* | perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian2019-05-141-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-19/+277
|\ \
| * | perf/x86/intel: Add Tremont core PMU supportKan Liang2019-04-161-0/+91
| * | perf/x86/intel: Add Icelake supportKan Liang2019-04-161-0/+111
| * | perf/x86: Support constraint rangesPeter Zijlstra2019-04-161-1/+1
| * | perf/x86/intel: Support adaptive PEBS v4Kan Liang2019-04-161-0/+7
| * | 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/+3
| * | | | 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: 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 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-0/+2
|\ \
| * | x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-291-0/+2
* | | 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/+11
* | | perf/x86/intel: Clean up SNB PEBS quirkKan Liang2019-02-111-25/+10
* | | perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen2019-02-111-9/+65
|/ /
* / perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-041-5/+11
|/
* x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* perf/x86/intel: Disallow precise_ip on BTS eventsJiri Olsa2018-11-221-0/+4
* perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2018-11-221-14/+3
* perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2018-11-221-1/+40
* perf/x86/intel: Fix regression by default disabling perfmon v4 interrupt hand...Peter Zijlstra2018-11-201-4/+8
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa2018-10-161-17/+52
* perf/x86/intel: Add quirk for Goldmont PlusKan Liang2018-10-021-0/+35
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-9/+11
* perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen2018-10-021-0/+113
* perf/x86/intel: Factor out common code of PMI handlerKan Liang2018-10-021-49/+60
* perf/x86/intel: Support Extended PEBS for Goldmont PlusKan Liang2018-07-251-1/+1
* perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang2018-07-251-1/+4
* perf/x86/intel: Support PEBS on fixed countersKan Liang2018-07-251-11/+13
* perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-0/+3