summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner1-10/+3
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner1-0/+1
2024-01-09Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+122
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-04KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini1-1/+6
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi1-1/+1
2023-10-27perf/x86/intel: Support branch counters loggingKan Liang1-6/+97
2023-10-27perf/x86/intel: Reorganize attrs and is_visibleKan Liang1-15/+15
2023-10-27perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang1-3/+11
2023-10-27perf: Add branch stack countersKan Liang1-1/+1
2023-09-12perf/x86/intel: Extend the ref-cycles event to GP countersKan Liang1-1/+20
2023-09-12perf/x86/intel: Fix broken fixed event constraints extensionKan Liang1-39/+26
2023-08-29perf/x86/intel: Add common intel_pmu_init_hybrid()Kan Liang1-51/+111
2023-08-29perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang1-22/+47
2023-08-29perf/x86/intel: Apply the common initialization code for ADLKan Liang1-51/+2
2023-08-29perf/x86/intel: Factor out the initialization code for ADL e-coreKan Liang1-37/+21
2023-08-29perf/x86/intel: Factor out the initialization code for SPRKan Liang1-23/+26
2023-08-29perf/x86/intel: Use the common uarch name for the shared functionsKan Liang1-32/+32
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+52
2023-08-09perf/x86/intel: Add Crestmont PMUKan Liang1-1/+51
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra1-1/+1
2023-07-10perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim1-0/+7
2023-06-28Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+9
2023-06-16perf/x86/intel: Fix the FRONTEND encoding on GNR and MTLKan Liang1-1/+14
2023-05-23perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSLike Xu1-1/+1
2023-05-08perf/x86/intel: Define bit macros for FixCntrCtl MSRDapeng Mi1-9/+9
2023-03-21perf/x86/intel: Add Granite RapidsKan Liang1-2/+14
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+181
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+1
2023-02-02perf/x86/intel: Expose EPT-friendly PEBS for SPR and future modelsLike Xu1-0/+1
2023-01-18perf/x86/intel: Add Emerald RapidsKan Liang1-0/+1
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim1-4/+2
2023-01-09perf/x86/intel: Support Architectural PerfMon Extension leafKan Liang1-0/+22
2023-01-09perf/x86: Support Retire LatencyKan Liang1-1/+31
2023-01-09perf/x86: Add Meteor Lake supportKan Liang1-14/+127
2022-12-13Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+10
2022-11-02perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang1-0/+1
2022-10-27perf: Rewrite core context handlingPeter Zijlstra1-13/+10
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-37/+64
2022-09-29perf/x86: Add new Raptor Lake S supportKan Liang1-0/+1
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra1-5/+2
2022-09-13perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLYNamhyung Kim1-3/+0
2022-09-07perf/x86/intel: Optimize FIXED_CTR_CTRL accessKan Liang1-9/+13
2022-09-07perf/x86/intel: Remove x86_pmu::update_topdown_eventPeter Zijlstra1-10/+12
2022-09-07perf/x86/intel: Remove x86_pmu::set_topdown_event_periodPeter Zijlstra1-6/+10
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra1-11/+8
2022-09-07perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra1-3/+23
2022-09-06perf: Use sample_flags for branch stackKan Liang1-1/+3