summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* 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
| * perf/x86/msr: Add Granite RapidsKan Liang2023-03-211-0/+2
| * perf/x86/intel: Add Granite RapidsKan Liang2023-03-211-2/+14
* | perf/x86/amd/core: Always clear status for idxBreno Leitao2023-03-211-2/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-252-1/+4
|\
| * Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-154-9/+18
| |\
| * | perf/x86/intel: Expose EPT-friendly PEBS for SPR and future modelsLike Xu2023-02-012-1/+4
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-8/+5
|\ \ \
| * \ \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-316-10/+24
| |\ \ \ | | | |/ | | |/|
| * | | x86/perf/amd: Remove tracing from perf_lopwr_cb()Peter Zijlstra2023-01-131-8/+5
* | | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-2013-134/+687
|\ \ \ \
| * | | | perf/x86/intel/uncore: Add Meteor Lake supportKan Liang2023-02-113-0/+169
| * | | | x86/perf/zhaoxin: Add stepping check for ZXCsilviazhao2023-02-111-1/+7
| * | | | perf/x86/intel/ds: Fix the conversion from TSC to perf timeKan Liang2023-02-111-9/+26
| * | | | perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery tableKan Liang2023-01-211-3/+15
| * | | | perf/x86/uncore: Add a quirk for UPI on SPRKan Liang2023-01-214-24/+136
| * | | | perf/x86/uncore: Ignore broken units in discovery tableKan Liang2023-01-214-6/+32
| * | | | perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_nameKan Liang2023-01-211-2/+8
| * | | | perf/x86/uncore: Factor out uncore_device_to_die()Kan Liang2023-01-214-25/+19
| * | | | perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-181-1/+2
| * | | | perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-183-14/+7
| * | | | perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2023-01-181-2/+1
| * | | | perf/core: Add perf_sample_save_callchain() helperNamhyung Kim2023-01-182-12/+6
| * | | | Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar2023-01-184-1/+8
| |\ \ \ \
| * | | | | perf/x86/msr: Add Meteor Lake supportKan Liang2023-01-091-0/+2
| * | | | | perf/x86/cstate: Add Meteor Lake supportKan Liang2023-01-091-9/+12
| * | | | | perf/x86/intel: Support Architectural PerfMon Extension leafKan Liang2023-01-091-0/+22
| * | | | | perf/x86: Support Retire LatencyKan Liang2023-01-093-1/+37