aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+10
2019-11-15x86: retpolines: eliminate retpoline from msr event handlersAndrea Arcangeli1-0/+11
2019-10-28perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov1-0/+7
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)1-2/+3
2019-10-12perf/x86/intel: Add Tiger Lake CPU supportKan Liang1-0/+2
2019-10-12perf/x86/intel: Add Comet Lake CPU supportKan Liang1-0/+2
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-37/+37
2019-09-02Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-0/+6
2019-09-02Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar1-0/+6
2019-08-30perf/x86/intel: Restrict period on NehalemJosh Hunt1-0/+6
2019-08-28perf/x86/intel: Support PEBS output to PTAlexander Shishkin1-0/+18
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra1-10/+10
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra1-4/+4
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-10/+10
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra1-13/+13
2019-07-25perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-07-25perf/x86: Apply more accurate check on hypervisor platformZhenzhong Duan1-2/+1
2019-07-25perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerYunying Sun1-2/+2
2019-07-13perf/x86/intel: Fix spurious NMI on fixed counterKan Liang1-5/+3
2019-06-17perf/x86/intel: Disable check_msr for real HWJiri Olsa1-0/+8
2019-06-17perf/x86/intel: Use ->is_visible callback for default groupJiri Olsa1-3/+12
2019-06-17perf/x86/intel: Add more Icelake CPUIDsKan Liang1-4/+9
2019-06-03perf/x86: Use update attribute groups for default attributesJiri Olsa1-4/+5
2019-06-03perf/x86/intel: Use update attributes for skylake formatJiri Olsa1-5/+10
2019-06-03perf/x86: Use update attribute groups for extra formatJiri Olsa1-5/+13
2019-06-03perf/x86: Use update attribute groups for capsJiri Olsa1-5/+20
2019-06-03perf/x86: Use the new pmu::update_attrs attribute groupJiri Olsa1-37/+49
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2019-05-14perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian1-1/+1
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+277
2019-05-05perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa1-3/+7
2019-04-30KVM: x86: Inject PMI for KVM guestLuwei Kang1-1/+5
2019-04-16perf/x86/intel: Add Tremont core PMU supportKan Liang1-0/+91
2019-04-16perf/x86/intel: Add Icelake supportKan Liang1-0/+111
2019-04-16perf/x86: Support constraint rangesPeter Zijlstra1-1/+1
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang1-0/+7
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