summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5 days7-198/+201
|\
| * perf/x86/msr: Switch to new Intel CPU model definesTony Luck2024-04-291-66/+66
| * 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
* | Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5 days4-16/+54
|\ \
| * \ Merge branch 'linus' into perf/core, to pick up perf/urgent fixesIngo Molnar2024-04-142-4/+5
| |\ \
| * | | perf/x86/rapl: Add support for Intel Lunar LakeZhang Rui2024-04-101-0/+1
| * | | perf/x86/rapl: Add support for Intel Arrow LakeZhang Rui2024-04-101-0/+2
| * | | perf/x86/amd: Don't reject non-sampling events with configured LBRAndrii Nakryiko2024-04-031-4/+0
| * | | perf/x86/amd: Support capturing LBR from software eventsAndrii Nakryiko2024-04-031-0/+35
| * | | perf/x86/amd: Avoid taking branches before disabling LBRAndrii Nakryiko2024-04-032-8/+14
| * | | perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlinedAndrii Nakryiko2024-04-031-1/+1
| * | | Merge tag 'v6.9-rc2' into perf/core, to pick up dependent commitsIngo Molnar2024-04-032-11/+44
| |\ \ \
| * | | | perf/x86/rapl: Prefer struct_size() over open coded arithmeticErick Archer2024-03-211-3/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-201-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | perf/x86/intel: Expose existence of callback support to KVMSean Christopherson2024-04-111-0/+1
| | |_|/ | |/| |
* / | | perf/x86: Fix out of range dataNamhyung Kim2024-04-101-0/+1
|/ / /
* | / perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang2024-04-031-4/+4
| |/ |/|
* | perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das2024-03-261-0/+15
* | perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-03-261-3/+17
* | perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-03-252-8/+12
|/
* perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das2024-03-131-1/+0
* perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das2024-03-131-2/+4
* Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-113-1/+3
|\
| * x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner2024-03-042-0/+2
| * perf/x86/amd/uncore: Fix __percpu annotationThomas Gleixner2024-03-041-1/+1
* | 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-154-4/+4
* | x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-151-1/+1
|/
* Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-0815-114/+540
|\
| * 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/amd: Reject branch stack for IBS eventsNamhyung Kim2023-11-301-0/+3
| * 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-153-4/+5
| |\
| * | perf/x86/intel: Support branch counters loggingKan Liang2023-10-275-8/+195
| * | perf/x86/intel: Reorganize attrs and is_visibleKan Liang2023-10-271-15/+15
| * | perf: Add branch_sample_call_stackKan Liang2023-10-271-1/+1
| * | perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang2023-10-272-3/+12
| * | perf: Add branch stack countersKan Liang2023-10-274-5/+5
* | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-083-3/+3
|\ \ \