summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/cstate: Remove unused 'struct perf_cstate_msr'Ingo Molnar2024-05-081-6/+0
* Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar2024-05-026-132/+135
|\
| * perf/x86/intel/uncore: Switch to new Intel CPU model definesTony Luck2024-04-293-53/+55
| * perf/x86/intel/pt: Switch to new Intel CPU model definesTony Luck2024-04-251-6/+6
| * perf/x86/lbr: Switch to new Intel CPU model definesTony Luck2024-04-251-1/+2
| * perf/x86/intel/cstate: Switch to new Intel CPU model definesTony Luck2024-04-251-72/+72
* | perf/x86/intel: Expose existence of callback support to KVMSean Christopherson2024-04-111-0/+1
|/
* perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang2024-04-031-4/+4
* Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-122-0/+2
|\
| * x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner2024-03-042-0/+2
* | x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner2024-02-163-14/+14
* | x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner2024-02-153-3/+3
|/
* Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-0910-111/+520
|\
| * perf/x86/intel/uncore: Factor out topology_gidnid_map()Alexander Antonov2023-11-301-37/+40
| * perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov2023-11-301-2/+8
| * perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang2023-11-241-0/+2
| * perf/x86/intel/uncore: Support IIO free-running counters on GNRKan Liang2023-11-241-1/+11
| * perf/x86/intel/uncore: Support Granite RapidsKan Liang2023-11-243-0/+101
| * perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang2023-11-245-10/+11
| * perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRKan Liang2023-11-241-11/+23
| * perf/x86/intel/cstate: Add Grand Ridge supportKan Liang2023-11-171-3/+12
| * perf/x86/intel/cstate: Add Sierra Forest supportKan Liang2023-11-171-4/+109
| * perf/x86/intel/cstate: Cleanup duplicate attr_groupsKan Liang2023-11-171-33/+11
| * Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-151-1/+1
| |\
| * | perf/x86/intel: Support branch counters loggingKan Liang2023-10-273-8/+182
| * | perf/x86/intel: Reorganize attrs and is_visibleKan Liang2023-10-271-15/+15
| * | perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang2023-10-271-3/+11
| * | perf: Add branch stack countersKan Liang2023-10-272-3/+3
* | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-091-1/+1
|\ \ \
| * | | arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
| | |/ | |/|
* | | KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini2024-01-041-1/+6
* | | perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi2023-11-211-1/+1
|/ /
* | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-311-1/+1
|\ \ | |/ |/|
| * x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2023-10-101-1/+1
* | perf/x86/cstate: Allow reading the package statistics from local CPUTero Kristo2023-10-091-0/+3
* | perf/x86/intel/pt: Fix kernel-doc commentsLucy Mielke2023-10-091-2/+6
* | Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar2023-10-031-1/+11
|\|
| * perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-051-1/+11
* | perf/x86/intel: Extend the ref-cycles event to GP countersKan Liang2023-09-121-1/+20
* | perf/x86/intel: Fix broken fixed event constraints extensionKan Liang2023-09-121-39/+26
* | perf/x86/intel: Add common intel_pmu_init_hybrid()Kan Liang2023-08-291-51/+111
* | perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang2023-08-292-23/+48
* | perf/x86/intel: Apply the common initialization code for ADLKan Liang2023-08-291-51/+2
* | perf/x86/intel: Factor out the initialization code for ADL e-coreKan Liang2023-08-291-37/+21
* | perf/x86/intel: Factor out the initialization code for SPRKan Liang2023-08-291-23/+26
* | perf/x86/intel: Use the common uarch name for the shared functionsKan Liang2023-08-292-33/+33
|/
* Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-295-13/+66
|\
| * perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno()...Ilpo Järvinen2023-08-241-1/+1
| * perf/x86/intel: Add Crestmont PMUKan Liang2023-08-092-3/+58
| * x86/cpu: Fix Gracemont uarchPeter Zijlstra2023-08-093-3/+3