aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
13 daysperf: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-2/+2
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-46/+2479
2026-04-06perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()Chengwen Feng1-2/+4
2026-03-26perf/arm-cmn: Fix resource_size_t printk specifier in arm_cmn_init_dtc()Nathan Chancellor1-1/+1
2026-03-26perf/arm-cmn: Fix incorrect error check for devm_ioremap()Chen Ni1-2/+2
2026-03-24perf: add NVIDIA Tegra410 C2C PMUBesar Wicaksono3-0/+1059
2026-03-24perf: add NVIDIA Tegra410 CPU Memory Latency PMUBesar Wicaksono3-0/+744
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 PCIE-TGT PMUBesar Wicaksono1-0/+321
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 PCIE PMUBesar Wicaksono1-5/+205
2026-03-24perf/arm_cspmu: Add arm_cspmu_acpi_dev_getBesar Wicaksono2-2/+34
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 UCF PMUBesar Wicaksono1-1/+86
2026-03-24perf/arm-cmn: Stop claiming entire iomem regionRobin Murphy1-38/+30
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-9/+10
2026-02-03perf/arm-cmn: Reject unsupported hardware configurationsRobin Murphy1-1/+14
2026-02-03perf: arm_spe: Properly set hw.state on failuresLeo Yan1-6/+12
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-01-06perf/arm_dsu: Allow standard cycles eventsRobin Murphy1-3/+2
2026-01-06perf/arm_dsu: Support DSU-120Robin Murphy1-1/+7
2026-01-06perf/arm_dsu: Support DSU-110Robin Murphy1-10/+14
2026-01-05drivers: perf: use bitmap_empty() where appropriateYury Norov (NVIDIA)2-3/+2
2026-01-05perf/arm-cmn: Support CMN-600AERobin Murphy1-0/+4
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-97/+445
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-41/+45
2025-11-24perf: arm_spe: Add support for filtering on data sourceJames Clark1-0/+37
2025-11-24perf/imx_ddr: Add support for PMU in DB (system interconnects)Joakim Zhang1-7/+60
2025-11-24perf/imx_ddr: Get and enable optional clksFrank Li1-0/+7
2025-11-24perf/imx_ddr: Move ida_alloc() from ddr_perf_init() to ddr_perf_probe()Frank Li1-9/+12
2025-11-16tools: riscv: Fixed misalignment of CSR related definitionsChen Pei1-1/+1
2025-11-07perf/arm-ni: Fix and optimise register offset calculationRobin Murphy1-9/+12
2025-11-03perf: arm_pmuv3: Add new Cortex and C1 CPU PMUsRob Herring (Arm)1-0/+14
2025-11-03perf: arm_cspmu: fix error handling in arm_cspmu_impl_unregister()Ma Ke1-1/+3
2025-11-03perf/arm-ni: Add NoC S3 supportRobin Murphy1-21/+71
2025-11-03perf/arm_cspmu: nvidia: Add pmevfiltr2 supportBesar Wicaksono1-43/+133
2025-11-03perf/arm_cspmu: nvidia: Add revision id matchingBesar Wicaksono1-10/+8
2025-11-03perf/arm_cspmu: Add pmpidr supportBesar Wicaksono3-6/+75
2025-11-03perf/arm_cspmu: Add callback to reset filter configBesar Wicaksono2-1/+7
2025-11-03perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT coresYicong Yang2-0/+16
2025-10-27perf: arm_pmu: Kill last use of per-CPU cpu_armpmu pointerMarc Zyngier2-6/+1
2025-10-27perf: arm_spe_pmu: Request specific affinities for per CPU interruptsMarc Zyngier1-2/+2
2025-10-27perf: arm_pmu: Request specific affinities for per CPU NMIs/interruptsWill Deacon3-21/+29
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier1-1/+1
2025-10-27perf: arm_spe_pmu: Convert to new interrupt affinity retrieval APIMarc Zyngier1-5/+4
2025-10-27perf: arm_pmu: Convert to the new interrupt affinity retrieval APIMarc Zyngier1-7/+9
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+29
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-50/+141
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2025-09-25drivers/perf: hisi: Add tt_core_deprecated for compatibilityYicong Yang1-4/+29
2025-09-24perf/dwc_pcie: Fix use of uninitialized variableIlkka Koskinen1-1/+1
2025-09-22drivers/perf: hisi: Add support for L3C PMU v3Yicong Yang2-30/+324
2025-09-22drivers/perf: hisi: Refactor the event configuration of L3C PMUYicong Yang1-45/+84
2025-09-22drivers/perf: hisi: Extend the field of tt_coreYicong Yang1-2/+2
2025-09-22drivers/perf: hisi: Extract the event filter check of L3C PMUYicong Yang1-2/+8
2025-09-22drivers/perf: hisi: Simplify the probe process of each L3C PMU versionYicong Yang1-17/+26
2025-09-22drivers/perf: hisi: Export hisi_uncore_pmu_isr()Yicong Yang2-1/+3
2025-09-22drivers/perf: hisi: Relax the event ID check in the frameworkYicong Yang2-2/+3
2025-09-22perf: Fujitsu: Add the Uncore PMU driverKoichi Okuno3-0/+623
2025-09-18perf: riscv: skip empty batches in counter startYunhui Cui1-2/+4
2025-09-18perf/arm-cmn: Fix CMN S3 DTM offsetRobin Murphy1-3/+6
2025-09-18perf: arm_spe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-09-18drivers/perf: riscv: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-09-18drivers/perf: hisi: Add support for HiSilicon MN PMU driverJunhao He2-1/+412
2025-09-18drivers/perf: hisi: Add support for HiSilicon NoC PMUYicong Yang2-1/+445
2025-09-18perf: arm_pmuv3: Factor out PMCCNTR_EL0 use conditionsYicong Yang1-2/+27
2025-09-18perf: arm_spe: Add support for FEAT_SPE_EFT extended filteringJames Clark1-0/+66
2025-09-18perf: arm_spe: Expose event filterLeo Yan1-2/+20
2025-09-18perf: arm_spe: Support FEAT_SPEv1p4 filtersJames Clark1-16/+7
2025-09-18perf/dwc_pcie: Support counting multiple lane events in parallelIlkka Koskinen1-31/+130
2025-09-18drivers: perf: use us_to_ktime() where appropriateXichao Zhao1-1/+1
2025-09-18perf: imx_perf: add support for i.MX94 platformXu Yang1-0/+6
2025-09-16drivers/perf: riscv: Export PMU event info functionAtish Patra1-55/+67
2025-09-16drivers/perf: riscv: Implement PMU event info functionAtish Patra1-0/+69
2025-09-16drivers/perf: riscv: Add raw event v2 supportAtish Patra1-5/+11
2025-09-16drivers/perf: riscv: Add SBI v3.0 flagAtish Patra1-0/+4
2025-07-14drivers/perf: hisi: Support PMUs with no interruptYicong Yang1-3/+8
2025-07-14drivers/perf: hisi: Relax the event number check of v2 PMUsJunhao He4-6/+6
2025-07-14drivers/perf: hisi: Add support for HiSilicon SLLC v3 PMU driverJunhao He1-0/+40
2025-07-14drivers/perf: hisi: Use ACPI driver_data to retrieve SLLC PMU informationJunhao He1-60/+118
2025-07-14drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driverJunhao He1-0/+24
2025-07-14drivers/perf: hisi: Simplify the probe process for each DDRC versionJunhao He2-188/+142
2025-07-14perf/arm-ni: Support sharing IRQs within an NI instanceShouping Wang1-27/+55
2025-07-14perf/arm-ni: Consolidate CPU affinity handlingRobin Murphy1-40/+34
2025-07-14perf/cxlpmu: Fix typos in cxl_pmu.c comments and documentationAlok Tiwari1-3/+3
2025-07-14perf/cxlpmu: Remove unintended newline from IRQ name format stringAlok Tiwari1-1/+1
2025-07-14perf/cxlpmu: Fix devm_kcalloc() argument order in cxl_pmu_probe()Alok Tiwari1-2/+2
2025-07-08perf: arm_spe: Relax period restrictionLeo Yan1-7/+11
2025-07-08perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)Rob Herring (Arm)6-5/+982
2025-07-04perf/arm: Add missing .suppress_bind_attrsRobin Murphy2-0/+2
2025-07-04perf/arm-cmn: Reduce stack usage during discoveryRobin Murphy1-7/+8
2025-07-04perf: imx9_perf: make the read-only array mask static constColin Ian King1-3/+5
2025-07-04perf/arm-cmn: Broaden module description for wider interconnect supportZhiyuan Dai1-2/+2
2025-07-04perf/arm-ni: Set initial IRQ affinityRobin Murphy1-0/+2
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-32/+30
2025-05-21perf/apple_m1: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21perf/arm: Remove driver-specific throttle supportKan Liang4-10/+5
2025-05-19perf/arm-cmn: Add CMN S3 ACPI bindingRobin Murphy1-0/+1
2025-05-16perf/arm-cmn: Initialise cmn->cpu earlierRobin Murphy1-1/+1
2025-05-09perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson...Anand Moon1-1/+1
2025-05-09perf/arm-cmn: Fix REQ2/SNP2 mixupRobin Murphy1-4/+4
2025-04-17perf: Do not enable by default during compile testingKrzysztof Kozlowski1-1/+1
2025-04-17perf: arm-ni: Fix missing platform_set_drvdata()Hongbo Yao1-0/+1
2025-04-17perf: arm-ni: Unregister PMUs on probe failureHongbo Yao1-18/+21
2025-04-17perf/arm-cmn: Remove CMN-600 DTC domain special caseRobin Murphy1-7/+0
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+3
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+35
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-197/+190
2025-03-17perf/arm_cspmu: Fix missing io.h includeRobin Murphy1-0/+1
2025-03-13perf/arm_cspmu: Add PMEVFILT2R supportRobin Murphy2-2/+8
2025-03-13perf/arm_cspmu: Generalise event filteringRobin Murphy4-40/+42
2025-03-13perf/arm_cspmu: Move register definitons to headerRobin Murphy3-49/+50
2025-03-13Merge branch 'perf/m1-guest-events' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon1-21/+45
2025-03-11drivers/perf: apple_m1: Provide helper for mapping PMUv3 eventsOliver Upton1-0/+35
2025-03-11drivers/perf: apple_m1: Support host/guest event filteringOliver Upton1-4/+16
2025-03-11drivers/perf: apple_m1: Refactor event select/filter configurationOliver Upton1-20/+32
2025-03-11KVM: arm64: Compute PMCEID from arm_pmu's event bitmapsOliver Upton0-0/+0
2025-03-03perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'Manivannan Sadhasivam1-22/+3
2025-03-01perf/dwc_pcie: fix duplicate pci_dev devicesYunhui Cui1-6/+12
2025-03-01perf/dwc_pcie: fix some unreleased resourcesYunhui Cui1-11/+22
2025-03-01perf/arm-cmn: Minor event type housekeepingRobin Murphy1-2/+3
2025-03-01perf: apple_m1: Don't disable counter in m1_pmu_enable_event()Rob Herring (Arm)1-4/+0
2025-03-01perf: arm_v7_pmu: Don't disable counter in (armv7|krait_|scorpion_)pmu_enable...Rob Herring (Arm)1-6/+0
2025-03-01perf: arm_v7_pmu: Drop obvious comments for enabling/disabling counters and i...Rob Herring (Arm)1-44/+0
2025-03-01perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()Mark Rutland1-5/+0
2025-03-01perf: arm_pmu: Don't disable counter in armpmu_add()Mark Rutland1-5/+3
2025-03-01perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling countersRob Herring (Arm)1-2/+2
2025-02-28perf: arm_pmuv3: Add support for ARM Rainier PMUVincenzo Frascino1-0/+2
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun1-2/+2
2025-02-18drivers: perf: Switch to use hrtimer_setup()Nam Cao3-8/+6
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds17-485/+862
2025-01-10perf: arm_spe: Add format option for discard modeJames Clark1-0/+22
2025-01-10drivers/perf: apple_m1: Map generic branch eventsOliver Upton1-0/+2
2025-01-09Merge patch series "SBI PMU event related fixes"Palmer Dabbelt1-10/+12
2025-01-09drivers/perf: riscv: Do not allow invalid raw event configAtish Patra1-2/+5
2025-01-09drivers/perf: riscv: Return error for default caseAtish Patra1-2/+3
2025-01-09drivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-7/+5
2025-01-07drivers/perf: hisi: Set correct IRQ affinity for PMUs with no associationYicong Yang1-1/+1
2024-12-19perf: imx9_perf: Introduce AXI filter version to refactor the driver and bett...Xu Yang1-8/+25
2024-12-19perf/arm-cmn: Permit more exhaustive groupsRobin Murphy1-2/+2
2024-12-11perf/dwc_pcie: Qualify RAS DES VSEC Capability by Vendor, RevisionBjorn Helgaas1-31/+37
2024-12-10drivers/perf: hisi: Delete redundant blank line of DDRC PMUJunhao He1-1/+0
2024-12-10drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driverJunhao He1-3/+3
2024-12-10drivers/perf: hisi: Export associated CPUs of each PMU through sysfsYicong Yang1-0/+10
2024-12-10drivers/perf: hisi: Provide a generic implementation of cpumask/identifierYicong Yang9-195/+63
2024-12-10drivers/perf: hisi: Add a common function to retrieve topology from firmwareYicong Yang9-43/+60
2024-12-10drivers/perf: hisi: Extract topology information to a separate structureYicong Yang9-52/+78
2024-12-10drivers/perf: hisi: Refactor the detection of associated CPUsYicong Yang2-8/+20
2024-12-10drivers/perf: hisi: Migrate to one online CPU if no associated one onlineYicong Yang1-1/+8
2024-12-10drivers/perf: hisi: Don't update the associated_cpus on CPU offlineYicong Yang1-3/+0
2024-12-10drivers/perf: hisi: Define a symbol namespace for HiSilicon Uncore PMUsYicong Yang8-18/+25
2024-12-09perf/marvell: Odyssey LLC-TAD performance monitor supportGowthami Thiagarajan1-0/+35
2024-12-09perf/marvell: Refactor to extract platform dataGowthami Thiagarajan1-3/+28
2024-12-09perf/marvell: Odyssey DDR Performance monitor supportGowthami Thiagarajan1-5/+268
2024-12-09perf/marvell: Refactor to extract PMU operationsGowthami Thiagarajan1-22/+83
2024-12-09perf/marvell: Refactor to extract platform dataGowthami Thiagarajan1-48/+112
2024-12-09perf/dwc_pcie: Fix the event numbersIlkka Koskinen1-2/+2
2024-12-09perf: arm_cspmu: nvidia: monitor all ports by defaultBesar Wicaksono1-2/+4
2024-12-09perf: arm_cspmu: nvidia: enable NVLINK-C2C port filteringBesar Wicaksono1-2/+3
2024-12-09perf: arm_cspmu: nvidia: remove unsupported SCF eventsBesar Wicaksono1-64/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-10/+13
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2024-11-25perf/arm-cmn: Ensure port and device id bits are set properlyNamhyung Kim1-2/+2
2024-11-25perf/arm-smmuv3: Fix lockdep assert in ->event_init()Chun-Tse Shao1-8/+11
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds29-44/+497
2024-11-18perf: arm-ni: Remove spurious NULL in attribute_group definitionThomas Weißschuh1-1/+0
2024-11-12drivers: perf: Fix wrong put_cpu() placementAlexandre Ghiti1-2/+2
2024-11-06perf: Switch back to struct platform_driver::remove()Uwe Kleine-König23-23/+23
2024-10-29perf: arm_pmuv3: Add support for Samsung Mongoose PMUMarkuss Broks1-0/+3
2024-10-29perf/dwc_pcie: Fix typos in event namesIlkka Koskinen1-3/+3
2024-10-29perf/dwc_pcie: Add support for Ampere SoCsIlkka Koskinen1-0/+1
2024-10-28perf/marvell: Marvell PEM performance monitor supportGowthami Thiagarajan3-0/+433
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)1-10/+19
2024-10-24perf/dwc_pcie: Convert the events with mixed case to lowercaseIlkka Koskinen1-4/+4
2024-10-24perf/cxlpmu: Support missing events in 3.1 specDavidlohr Bueso1-3/+6
2024-10-24perf: imx_perf: add support for i.MX91 platformXu Yang1-0/+5
2024-10-14drivers perf: remove unused field pmu_nodeYunhui Cui1-1/+0
2024-10-01drivers/perf: riscv: Align errno for unsupported perf eventPu Lehui2-4/+4
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+22
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale1-9/+22
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-369/+1243
2024-09-15drivers/perf: riscv: Remove redundant macro checkXiao Wang1-2/+0
2024-09-12perf: arm-ni: Fix an NULL vs IS_ERR() bugDan Carpenter1-2/+2
2024-09-10drivers: perf: Fix smp_processor_id() use in preemptible codeAlexandre Ghiti1-1/+6
2024-09-09perf: arm_pmuv3: Use BR_RETIRED for HW branch event if enabledIlkka Koskinen1-4/+4
2024-09-06perf: Add driver for Arm NI-700 interconnect PMURobin Murphy3-0/+789
2024-09-06perf/arm-cmn: Improve format attr printingRobin Murphy1-6/+2
2024-09-06perf/arm-cmn: Clean up unnecessary NUMA_NO_NODE checkRobin Murphy1-1/+1
2024-09-04perf/arm-cmn: Support CMN S3Robin Murphy1-43/+76
2024-09-04perf/arm-cmn: Refactor DTC PMU register accessRobin Murphy1-28/+36
2024-09-04perf/arm-cmn: Make cycle counts less surprisingRobin Murphy1-5/+11
2024-09-04perf/arm-cmn: Improve build-time assertionRobin Murphy1-1/+1
2024-09-04perf/arm-cmn: Ensure dtm_idx is big enoughRobin Murphy1-1/+4
2024-09-04perf/arm-cmn: Fix CCLA register offsetRobin Murphy1-3/+7
2024-09-04perf/arm-cmn: Refactor node ID handling. Again.Robin Murphy1-54/+40
2024-08-30drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]Yicong Yang1-0/+18
2024-08-30drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang1-1/+1
2024-08-30drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang1-0/+14