summaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)Author
2024-01-08Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-04KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-11-30perf/x86/intel/uncore: Factor out topology_gidnid_map()Alexander Antonov
2023-11-30perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov
2023-11-30perf/x86/amd: Reject branch stack for IBS eventsNamhyung Kim
2023-11-24perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang
2023-11-24perf/x86/intel/uncore: Support IIO free-running counters on GNRKan Liang
2023-11-24perf/x86/intel/uncore: Support Granite RapidsKan Liang
2023-11-24perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang
2023-11-24perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRKan Liang
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi
2023-11-17perf/x86/intel/cstate: Add Grand Ridge supportKan Liang
2023-11-17perf/x86/intel/cstate: Add Sierra Forest supportKan Liang
2023-11-17perf/x86/intel/cstate: Cleanup duplicate attr_groupsKan Liang
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-27perf/x86/intel: Support branch counters loggingKan Liang
2023-10-27perf/x86/intel: Reorganize attrs and is_visibleKan Liang
2023-10-27perf: Add branch_sample_call_stackKan Liang
2023-10-27perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang
2023-10-27perf: Add branch stack countersKan Liang
2023-10-16perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Sandipan Das
2023-10-13perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Dan Carpenter
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-10-09perf/x86/amd/uncore: Add memory controller supportSandipan Das
2023-10-09perf/x86/amd/uncore: Add group exclusivitySandipan Das
2023-10-09perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableSandipan Das
2023-10-09perf/x86/amd/uncore: Move discovery and registrationSandipan Das
2023-10-09perf/x86/amd/uncore: Refactor uncore managementSandipan Das
2023-10-09perf/x86/cstate: Allow reading the package statistics from local CPUTero Kristo
2023-10-09perf/x86/intel/pt: Fix kernel-doc commentsLucy Mielke
2023-10-08perf/x86/lbr: Filter vsyscall addressesJP Kobryn
2023-10-08perf/x86/rapl: Annotate 'struct rapl_pmus' with __counted_byKees Cook
2023-10-03perf/x86/rapl: Fix "Using plain integer as NULL pointer" Sparse warningDavid Reaver
2023-10-03perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()Uros Bizjak
2023-10-03perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_e...Uros Bizjak
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar
2023-09-25perf/x86/amd: Do not WARN() on every IRQBreno Leitao
2023-09-22perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das
2023-09-12perf/x86/intel: Extend the ref-cycles event to GP countersKan Liang
2023-09-12perf/x86/intel: Fix broken fixed event constraints extensionKan Liang
2023-09-05perf/x86/uncore: Correct the number of CHAs on EMRKan Liang
2023-08-29perf/x86/intel: Add common intel_pmu_init_hybrid()Kan Liang
2023-08-29perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang
2023-08-29perf/x86/intel: Apply the common initialization code for ADLKan Liang
2023-08-29perf/x86/intel: Factor out the initialization code for ADL e-coreKan Liang