summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel/uncore.c
AgeCommit message (Expand)Author
2024-07-16Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-06-17perf/x86/uncore: Cleanup unused unit structureKan Liang
2024-06-17perf/x86/uncore: Apply the unit control RB tree to PCI uncore unitsKan Liang
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MSR uncore unitsKan Liang
2024-06-17perf/x86/uncore: Retrieve the unit ID from the unit control RB treeKan Liang
2024-06-17perf/x86/uncore: Support per PMU cpumaskKan Liang
2024-05-31perf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson
2024-04-29perf/x86/intel/uncore: Switch to new Intel CPU model definesTony Luck
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner
2023-11-24perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang
2023-11-24perf/x86/intel/uncore: Support Granite RapidsKan Liang
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra
2023-02-11perf/x86/intel/uncore: Add Meteor Lake supportKan Liang
2023-01-21perf/x86/uncore: Add a quirk for UPI on SPRKan Liang
2023-01-21perf/x86/uncore: Ignore broken units in discovery tableKan Liang
2023-01-21perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_nameKan Liang
2023-01-21perf/x86/uncore: Factor out uncore_device_to_die()Kan Liang
2023-01-09perf/x86/intel/uncore: Add Emerald RapidsKan Liang
2022-09-29perf/x86/uncore: Add new Raptor Lake S supportKan Liang
2022-05-11perf/x86/uncore: Add new Alder Lake and Raptor Lake supportKan Liang
2022-04-05perf/x86/uncore: Add Raptor Lake uncore supportKan Liang
2022-01-18perf/x86/intel/uncore: Add IMC uncore support for ADLKan Liang
2021-10-18perf/x86/intel/uncore: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-07-02perf/x86/intel/uncore: Add alias PMU nameKan Liang
2021-07-02perf/x86/intel/uncore: Add Sapphire Rapids server frameworkKan Liang
2021-05-12perf/x86/intel/uncore: Drop unnecessary NULL checks after container_of()Guenter Roeck
2021-04-19perf/x86/intel/uncore: Add Alder Lake supportKan Liang
2021-04-02perf/x86/intel/uncore: Enable IIO stacks to PMON mapping for multi-segment SKXAlexander Antonov
2021-04-02perf/x86/intel/uncore: Generic support for the MMIO type of uncore blocksKan Liang
2021-04-02perf/x86/intel/uncore: Generic support for the PCI type of uncore blocksKan Liang
2021-04-02perf/x86/intel/uncore: Rename uncore_notifier to uncore_pci_sub_notifierKan Liang
2021-04-02perf/x86/intel/uncore: Generic support for the MSR type of uncore blocksKan Liang
2021-04-02perf/x86/intel/uncore: Parse uncore discovery tablesKan Liang
2021-01-14perf/x86/intel/uncore: Store the logical die id instead of the physical die id.Steve Wahl
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra
2020-11-17perf/x86: fix sysfs type mismatchesSami Tolvanen
2020-10-29perf/x86/intel/uncore: Add Rocket Lake supportKan Liang
2020-09-29perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore supportKan Liang
2020-09-24perf/x86/intel/uncore: Generic support for the PCI sub driverKan Liang
2020-09-24perf/x86/intel/uncore: Factor out uncore_pci_pmu_unregister()Kan Liang
2020-09-24perf/x86/intel/uncore: Factor out uncore_pci_pmu_register()Kan Liang
2020-09-24perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()Kan Liang
2020-09-24perf/x86/intel/uncore: Factor out uncore_pci_get_dev_die_info()Kan Liang
2020-06-15perf/x86/intel/uncore: Wrap the max dies calculation into an accessorRoman Sudarikov
2020-06-15perf/x86/intel/uncore: Expose an Uncore unit to PMON mappingRoman Sudarikov
2020-06-15perf/x86/intel/uncore: Validate MMIO address before accessingKan Liang
2020-06-15perf/x86/intel/uncore: Add Comet Lake supportKan Liang
2020-04-08perf/x86/intel/uncore: Add Ice Lake server uncore supportKan Liang
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar