aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
AgeCommit message (Expand)AuthorFilesLines
2026-04-07perf/x86/intel/uncore: Remove extra double quote markZide Chen1-24/+24
2026-04-07perf/x86/intel/uncore: Fix die ID init and look up bugsZide Chen2-7/+7
2026-04-07perf/x86/intel/uncore: Skip discovery table for offline diesZide Chen1-1/+1
2026-04-07perf/x86/intel/uncore: Fix iounmap() leak on global_init failureZide Chen1-5/+10
2026-04-02perf/x86: Fix potential bad container_of in intel_pmu_hw_configIan Rogers1-2/+4
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi1-4/+7
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi1-10/+21
2026-02-23perf/x86/intel/uncore: Add per-scheduler IMC CAS count eventsZide Chen1-1/+27
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-18/+18
2026-01-15perf/x86/intel/uncore: Convert comma to semicolonChen Ni1-4/+4
2026-01-15perf/x86/intel: Add support for rdpmc user disable featureDapeng Mi1-0/+27
2026-01-15perf/x86: Use macros to replace magic numbers in attr_rdpmcDapeng Mi1-1/+1
2026-01-15perf/x86/intel: Add core PMU support for NovalakeDapeng Mi2-0/+110
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in NVLDapeng Mi1-0/+83
2026-01-15perf/x86/intel: Add core PMU support for DMRDapeng Mi2-1/+205
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi1-0/+140
2026-01-15perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVLDapeng Mi1-17/+42
2026-01-06perf/x86/intel/uncore: Add Nova Lake supportZide Chen4-0/+52
2026-01-06perf/x86/intel/uncore: Add missing PMON units for Panther LakeZide Chen2-0/+46
2026-01-06perf/x86/intel/uncore: Update DMR uncore constraints preliminarilyZide Chen1-0/+27
2026-01-06perf/x86/intel/uncore: Support uncore constraint rangesZide Chen3-143/+44
2026-01-06perf/x86/intel/uncore: Support IIO free-running counters on DMRZide Chen1-5/+113
2026-01-06perf/x86/intel/uncore: Add freerunning event descriptor helper macroZide Chen1-67/+28
2026-01-06perf/x86/intel/uncore: Add domain global init callbackZide Chen3-0/+21
2026-01-06perf/x86/intel/uncore: Add CBB PMON support for Diamond RapidsZide Chen4-3/+54
2026-01-06perf/x86/intel/uncore: Add IMH PMON support for Diamond RapidsZide Chen4-0/+243
2026-01-06perf/x86/intel/uncore: Remove has_generic_discovery_table()Zide Chen2-33/+12
2026-01-06perf/x86/intel/uncore: Support per-platform discovery base devicesZide Chen3-35/+68
2026-01-06perf/x86/intel/uncore: Move uncore discovery init struct to headerZide Chen4-47/+49
2026-01-06perf/x86/uncore: clean up const mismatchGreg Kroah-Hartman1-3/+3
2025-12-17perf/x86/cstate: Add Airmont NPMartin Schiller1-0/+1
2025-12-17perf/x86/intel: Add Airmont NPMartin Schiller1-0/+1
2025-12-17perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMUKan Liang1-0/+5
2025-12-16perf/x86/intel/cstate: Add Diamond Rapids supportZide Chen1-0/+1
2025-12-16perf/x86/intel/cstate: Add Nova Lake supportZide Chen1-7/+22
2025-12-16perf/x86/intel/cstate: Add Wildcat Lake supportZide Chen1-6/+8
2025-12-12perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()Evan Li1-0/+3
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+6
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-143/+918
2025-11-19perf/x86/intel/uncore: Remove superfluous checkJiri Slaby (SUSE)1-2/+0
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson2-4/+6
2025-11-12perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type useIngo Molnar1-2/+1
2025-11-07perf/x86/intel: Optimize PEBS extended configPeter Zijlstra1-11/+14
2025-11-07perf/x86/intel: Check PEBS dyn_constraintsPeter Zijlstra1-0/+12
2025-11-07perf/x86/intel: Add a check for dynamic constraintsKan Liang1-8/+148
2025-11-07perf/x86/intel: Add counter group support for arch-PEBSDapeng Mi2-6/+61