summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-302-2/+2
|\
| * x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-1/+1
| * x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2023-10-101-1/+1
* | Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-308-624/+991
|\ \
| * | perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Sandipan Das2023-10-161-10/+15
| * | perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Dan Carpenter2023-10-131-1/+2
| * | perf/x86/amd/uncore: Add memory controller supportSandipan Das2023-10-091-1/+155
| * | perf/x86/amd/uncore: Add group exclusivitySandipan Das2023-10-091-1/+20
| * | perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableSandipan Das2023-10-091-1/+13
| * | perf/x86/amd/uncore: Move discovery and registrationSandipan Das2023-10-091-189/+305
| * | perf/x86/amd/uncore: Refactor uncore managementSandipan Das2023-10-091-358/+379
| * | 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
| * | perf/x86/rapl: Annotate 'struct rapl_pmus' with __counted_byKees Cook2023-10-081-1/+1
| * | perf/x86/rapl: Fix "Using plain integer as NULL pointer" Sparse warningDavid Reaver2023-10-031-4/+4
| * | perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()Uros Bizjak2023-10-031-6/+4
| * | perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_e...Uros Bizjak2023-10-031-3/+1
| * | Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar2023-10-032-8/+28
| |\ \
| * | | 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-294-40/+72
| * | | 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-293-34/+34
* | | | perf/x86/lbr: Filter vsyscall addressesJP Kobryn2023-10-081-2/+3
| |/ / |/| |
* | | perf/x86/amd: Do not WARN() on every IRQBreno Leitao2023-09-251-1/+9
* | | perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das2023-09-221-6/+8
| |/ |/|
* | perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-051-1/+11
|/
* Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-2810-117/+173
|\
| * 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-093-3/+60
| * x86/cpu: Fix Gracemont uarchPeter Zijlstra2023-08-095-5/+5
| * perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark2023-07-261-1/+0
| * perf/x86/ibs: Set mem_lvl_num, mem_remote and mem_hops for data_srcNamhyung Kim2023-07-261-88/+68
| * perf/x86: Use local64_try_cmpxchgUros Bizjak2023-07-104-19/+13
| * perf/amd: Prevent grouping of IBS eventsRavi Bangoria2023-07-101-0/+26
* | perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim2023-07-101-0/+7
|/
* Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-273-37/+36
|\
| * perf/x86/intel: Define bit macros for FixCntrCtl MSRDapeng Mi2023-05-081-9/+9
| * perf/ibs: Fix interface via core pmu eventsRavi Bangoria2023-05-082-28/+27
* | perf/x86/intel: Fix the FRONTEND encoding on GNR and MTLKan Liang2023-06-161-1/+14
* | perf/x86/uncore: Correct the number of CHAs on SPRKan Liang2023-05-241-0/+11
* | perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSLike Xu2023-05-231-1/+1
* | perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2023-05-081-24/+32
* | perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim2023-05-081-4/+2
|/
* Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-284-2/+30
|\
| * perf/x86/intel/uncore: Add events for Intel SPR IMC PMUStephane Eranian2023-04-211-0/+12
| * perf/x86/cstate: Add Granite Rapids supportArtem Bityutskiy2023-03-211-0/+2